Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/do_it_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'do_it_all.sh')
-rw-r--r--do_it_all.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/do_it_all.sh b/do_it_all.sh
index 2b1274b..60ffdfa 100644
--- a/do_it_all.sh
+++ b/do_it_all.sh
@@ -13,6 +13,10 @@ git clone "$git_url" activity
# Build the activity (to generate "generated" files such as locale files).
cd activity
+
+# Pull back to this commit, to compensate for the upstream-bug http://bugs.sugarlabs.org/ticket/4482
+git reset --hard 32eee190d22751e2b5cd1c7909f12e47fb587096
+
python setup.py build
# Now, apply the AC patches.