Remove bzr commit on versions for ppa_script.

This commit is contained in:
Monty Taylor
2011-07-18 12:28:58 -04:00
parent 4cbafdfc25
commit ffd8cc1db8

View File

@@ -1,4 +1,9 @@
#!/bin/sh
# This needs to always run on the Jenkins master because it does signing and
# uploading, which would be monstrously difficult (at this point) to do on a
# slave. At some point, perhaps we can get key management done differently
# and rework this - but for now it's not really a burden to have this stuff
# on the master (you don't need build depends to make a source package)
set -e
@@ -66,9 +71,6 @@ do
echo "$PROJECT $pkgversion" >> "$PKGRECORDFILE"
sort "$PKGRECORDFILE" > "$PKGRECORDFILE".tmp
mv "$PKGRECORDFILE".tmp "$PKGRECORDFILE"
( cd $VERSIONDIR ;
bzr up ;
bzr commit -m"Added $PROJECT $snapshotversion" )
break
fi
done