summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-11-29 02:41:14 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2008-11-29 02:41:14 -0800
commit652c5b2197973fd2920b730e6db5eb88fc798ffe (patch)
treea256a9c732a191f5e4dbb88c83b2028b5019f166 /do-release.sh
parentDo not crash on old grant tables when GRANT is called (Gentoo #229329, MySQL ... (diff)
downloadmysql-extras-652c5b2197973fd2920b730e6db5eb88fc798ffe.tar.gz
mysql-extras-652c5b2197973fd2920b730e6db5eb88fc798ffe.tar.bz2
mysql-extras-652c5b2197973fd2920b730e6db5eb88fc798ffe.zip
include a timestamp in the tag.mysql-extras-20081129-1041Z
Diffstat (limited to 'do-release.sh')
-rwxr-xr-xdo-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/do-release.sh b/do-release.sh
index 65c44c9..271ea18 100755
--- a/do-release.sh
+++ b/do-release.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-DATE=$(date +%Y%m%d -u)
+DATE=$(date +%Y%m%d-%H%MZ -u)
TAG=mysql-extras-$DATE
git tag $TAG
git archive --prefix="${TAG}/" $TAG | bzip2 >../${TAG}.tar.bz2