Hi, > On 25. Jul 2018, at 11:56, Florian Bachmann <bachman...@gmail.com> wrote: > > > > Hi Michael, > > totally understandable and acceptable to me, I was just asking to be sure. > > Time to finally do some long overdue updates, I guess…
I’m not happy with that situation either, as it leaves wheezy in a somewhat broken stage. I’ve asked Jean how much effort it would be to re-establish our build containers once. He just poked me to tell that it’s been two reverts in Puppet and that he’s built 2.9.1 for Wheezy now. Short test with Docker: $ docker run -ti debian:wheezy bash root@5e8e415e8d22:/# apt-get update root@5e8e415e8d22:/# apt-get install -y curl apt-transport-https DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release); \ echo "deb http://packages.icinga.com/debian icinga-${DIST} main" > \ /etc/apt/sources.list.d/${DIST}-icinga.list echo "deb-src http://packages.icinga.com/debian icinga-${DIST} main" >> \ /etc/apt/sources.list.d/${DIST}-icinga.list root@5e8e415e8d22:/# curl https://packages.icinga.com/icinga.key | apt-key add - root@5e8e415e8d22:/# apt-get update root@5e8e415e8d22:/# apt-get -y install icinga2 root@5e8e415e8d22:/# icinga2 --version icinga2 - The Icinga 2 network monitoring daemon (version: r2.9.1-1) Copyright (c) 2012-2018 Icinga Development Team (https://www.icinga.com/) License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Application information: Installation root: /usr Sysconf directory: /etc Run directory: /run Local state directory: /var Package data directory: /usr/share/icinga2 State path: /var/lib/icinga2/icinga2.state Modified attributes path: /var/lib/icinga2/modified-attributes.conf Objects path: /var/cache/icinga2/icinga2.debug Vars path: /var/cache/icinga2/icinga2.vars PID path: /run/icinga2/icinga2.pid System information: Platform: Debian GNU/Linux Platform version: 7 (wheezy) Kernel: Linux Kernel version: 4.9.87-linuxkit-aufs Architecture: x86_64 Build information: Compiler: GNU 4.7.2 Build host: 402f99151cf6 That’s the power of Puppet, Docker, Git and Jenkins :) Keep in mind that future releases of 2.9.x+ won’t be available for Wheezy though. Cheers, Michael _______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users