From f8fc05399b526e69bfae7a0dfcd24412414a90aa Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 17 Feb 2017 11:51:14 +0100 Subject: reproducible debian: remove pbuilder hook A01_modfiy_src_dir: that's now done through pbuilderrc only Signed-off-by: Holger Levsen --- .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 hosts/jenkins-test-vm/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir (limited to 'hosts/jenkins-test-vm') diff --git a/hosts/jenkins-test-vm/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/jenkins-test-vm/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir deleted file mode 100755 index aed9de3d..00000000 --- a/hosts/jenkins-test-vm/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 -- cgit v1.2.3-54-g00ecf