summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-02-27 23:15:45 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2009-02-27 23:15:45 -0800
commit25d3b6bc4e8851b508a0e66a1b4f0fe7f1c147a6 (patch)
tree0e0c545072f7286e77d907696b7661ed6fe0700a /do-release.sh
parentAdd Percona 5.077-b13 for testing of mysql-community-5.0.77. (diff)
downloadmysql-extras-25d3b6bc4e8851b508a0e66a1b4f0fe7f1c147a6.tar.gz
mysql-extras-25d3b6bc4e8851b508a0e66a1b4f0fe7f1c147a6.tar.bz2
mysql-extras-25d3b6bc4e8851b508a0e66a1b4f0fe7f1c147a6.zip
Include the name of the new patchset tarball.
Diffstat (limited to 'do-release.sh')
-rwxr-xr-xdo-release.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/do-release.sh b/do-release.sh
index 271ea18..f902d0f 100755
--- a/do-release.sh
+++ b/do-release.sh
@@ -1,5 +1,7 @@
#!/bin/sh
DATE=$(date +%Y%m%d-%H%MZ -u)
TAG=mysql-extras-$DATE
+outfile=${TAG}.tar.bz2
git tag $TAG
-git archive --prefix="${TAG}/" $TAG | bzip2 >../${TAG}.tar.bz2
+git archive --prefix="${TAG}/" $TAG | bzip2 >../${outfile}
+echo "$outfile generated."