summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_jdn.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 9cf44687..8063e7c8 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -617,6 +617,11 @@ fi
explain "packages configured."
#
+# teach jessie and ubuntu 16.04 how to debootstrap buster
+#
+[ -L /usr/share/debootstrap/scripts/buster ] || ( cd /usr/share/debootstrap/scripts/buster ; ln -s sid buster )
+
+#
# install the heart of jenkins.debian.net
#
cd $BASEDIR