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:
authorAjay Garg <ajay@activitycentral.com>2013-05-12 18:52:25 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-05-12 18:52:25 (GMT)
commit6cb077a4e802941c825e0e29281e4ced9c19d7f2 (patch)
treee7f87cbdfcb51fa496099b5f9368544016fa2da3 /do_it_all.sh
parente9cfce704387584de00c296a91d48902608f3100 (diff)
Fixing sdxo#3031HEADmaster
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.