diff options
Diffstat (limited to 'bin')
-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 |