[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible debian: remove pbuilder hook A01_modfiy_src_dir: that's now done through pbuilderrc only

Holger Levsen holger at layer-acht.org
Fri Feb 17 11:43:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit f8fc05399b526e69bfae7a0dfcd24412414a90aa
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Feb 17 11:51:14 2017 +0100

    reproducible debian: remove pbuilder hook A01_modfiy_src_dir: that's now done through pbuilderrc only
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir    | 20 --------------------
 43 files changed, 860 deletions(-)

diff --git a/hosts/bbx15-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/bbx15-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/bbx15-armhf-rb/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
diff --git a/hosts/bpi0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/bpi0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/bpi0-armhf-rb/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
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
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/cb3a-armhf-rb/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
diff --git a/hosts/cbxi4a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/cbxi4a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/cbxi4a-armhf-rb/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
diff --git a/hosts/cbxi4b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/cbxi4b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/cbxi4b-armhf-rb/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
diff --git a/hosts/cbxi4pro0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/cbxi4pro0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/cbxi4pro0-armhf-rb/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
diff --git a/hosts/codethink-sled10-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled10-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled10-arm64/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
diff --git a/hosts/codethink-sled11-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled11-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled11-arm64/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
diff --git a/hosts/codethink-sled12-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled12-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled12-arm64/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
diff --git a/hosts/codethink-sled13-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled13-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled13-arm64/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
diff --git a/hosts/codethink-sled14-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled14-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled14-arm64/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
diff --git a/hosts/codethink-sled15-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled15-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled15-arm64/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
diff --git a/hosts/codethink-sled16-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled16-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled16-arm64/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
diff --git a/hosts/codethink-sled9-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled9-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/codethink-sled9-arm64/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
diff --git a/hosts/ff2a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/ff2a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/ff2a-armhf-rb/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
diff --git a/hosts/ff2b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/ff2b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/ff2b-armhf-rb/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
diff --git a/hosts/ff4a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/ff4a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/ff4a-armhf-rb/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
diff --git a/hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/hb0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/hb0-armhf-rb/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
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 aed9de3..0000000
--- 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
diff --git a/hosts/jenkins/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/jenkins/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/jenkins/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
diff --git a/hosts/jtk1a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/jtk1a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/jtk1a-armhf-rb/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
diff --git a/hosts/odu3a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/odu3a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/odu3a-armhf-rb/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
diff --git a/hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/odxu4-armhf-rb/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
diff --git a/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/odxu4b-armhf-rb/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
diff --git a/hosts/odxu4c-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/odxu4c-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/odxu4c-armhf-rb/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
diff --git a/hosts/opi2a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/opi2a-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/opi2a-armhf-rb/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
diff --git a/hosts/opi2b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/opi2b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/opi2b-armhf-rb/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
diff --git a/hosts/opi2c-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/opi2c-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/opi2c-armhf-rb/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
diff --git a/hosts/p64b-armhf-rb.debian.net/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/p64b-armhf-rb.debian.net/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/p64b-armhf-rb.debian.net/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
diff --git a/hosts/p64c-armhf-rb.debian.net/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/p64c-armhf-rb.debian.net/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/p64c-armhf-rb.debian.net/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
diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build1-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build1-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
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 aed9de3..0000000
--- 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
diff --git a/hosts/profitbricks-build11-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build11-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build11-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
diff --git a/hosts/profitbricks-build12-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build12-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build12-i386/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
diff --git a/hosts/profitbricks-build15-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build15-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build15-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
diff --git a/hosts/profitbricks-build16-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build16-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build16-i386/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
diff --git a/hosts/profitbricks-build2-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build2-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build2-i386/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
diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build5-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
diff --git a/hosts/profitbricks-build6-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/profitbricks-build6-i386/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/profitbricks-build6-i386/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
diff --git a/hosts/rpi2b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/rpi2b-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/rpi2b-armhf-rb/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
diff --git a/hosts/rpi2c-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/rpi2c-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/rpi2c-armhf-rb/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
diff --git a/hosts/wbd0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/wbd0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/wbd0-armhf-rb/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
diff --git a/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/wbq0-armhf-rb/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir
deleted file mode 100755
index aed9de3..0000000
--- a/hosts/wbq0-armhf-rb/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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list