diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-20 15:51:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-20 15:51:39 +0100 |
commit | 93e0c2a1cbe1342b0874906b54dfd8f1b22e4b27 (patch) | |
tree | 394c0407469ce36dc1390928b05e9c8aea94a5ff | |
parent | 7c316149afd3ea6bb433b968c94a134b8c5493c4 (diff) | |
download | jenkins.debian.net-93e0c2a1cbe1342b0874906b54dfd8f1b22e4b27.tar.xz |
fixup: check for missing manual builds
-rwxr-xr-x | bin/d-i_check_jobs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index af9c447e..52179fec 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -6,7 +6,7 @@ # # default settings # -#set -x +set -x set -e export LC_ALL=C export http_proxy="http://localhost:3128" @@ -65,7 +65,7 @@ rm $TMPFILE # first the xml translations... # cd ~jenkins/jobs/d-i_manual/workspace/manual -IGNORE="build debian doc README scripts" +IGNORE="build debian doc README scripts build-stamp doc-base-stamp" for DIRECTORY in * ; do for i in $IGNORE ; do if [ "$DIRECTORY" == "$i" ] ; then |