summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/common-functions.sh24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index deaf1747..08aebadf 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -51,18 +51,18 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
fi
# abort certain jobs if we know they will fail due to certain bugs…
case $JOB_NAME in
- lintian-tests_sid)
- abort_if_bug_is_still_open 848422 ;;
- haskell-package-plan)
- abort_if_bug_is_still_open 848422 ;;
- edu-packages_sid*)
- abort_if_bug_is_still_open 848422 ;;
- reproducible_*_from_git_master)
- abort_if_bug_is_still_open 848422 ;;
- chroot-installation_sid_install_education*)
- abort_if_bug_is_still_open 848422 ;;
- chroot-installation_stretch_install_education-*_upgrade_to_sid)
- abort_if_bug_is_still_open 848422 ;;
+ #lintian-tests_sid)
+ # abort_if_bug_is_still_open 848422 ;;
+ #haskell-package-plan)
+ # abort_if_bug_is_still_open 848422 ;;
+ #edu-packages_sid*)
+ # abort_if_bug_is_still_open 848422 ;;
+ #reproducible_*_from_git_master)
+ # abort_if_bug_is_still_open 848422 ;;
+ #chroot-installation_sid_install_education*)
+ # abort_if_bug_is_still_open 848422 ;;
+ #chroot-installation_stretch_install_education-*_upgrade_to_sid)
+ # abort_if_bug_is_still_open 848422 ;;
*) ;;
esac
# mktemp some place for us...