summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-19 01:03:16 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-19 01:03:16 +0100
commit4fa255874e61daac8a9bab45b2147d6ddf04c853 (patch)
tree35167e76d6e649c6e02128455dee5b839d71e02c /bin/common-functions.sh
parent0ae3127169a41d4ecf72eacd3003f7ec7170ef77 (diff)
downloadjenkins.debian.net-4fa255874e61daac8a9bab45b2147d6ddf04c853.tar.xz
also abort reproducible_*_from_git_master while #848422 is open
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, 2 insertions, 0 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index a3d0a57c..deaf1747 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -57,6 +57,8 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
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)