From a64787663ab0b62d746362ffbe9ba01dbf3c3050 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Tue, 10 Jul 2012 17:29:52 +0200 Subject: [PATCH] - pull before geting tag ;) --- kde4send2builders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde4send2builders.sh b/kde4send2builders.sh index 47be9f2..04c68da 100755 --- a/kde4send2builders.sh +++ b/kde4send2builders.sh @@ -180,7 +180,7 @@ if [ "$ATAG" == "yes" ]; then if [ ! -d $PKG ]; then git clone git@git.tld-linux.org:packages/${PKG} fi - LAST_AUTOTAG=$(cd $PKG && git tag |tail -n 1) + LAST_AUTOTAG=$(cd $PKG && git pull >/dev/null && git tag |tail -n 1) sleep 1 SENDPRIO="$SENDPRIO $spec:$LAST_AUTOTAG " done -- 2.37.3