diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-02-06 12:23:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-06 12:35:05 +0100 |
commit | 221d13910efff10f03ffad1b65d961b8fe51f688 (patch) | |
tree | 9932e840347da856a20eafc7a2feca96c9c38752 /hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks | |
parent | 4d419a45b6e4e98b06d311fbe207180e04f1a843 (diff) | |
download | jenkins.debian.net-221d13910efff10f03ffad1b65d961b8fe51f688.tar.xz |
reproducible debian: temporary disable build subdir name variation
pbuilder 0.228 removed an undefined behaviour this feature was relying
on. 0.228.4 will instead provide an (undocumented) interface to
configure this value.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks')
-rwxr-xr-x | hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir index 9225116b..aed9de3d 100755 --- a/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir +++ b/hosts/cb3a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir @@ -1,5 +1,7 @@ #!/bin/bash +exit 0 + set -e # exit if we are in the same UTS namespace as init ( != 2nd build ) |