diff options
author | Philip Hands <phil@hands.com> | 2016-03-10 09:47:58 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | 26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (patch) | |
tree | a38a0b4f01e11266341ee9b198a597d13feb22c9 | |
parent | 9adf1de9196f6f14e47c595d6f7c82ae256f94df (diff) | |
download | jenkins.debian.net-26a9e8ec2bcae03db4d663d87b44d8708d64fdc2.tar.xz |
we need schroots on jenkins-test-vm
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 40599cdf..c1bd957b 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -22,6 +22,7 @@ conditional_disable() { if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then case "$1" in piuparts.yaml) return 1;; + schroot.yaml) return 1;; d-i.yaml) return 1;; *) return 0;; esac |