diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:33:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:33:55 +0200 |
commit | f1b61f254b345b04e392e845189b01171e23ce76 (patch) | |
tree | daca02e6757cf814ce16a64b4dc8a23411b6d193 /hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks | |
parent | 64ce0015211b0eb8821840ba3655a03d0b5d89cd (diff) | |
download | jenkins.debian.net-f1b61f254b345b04e392e845189b01171e23ce76.tar.xz |
reproducible: try harder to log the hostname
Diffstat (limited to 'hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks')
-rwxr-xr-x | hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup b/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup index 2ac6c207..6ec09822 100755 --- a/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup +++ b/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/C01_cleanup @@ -2,7 +2,7 @@ set -e -echo "debug output: disk usage on $HOSTNAME at $(date -u)" +echo "debug output: disk usage on $(hostname) at $(date -u)" df -h echo |