diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-07-19 13:29:22 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-07-19 13:30:14 +0200 |
commit | d50dd397b76cf86b61419d18c8a4206de9579a2b (patch) | |
tree | bfb5f1b5083e574699838cce207cd4573a96fb1d | |
parent | aba3532768610d7a74ba99d80407ef64073e8e66 (diff) | |
download | jenkins.debian.net-d50dd397b76cf86b61419d18c8a4206de9579a2b.tar.xz |
Revert "reproducible Debian: teach jessie and ubuntu 16.04 how to debootstrap buster"
ubuntu 16.04 debootstrap now knows about buster, and all debian hosts
are now on stretch (which knows about buster).
This reverts commit 62b892ac4d4fa9321f96fe4a10646842bbe00779.
Closes: #865049
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rwxr-xr-x | update_jdn.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 8b241943..63abc744 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -615,11 +615,6 @@ 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/ ; sudo ln -s sid buster ) - -# # install the heart of jenkins.debian.net # cd $BASEDIR |