diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-06 18:14:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-06 18:14:11 +0200 |
commit | 5ced2205eac51588c568dc5ca72da86e79a55a5f (patch) | |
tree | d1c3ba4715ed44349811cf8feb651838b0fc2ae0 /bin | |
parent | e9cd5b256716abe0580950111aa61f267874d499 (diff) | |
download | jenkins.debian.net-5ced2205eac51588c568dc5ca72da86e79a55a5f.tar.xz |
reproducible: fixup Mattia's last two commits
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common-functions.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 2e24f47a..c8ffa620 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -3,8 +3,6 @@ # Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 -HOSTNAME=jenkins - common_cleanup(){ echo "$(date) - $0 stopped running as $TTT, which will now be removed." rm -f $TTT |