summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-16 10:32:56 +0200
committerMattia Rizzolo <mattia@mapreri.org>2015-06-16 10:32:56 +0200
commit864b1b23b13929dccedc60a476903ddcbec01ba2 (patch)
tree742469e051a056c6229c049b48132275e61faa5f /bin/reproducible_build.sh
parentdf8ddb2358ef364063e5fb7bed9945cc49ca2cd3 (diff)
downloadjenkins.debian.net-864b1b23b13929dccedc60a476903ddcbec01ba2.tar.xz
reproducible: build/pbuilder: partially revert the last change, since moving PATH to the temporary pbuilderrc broke pbuilder
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 05ba2d9e..a1e3e0c8 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -436,7 +436,7 @@ DEB_BUILD_OPTIONS="parallel=$(echo $NUM_CPU-1|bc)"
TZ="/usr/share/zoneinfo/Etc/GMT-14"
LANG="fr_CH.UTF-8"
LC_ALL="fr_CH.UTF-8"
-PATH="${PATHH:+"$PATH:"}/i/capture/the/path"
+#PATH="${PATHH:+"$PATH:"}/i/capture/the/path" # FIXME there must be something fishy on this, since only /i/capture/the/path is in PATH inside pbuilder
umask 0002
EOF
# remember to change the sudoers setting if you change the following command