summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO4stretch-host-upgrades.txt24
-rw-r--r--hosts/profitbricks-build2-i386/etc/apt/sources.list16
2 files changed, 32 insertions, 8 deletions
diff --git a/TODO4stretch-host-upgrades.txt b/TODO4stretch-host-upgrades.txt
new file mode 100644
index 00000000..23ed4de7
--- /dev/null
+++ b/TODO4stretch-host-upgrades.txt
@@ -0,0 +1,24 @@
+rough notes from upgrading pb-build2:
+--------------------------------------
+check for changes in /etc/ssh/sshd_config - the currently running one is the one from jessie which doesnt
+seem sufficient anymore…
+
++++ /etc/munin/plugin-conf.d/munin-node.dpkg-new 2017-03-03 23:44:55.000000000 +0100
+@@ -33,6 +33,11 @@
+ [cps*]
+ user root
+
++[df*]
++env.warning 92
++env.critical 98
++env.exclude_re ^/run/user
+
+squid ok?
+
+had to do "sudo apt install linux-image-686-pae", to get kernel upgraded… huh? :)
+
+
+todo for upgrades
+-----------------
+test jenkins-test-vm upgrade before doing jenkins
+resolve issues on pb2 :)
diff --git a/hosts/profitbricks-build2-i386/etc/apt/sources.list b/hosts/profitbricks-build2-i386/etc/apt/sources.list
index 68cd36a7..a26fb33d 100644
--- a/hosts/profitbricks-build2-i386/etc/apt/sources.list
+++ b/hosts/profitbricks-build2-i386/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