[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. 0.0.95-21-g1312f47

Ryan Niebur ryanryan52 at gmail.com
Fri May 15 15:14:39 UTC 2009


The following commit has been merged in the master branch:
commit bc6ced9dd08ca4c49dc6558e73997c5e4b6653b9
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Fri May 15 08:11:07 2009 -0700

    use the DEBEMAIL variable instead of hard coding the key id in git-tag

diff --git a/git-tag.sh b/git-tag.sh
index c0141f0..220109c 100755
--- a/git-tag.sh
+++ b/git-tag.sh
@@ -1,3 +1,3 @@
 VERSION=$(dpkg-parsechangelog | sed -n 's/^Version: //p')
-git tag -s -u dancer at debian.org -m "apt-listbugs release $VERSION" $VERSION
+git tag -s -u "$DEBEMAIL" -m "apt-listbugs release $VERSION" $VERSION
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list