diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-21 11:51:34 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-21 11:51:34 +0200 |
commit | d888a37d9422fa6a6e8775ab626a61d7b15ee2ad (patch) | |
tree | c00884a1c39010ee50afa149233d94b25134fa18 | |
parent | 31e13b413f7f24d91c8cfeb5ac0c547ea1404899 (diff) | |
download | jenkins.debian.net-d888a37d9422fa6a6e8775ab626a61d7b15ee2ad.tar.xz |
reproducible: upgraded pb3+4 to stretch, issue with future nodes confirmed
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | TODO4stretch-host-upgrades.txt | 5 | ||||
-rw-r--r-- | hosts/profitbricks-build3-amd64/etc/apt/sources.list | 16 | ||||
-rw-r--r-- | hosts/profitbricks-build4-amd64/etc/apt/sources.list | 16 |
3 files changed, 19 insertions, 18 deletions
diff --git a/TODO4stretch-host-upgrades.txt b/TODO4stretch-host-upgrades.txt index cd27a0e0..4486b427 100644 --- a/TODO4stretch-host-upgrades.txt +++ b/TODO4stretch-host-upgrades.txt @@ -3,11 +3,12 @@ open problems ------------- +- future hosts dont run in the future cause ntpd is running - dsa-check-packages points to /bin/true on hosts running in the future - resolve issues on pb2+6+12+16: no amd64 kernel for i386? manually done, needs to go into update_jdn compare sshd_config from stretch with the one we're using (from jessie) -- on pb9 I had to do: sudo apt install linux-image-amd64 +- on pb3+4+9 I had to do: sudo apt install linux-image-amd64 todo for upgrades @@ -34,5 +35,5 @@ to be done once all hosts run stretch: sshd_config done for upgrades ----------------- upgrade of all i386 nodes -upgrade of pb9-amd64 +upgrade of pb3+4+9-amd64 upgrade of jenkins-test-vm in progress diff --git a/hosts/profitbricks-build3-amd64/etc/apt/sources.list b/hosts/profitbricks-build3-amd64/etc/apt/sources.list index 68cd36a7..a26fb33d 100644 --- a/hosts/profitbricks-build3-amd64/etc/apt/sources.list +++ b/hosts/profitbricks-build3-amd64/etc/apt/sources.list @@ -1,11 +1,11 @@ -deb http://deb.debian.org/debian/ jessie main contrib non-free -#deb-src http://deb.debian.org/debian/ jessie main contrib non-free +deb http://deb.debian.org/debian/ stretch main contrib non-free +#deb-src http://deb.debian.org/debian/ stretch main contrib non-free -deb http://deb.debian.org/debian/ jessie-updates main contrib non-free -#deb-src http://deb.debian.org/debian/ jessie-updates main contrib non-free +deb http://deb.debian.org/debian/ stretch-updates main contrib non-free +#deb-src http://deb.debian.org/debian/ stretch-updates main contrib non-free -deb http://security.debian.org/ jessie/updates main contrib non-free -#deb-src http://security.debian.org/ jessie/updates main contrib non-free +deb http://security.debian.org/ stretch/updates main contrib non-free +#deb-src http://security.debian.org/ stretch/updates main contrib non-free -deb http://deb.debian.org/debian/ jessie-backports main contrib non-free -#deb-src http://deb.debian.org/debian/ jessie-backports main contrib non-free +deb http://deb.debian.org/debian/ stretch-backports main contrib non-free +#deb-src http://deb.debian.org/debian/ stretch-backports main contrib non-free diff --git a/hosts/profitbricks-build4-amd64/etc/apt/sources.list b/hosts/profitbricks-build4-amd64/etc/apt/sources.list index 68cd36a7..a26fb33d 100644 --- a/hosts/profitbricks-build4-amd64/etc/apt/sources.list +++ b/hosts/profitbricks-build4-amd64/etc/apt/sources.list @@ -1,11 +1,11 @@ -deb http://deb.debian.org/debian/ jessie main contrib non-free -#deb-src http://deb.debian.org/debian/ jessie main contrib non-free +deb http://deb.debian.org/debian/ stretch main contrib non-free +#deb-src http://deb.debian.org/debian/ stretch main contrib non-free -deb http://deb.debian.org/debian/ jessie-updates main contrib non-free -#deb-src http://deb.debian.org/debian/ jessie-updates main contrib non-free +deb http://deb.debian.org/debian/ stretch-updates main contrib non-free +#deb-src http://deb.debian.org/debian/ stretch-updates main contrib non-free -deb http://security.debian.org/ jessie/updates main contrib non-free -#deb-src http://security.debian.org/ jessie/updates main contrib non-free +deb http://security.debian.org/ stretch/updates main contrib non-free +#deb-src http://security.debian.org/ stretch/updates main contrib non-free -deb http://deb.debian.org/debian/ jessie-backports main contrib non-free -#deb-src http://deb.debian.org/debian/ jessie-backports main contrib non-free +deb http://deb.debian.org/debian/ stretch-backports main contrib non-free +#deb-src http://deb.debian.org/debian/ stretch-backports main contrib non-free |