[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: LANG=C and LANG not set are both difficult to express

Holger Levsen holger at moszumanska.debian.org
Thu Nov 12 19:05:13 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 95b426185b95d9b535d9c48eb50b51720dc271ae
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Nov 12 20:05:10 2015 +0100

    reproducible: LANG=C and LANG not set are both difficult to express
---
 bin/reproducible_common.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 1aa1e76..ad958e5 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -341,9 +341,9 @@ write_explaination_table() {
 	fi
 	write_page "<tr><td>env TZ</td><td>TZ=\"/usr/share/zoneinfo/Etc/GMT+12\"</td><td>TZ=\"/usr/share/zoneinfo/Etc/GMT-14\"</td></tr>"
 	if [ "$1" = "Debian" ]  ; then
-		write_page "<tr><td>env LANG</td><td>LANG=<em>C</em></td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"
+		write_page "<tr><td>env LANG</td><td>LANG=C</td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"
 	elif [ "$1" = "Arch Linux" ]  ; then
-		write_page "<tr><td>env LANG</td><td>LANG=<em>not set</em></td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"
+		write_page "<tr><td>env LANG</td><td><em>not set</em></td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"
 	else
 		write_page "<tr><td>env LANG</td><td>LANG=\"en_GB.UTF-8\"</td><td>LANG=\"fr_CH.UTF-8\"</td></tr>"
 	fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list