summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build10-amd64/etc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-24 21:53:35 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-24 21:53:35 +0200
commit687a616438855a4b3eb1a964c2d8e832e5898391 (patch)
treeb758617a9a186b5f1f21883b1c997690cabae372 /hosts/profitbricks-build10-amd64/etc
parentbb9aa09720509bd5eeba7ce0a81c38e4a010980f (diff)
downloadjenkins.debian.net-687a616438855a4b3eb1a964c2d8e832e5898391.tar.xz
fixup cea92184: unify file among all hosts
Diffstat (limited to 'hosts/profitbricks-build10-amd64/etc')
-rwxr-xr-xhosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/B01_cleanup2
-rwxr-xr-xhosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup2
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/B01_cleanup b/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/B01_cleanup
index 601d4b1d..bbea69fa 100755
--- a/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/B01_cleanup
+++ b/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/B01_cleanup
@@ -2,6 +2,8 @@
set -e
+BUILDDIR="${BUILDDIR:-/tmp/buildd}"
+
# 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
diff --git a/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup b/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup
index 7552e993..73f4083c 100755
--- a/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup
+++ b/hosts/profitbricks-build10-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup
@@ -2,6 +2,8 @@
set -e
+BUILDDIR="${BUILDDIR:-/tmp/buildd}"
+
echo "debug output: disk usage on $(hostname) at $(date -u)"
df -h
echo