[Reproducible-commits] [blog] 01/01: detect Clang as tag

Holger Levsen holger at layer-acht.org
Tue Jun 7 08:38:28 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 0aaae2ac00b0002f1f375a14c83bce861c13389f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jun 7 10:38:06 2016 +0200

    detect Clang as tag
---
 bin/publish.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/publish.sh b/bin/publish.sh
index ac9272e..48bcb11 100755
--- a/bin/publish.sh
+++ b/bin/publish.sh
@@ -32,7 +32,7 @@ fi
 
 if [ ! -f ./drafts/$WEEK.tags ] ; then
 	# these are grep'ed for case sensitive
-	KNOWN_TAGS="ArchLinux build_kernel_architecture build_locale clang coreboot diffoscope documentation dpkg Fedora FreeBSD GCC gcc GSoC installation live_media MacPorts maven NetBSD OpenWrt ordering Outreachy  project_infrastructure source_date_epoch SOURCE_DATE_EPOCH sphinx txt2man disorderfs strip-determinism DebConf16 libxslt cdbs Ubuntu reprotest debhelper Athens"
+	KNOWN_TAGS="ArchLinux build_kernel_architecture build_locale clang Clang coreboot diffoscope documentation dpkg Fedora FreeBSD GCC gcc GSoC installation live_media MacPorts maven NetBSD OpenWrt ordering Outreachy  project_infrastructure source_date_epoch SOURCE_DATE_EPOCH sphinx txt2man disorderfs strip-determinism DebConf16 libxslt cdbs Ubuntu reprotest debhelper Athens"
 	# these "special" words needs to be seperated by spaces (and are also case sensitive…)
 	KNOWN_SPECIAL_TAGS="Tar tar TAILS texlive-bin pdftex luatex tex dak"
 	# all posts are tagged:
@@ -54,6 +54,8 @@ if [ ! -f ./drafts/$WEEK.tags ] ; then
 	for TAG in $MY_TAGS ; do
 		if [ "$TAG" = "Tar" ] ; then
 			MY_FINAL_TAGS="$MY_FINAL_TAGS tar"
+		elif [ "$TAG" = "clang" ] ; then
+			MY_FINAL_TAGS="$MY_FINAL_TAGS Clang"
 		elif [ "$TAG" = "gcc" ] ; then
 			MY_FINAL_TAGS="$MY_FINAL_TAGS GCC"
 		else

-- 
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