From 6cb077a4e802941c825e0e29281e4ced9c19d7f2 Mon Sep 17 00:00:00 2001 From: Ajay Garg Date: Sun, 12 May 2013 18:52:25 +0000 Subject: Fixing sdxo#3031 --- (limited to 'do_it_all.sh') 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. -- cgit v0.9.1