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 <marco@localhost.localdomain>2007-06-04 11:09:41 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-04 11:09:41 (GMT)
commit283a3f4c9731ef5d6250cfe1db14ff063f299f7a (patch)
tree8b01ca3e82044f0e0d410dbd1219ce219e518550 /build-snapshot.sh
parentb2980d7bd6c052c30d5a279cdc9c577a087ae66e (diff)
Better snapshot script
Diffstat (limited to 'build-snapshot.sh')
-rwxr-xr-xbuild-snapshot.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/build-snapshot.sh b/build-snapshot.sh
deleted file mode 100755
index b0624f3..0000000
--- a/build-snapshot.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-VERSION=0.64
-ALPHATAG=`git-show-ref --hash=10 refs/heads/master`
-TARBALL=sugar-$VERSION-git$ALPHATAG.tar.bz2
-
-rm sugar-$VERSION.tar.bz2
-
-make distcheck
-
-mv sugar-$VERSION.tar.bz2 $TARBALL
-scp $TARBALL mpg@devserv.devel.redhat.com:~
-rm $TARBALL