[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: teach jessie and ubuntu 16.04 how to debootstrap buster
Holger Levsen
holger at layer-acht.org
Sun Jun 18 20:29:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 62b892ac4d4fa9321f96fe4a10646842bbe00779
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Jun 18 22:29:19 2017 +0200
reproducible Debian: teach jessie and ubuntu 16.04 how to debootstrap buster
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
update_jdn.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/update_jdn.sh b/update_jdn.sh
index 9cf4468..8063e7c 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list