diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-29 11:35:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-29 11:35:07 +0200 |
commit | 4f9fee9e7caf62da1bcaa201d013438732853df0 (patch) | |
tree | 597be1f8134686ccc61b0ee34dfe508f9e75877f /hosts/jenkins/etc/pbuilder/rebuild-hooks | |
parent | 2ae80ee57d61ff2f822d627f17f0f50dd0b14c65 (diff) | |
download | jenkins.debian.net-4f9fee9e7caf62da1bcaa201d013438732853df0.tar.xz |
reproducible: stop trying to use 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 7defb17e..7f099dcd 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 mknod -m 666 /dev/fuse c 10 229 mv /tmp/buildd /tmp/disorderfs |