Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-30 14:18:26 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-30 14:18:26 (GMT)
commitca3b37c660b0adb21d12e350fc12dc931151307d (patch)
treea5226d7bdc5653e0f3865025f0091e8e5e7e8541 /tools
parent891624888f5812ca407e8bea74549f0909a0de21 (diff)
Use xulrunner
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-snapshot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build-snapshot.sh b/tools/build-snapshot.sh
index 88384e5..eaba1a5 100755
--- a/tools/build-snapshot.sh
+++ b/tools/build-snapshot.sh
@@ -1,12 +1,12 @@
VERSION=0.63
DATE=`date +%Y%m%d`
-RELEASE=2.67
+RELEASE=2.69
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2
-XUL_SDK=/home/marco/sugar-jhbuil/build/lib/xulrunner-1.9a2
-DISTCHECK_CONFIGURE_FLAGS="--with-xul-sdk=$XUL_SDK" make distcheck
+XUL_SDK=/home/marco/sugar-jhbuild/build/lib/xulrunner-1.9a4pre-dev
+DISTCHECK_CONFIGURE_FLAGS="--with-libxul-sdk=$XUL_SDK" make distcheck
mv sugar-$VERSION.tar.bz2 $TARBALL
scp $TARBALL mpg@devserv.devel.redhat.com:~