From 58e8070682a88a98f2f9d7c4edf6d169c88a3197 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 6 Jun 2015 12:29:03 +0200 Subject: reproducible: fix language --- bin/reproducible_html_graphs.sh | 2 +- etc/pbuilderrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 6c6f00d6..5658a251 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -609,7 +609,7 @@ create_main_stats_page() { write_page "env LANGLANG=\"en_GB.UTF-8\"LANG=\"fr_CH.UTF-8\"" write_page "env LC_ALLunsetLC_ALL=\"fr_CH.UTF-8\"" local NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l) - write_page "env PATHPATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:\"PATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/path\"" + write_page "env PATHPATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:\"PATH=\"/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path\"" write_page "env DEB_BUILD_OPTIONSDEB_BUILD_OPTIONS=\"parallel=$NUM_CPU\"DEB_BUILD_OPTIONS=\"parallel=$(echo $NUM_CPU-1|bc)\"
(using a different number of cores is on the agenda)" write_page "UTS namespaceshared with the hostmodified using /usr/bin/unshare --uts" write_page "kernel version, modified using /usr/bin/linux64 --uname-2.6$(uname -sr)$(/usr/bin/linux64 --uname-2.6 uname -sr)" diff --git a/etc/pbuilderrc b/etc/pbuilderrc index ab772952..84dbc47d 100644 --- a/etc/pbuilderrc +++ b/etc/pbuilderrc @@ -20,7 +20,7 @@ PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" # using 'unshare --uts'... if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then umask 0002 - PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/path" + PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" fi USEDEVSHM=yes -- cgit v1.2.3-70-g09d2