Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-18 18:45:45 (GMT)
committer Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-18 18:45:45 (GMT)
commita3934ff5054fb9ef8418e48c69d86eb136c97142 (patch)
tree94f04656b05e908a3ee27a7050b64ead738bec7d
parent2bc0d97e4c2e52843a93800ec3a88b05d5c99525 (diff)
Add run-pygi.sh script for converting to the API support viaHEADmaster
introspection.
-rw-r--r--run-pygi.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/run-pygi.sh b/run-pygi.sh
new file mode 100644
index 0000000..d7ce167
--- /dev/null
+++ b/run-pygi.sh
@@ -0,0 +1,18 @@
+cd sugar-toolkit-pygi
+git reset --hard HEAD
+cd ..
+
+cd sugar-pygi
+git reset --hard HEAD
+cd ..
+
+sh ./pygobject/pygi-convert.sh
+
+cd sugar-toolkit-pygi
+make install
+cd ..
+
+cd sugar-pygi
+make install
+cd ..
+