From e02f2c8f37830bc585e1f7e30d3525ad03f094ab Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Nov 2015 20:03:37 +0100 Subject: 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 922a14ac..1aa1e769 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -341,9 +341,9 @@ write_explaination_table() { fi write_page "env TZTZ=\"/usr/share/zoneinfo/Etc/GMT+12\"TZ=\"/usr/share/zoneinfo/Etc/GMT-14\"" if [ "$1" = "Debian" ] ; then - write_page "env LANGLANGCLANG=\"fr_CH.UTF-8\"" + write_page "env LANGLANG=CLANG=\"fr_CH.UTF-8\"" elif [ "$1" = "Arch Linux" ] ; then - write_page "env LANGLANGnot setLANG=\"fr_CH.UTF-8\"" + write_page "env LANGLANG=not setLANG=\"fr_CH.UTF-8\"" else write_page "env LANGLANG=\"en_GB.UTF-8\"LANG=\"fr_CH.UTF-8\"" fi diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 94015cbc..735336c0 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 -- cgit v1.2.3-54-g00ecf