summaryrefslogtreecommitdiffstats
path: root/bin/d-i_check_jobs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-20 15:51:39 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-20 15:51:39 +0100
commit93e0c2a1cbe1342b0874906b54dfd8f1b22e4b27 (patch)
tree394c0407469ce36dc1390928b05e9c8aea94a5ff /bin/d-i_check_jobs.sh
parent7c316149afd3ea6bb433b968c94a134b8c5493c4 (diff)
downloadjenkins.debian.net-93e0c2a1cbe1342b0874906b54dfd8f1b22e4b27.tar.xz
fixup: check for missing manual builds
Diffstat (limited to 'bin/d-i_check_jobs.sh')
-rwxr-xr-xbin/d-i_check_jobs.sh4
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