[Reproducible-commits] [blog] 01/01: fix case issues

Holger Levsen holger at layer-acht.org
Sun May 8 13:37:01 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 af9c18330b9e64ca573f2a9d0a00c21bda28aa43
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun May 8 15:36:33 2016 +0200

    fix case issues
---
 bin/guess_tags.sh | 4 ++--
 drafts/54.mdwn    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/guess_tags.sh b/bin/guess_tags.sh
index b6e202d..f5b8a76 100755
--- a/bin/guess_tags.sh
+++ b/bin/guess_tags.sh
@@ -22,9 +22,9 @@ elif [ -f ./drafts/$WEEK.tags ] ; then
 fi
 
 # these are grep'ed for case sensitive
-KNOWN_TAGS="ArchLinux build_kernel_architecture build_locale clang coreboot diffoscope dpkg Fedora FreeBSD GCC GSoC installation live_media MacPorts maven NetBSD OpenWrt Outreachy source_date_epoch SOURCE_DATE_EPOCH sphinx tails disorderfs strip-determinism DebConf16"
+KNOWN_TAGS="ArchLinux build_kernel_architecture build_locale clang coreboot diffoscope dpkg Fedora FreeBSD GCC GSoC installation live_media MacPorts maven NetBSD OpenWrt Outreachy source_date_epoch SOURCE_DATE_EPOCH disorderfs strip-determinism DebConf16"
 # these "special" words needs to be seperated by spaces (and are also case sensitive…)
-KNOWN_SPECIAL_TAGS="Tar tar"
+KNOWN_SPECIAL_TAGS="Tar tar sphinx TAILS"
 # all posts are tagged:
 MY_TAGS="reproducible_builds"
 
diff --git a/drafts/54.mdwn b/drafts/54.mdwn
index 2c60fc5..d2b16fd 100644
--- a/drafts/54.mdwn
+++ b/drafts/54.mdwn
@@ -868,7 +868,7 @@ tests.reproducible-builds.org
  * All packages from all tested suites have finally been built on i386.
  * Due to GCC supporting SOURCE_DATE_EPOCH sid/armhf has finally reached 20k reproducible packages and sid/amd64 has even reached 21k reproducible packages now. 
  * IRC notifications for non-Debian related jenkins job results go to #reproducible-builds now, while Debian related notifications stay on #reproducible-debian. (h01ger)
- * profitbricks-build4-amd64 has been fully set up now and is running 398 days in the future. Next: update coreboot/OpenWRT/Fedora/Archlinux/FreeBSD/NetBSD scripts to use it.
+ * profitbricks-build4-amd64 has been fully set up now and is running 398 days in the future. Next: update coreboot/OpenWrt/Fedora/Archlinux/FreeBSD/NetBSD scripts to use it.
 
 Misc.
 -----

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