From cea92184c20796475f80a7a0c113bee9d24e9cf7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 17 Oct 2015 17:49:53 +0000 Subject: reproducible pbuilder hooks: use BUILDDIR, to comply with pbuilder 0.216 --- .../etc/pbuilder/rebuild-hooks/C01_cleanup | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup') diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup b/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup index 6ec09822..73f4083c 100755 --- a/hosts/profitbricks-build5-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup +++ b/hosts/profitbricks-build5-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 @@ -12,8 +14,8 @@ echo # cease using disorderfs if [ -d /tmp/disorderfs ] ; then echo -n "Unmounting /tmp/disorderfs…" - fusermount -u /tmp/buildd - rmdir /tmp/buildd - mv /tmp/disorderfs /tmp/buildd + fusermount -u "$BUILDDIR" + rmdir "$BUILDDIR" + mv /tmp/disorderfs "$BUILDDIR" echo " done." fi -- cgit v1.2.3-70-g09d2