diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-29 11:01:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-29 11:01:49 +0200 |
commit | 2117bd876b1bdf5fc1762fcc593e42bf16093ed8 (patch) | |
tree | 3dd2324748a08e6874b57872f60bd5b81e08c3cc /hosts/jenkins/etc/pbuilder/rebuild-hooks | |
parent | 80e6baaef710ccafa4c59e4132155ddd1a531254 (diff) | |
download | jenkins.debian.net-2117bd876b1bdf5fc1762fcc593e42bf16093ed8.tar.xz |
reproducible: temporarily disable disorderfs
Diffstat (limited to 'hosts/jenkins/etc/pbuilder/rebuild-hooks')
-rwxr-xr-x | hosts/jenkins/etc/pbuilder/rebuild-hooks/D01_modify_environment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/jenkins/etc/pbuilder/rebuild-hooks/D01_modify_environment index 68364908..8cc09be5 100755 --- a/hosts/jenkins/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/jenkins/etc/pbuilder/rebuild-hooks/D01_modify_environment @@ -13,6 +13,7 @@ echo "I: Adding a custom variable just for the fun of it..." >&2 export CAPTURE_ENVIRONMENT="I capture the environment" # use disorderfs, mount it as user +exit 0 if [ -x /usr/bin/disorderfs ] ; then mv /tmp/buildd /tmp/disorderfs sudo -u pbuilder2 disorderfs /tmp/disorderfs /tmp/buildd |