summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-10-18 13:35:23 +0200
committerHolger Levsen <holger@layer-acht.org>2017-10-18 13:35:23 +0200
commitb3c4e45d4a8cc3cfb98f3fb2b617af6b69d3ea30 (patch)
tree0004f6de973cdade5b99c451343b1dec39661b3c /bin/common-functions.sh
parent72ecd4f6fdf2b5f899c59fb7704ca17a5d26d405 (diff)
downloadjenkins.debian.net-b3c4e45d4a8cc3cfb98f3fb2b617af6b69d3ea30.tar.xz
drop debug code, of course it works now…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 073d25c2..4a7ed266 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -51,7 +51,6 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
fi
# abort certain jobs if we know they will fail due to certain bugs…
BLOCKER=848422
- set -x
case $JOB_NAME in
chroot-installation_*_install_design-desktop-*)
for BLOCKER in 869155 867695 ; do
@@ -93,7 +92,6 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
# abort_if_bug_is_still_open $BLOCKER ;;
*) ;;
esac
- set +x
# mktemp some place for us...
TTT=$(mktemp --tmpdir=/tmp jenkins-script-XXXXXXXX)
if [ -z "$TTT" ] ; then