[gtk-osx] Restore setting the jhbuild cersion



commit c056ac3ba1cb729e4e1547b73f9748fba3cfacdb
Author: John Ralls <jralls ceridwen us>
Date:   Sat May 18 08:11:35 2013 -0700

    Restore setting the jhbuild cersion

 gtk-osx-build-setup.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk-osx-build-setup.sh b/gtk-osx-build-setup.sh
index 7e74d1b..661c45b 100755
--- a/gtk-osx-build-setup.sh
+++ b/gtk-osx-build-setup.sh
@@ -49,9 +49,9 @@ fi
 
 mkdir -p $SOURCE 2>/dev/null || do_exit "The directory $SOURCE could not be created. Check permissions and 
try again."
 
-#rm -f tmp-jhbuild-revision
-#curl -ks $BASEURL/jhbuild-revision -o tmp-jhbuild-revision || \
- #   do_exit "Unable to retrieve stable jhbuild revision"
+rm -f tmp-jhbuild-revision
+curl -ks $BASEURL/jhbuild-revision -o tmp-jhbuild-revision || \
+    do_exit "Unable to retrieve stable jhbuild revision"
 JHBUILD_REVISION=`cat tmp-jhbuild-revision 2>/dev/null`
 if test x"$JHBUILD_REVISION" = x; then
     do_exit "Could not find jhbuild revision to use."


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]