summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build10-amd64
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-02-17 11:51:14 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-17 12:42:53 +0100
commitf8fc05399b526e69bfae7a0dfcd24412414a90aa (patch)
tree3809aafb9a62402646b459875780e79c79010f8c /hosts/profitbricks-build10-amd64
parentdb442af7449a95fded588e4b3f54ec2bd69010a6 (diff)
downloadjenkins.debian.net-f8fc05399b526e69bfae7a0dfcd24412414a90aa.tar.xz
reproducible debian: remove pbuilder hook A01_modfiy_src_dir: that's now done through pbuilderrc only
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/profitbricks-build10-amd64')
-rwxr-xr-xhosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir20
1 files changed, 0 insertions, 20 deletions
diff --git a/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3d..00000000
--- a/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-exit 0
-
-set -e
-
-# exit if we are in the same UTS namespace as init ( != 2nd build )
-[ "$(readlink /proc/1/ns/uts)" = "$(readlink /proc/self/ns/uts)" ] && exit 0
-
-cd $BUILDDIR
-
-if [ "$PWD" == "/build" ]; then
- # build path variation disabled, so do nothing
- exit 0
-fi
-
-# There should be only one file, the source directory.
-src_dir=$(ls | head -n 1)
-
-mv $src_dir 2nd