[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible archlinux: fix variation table
Holger Levsen
holger at moszumanska.debian.org
Thu Nov 12 19:03:40 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 e02f2c8f37830bc585e1f7e30d3525ad03f094ab
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 12 20:03:37 2015 +0100
reproducible archlinux: fix variation table
---
bin/reproducible_common.sh | 4 ++--
bin/reproducible_html_archlinux.sh | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 922a14a..1aa1e76 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=<em>C</em></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>LANG=<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
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 94015cb..735336c 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -13,6 +13,7 @@ common_init "$@"
#
# create the webpage
#
+DATE=$(date -u +'%Y-%m-%d')
ARCHBASE=$BASE/archlinux
cd $ARCHBASE
PAGE=archlinux.html
--
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