[Reproducible-commits] [blog] 02/02: hackishly unify tag

Holger Levsen holger at layer-acht.org
Mon May 2 13:27:22 UTC 2016


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

holger pushed a commit to branch master
in repository blog.

commit b63aa9da103a9abe4b07fa92cbcd3d74a483c69a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 2 15:27:00 2016 +0200

    hackishly unify tag
---
 bin/guess_tags.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/guess_tags.sh b/bin/guess_tags.sh
index d0e4666..318752f 100755
--- a/bin/guess_tags.sh
+++ b/bin/guess_tags.sh
@@ -35,7 +35,11 @@ for TAG in $KNOWN_TAGS ; do
 done
 for TAG in $KNOWN_SPECIAL_TAGS ; do
 	if [ -n "$(grep " $TAG " $DRAFT 2>/dev/null)" ] ; then
-		MY_TAGS="$MY_TAGS $TAG"
+		if [ "$TAG" = "Tar" ] ;
+			MY_TAGS="$MY_TAGS tar"
+		else
+			MY_TAGS="$MY_TAGS $TAG"
+		fi
 	fi
 done
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list