Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build-snapshot.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-20 10:05:17 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-20 10:05:17 (GMT)
commitcd382ba5f9c48d462e1a9d8434f81cd58fdb1ad8 (patch)
treeabd9694a117023ea59590158193450070a791b79 /build-snapshot.py
parent7aec99a2ec9b97112c8067c796ea70b3c347e8f2 (diff)
Bump version
Diffstat (limited to 'build-snapshot.py')
-rwxr-xr-xbuild-snapshot.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build-snapshot.py b/build-snapshot.py
index db834c0..1c7f39c 100755
--- a/build-snapshot.py
+++ b/build-snapshot.py
@@ -44,6 +44,3 @@ tarball = '%s-%s-git%s.tar.bz2' % (name, version, alphatag)
os.spawnlp(os.P_WAIT, 'make', 'make', 'distcheck')
os.rename('%s-%s.tar.bz2' % (name, version), tarball)
-
-if os.environ.has_key('SNAPSHOT_DEST'):
- os.spawnlp(os.P_WAIT, 'scp', 'scp', tarball, os.environ['SNAPSHOT_DEST'])