Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build-snapshot.sh
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-04-06 13:16:44 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-04-06 13:16:44 (GMT)
commitfaeb35347f0d3ea78ad6fc1a20df23043fc3a602 (patch)
treeee55af09a6b401959c98415f84a08277126d8c7b /build-snapshot.sh
parent94f36e8b7d19d7b2ac4357d1b45098b085bd66bf (diff)
Remove obsolete stuff, get rid of the tools dir.
Diffstat (limited to 'build-snapshot.sh')
-rwxr-xr-xbuild-snapshot.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/build-snapshot.sh b/build-snapshot.sh
new file mode 100755
index 0000000..7d3bd11
--- /dev/null
+++ b/build-snapshot.sh
@@ -0,0 +1,13 @@
+VERSION=0.63
+DATE=`date +%Y%m%d`
+RELEASE=2.72
+TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
+
+rm sugar-$VERSION.tar.bz2
+
+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:~
+rm $TARBALL