[Pkg-privacy-commits] [irssi-plugin-otr] 30/267: wrong tag order.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit 4f1e2c566c179858343aa64d855b994008f961c8
Author: Uli Meis <a.sporto+bee at gmail.com>
Date:   Mon Jul 14 13:31:13 2008 +0200

    wrong tag order.
---
 mksrcpackage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mksrcpackage.sh b/mksrcpackage.sh
index 5eb576e..50e05b1 100755
--- a/mksrcpackage.sh
+++ b/mksrcpackage.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 if [ -z "$1" ]; then echo Need src dir; exit 1;fi
 SDIR="$1"
-VER=`(cd "$SDIR" && git tag)|head -n1|sed -e 's/.//'`
+VER=`(cd "$SDIR/.git/refs/tags/" && ls -t)|head -n1|sed -e 's/.//'`
 PKG=irssi-otr-$VER.tar
 HDIR=irssi-otr-$VER
 mkdir "$HDIR" &&\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list