summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-03-10 09:47:58 +0000
committerHolger Levsen <holger@layer-acht.org>2016-04-28 21:52:10 +0200
commit26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (patch)
treea38a0b4f01e11266341ee9b198a597d13feb22c9 /update_jdn.sh
parent9adf1de9196f6f14e47c595d6f7c82ae256f94df (diff)
downloadjenkins.debian.net-26a9e8ec2bcae03db4d663d87b44d8708d64fdc2.tar.xz
we need schroots on jenkins-test-vm
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh1
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