From: Frank Brehm Date: Wed, 21 Aug 2019 21:13:34 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=d8831e7821125ff0db3f536a07c67590a9780a3b;p=config%2Fns1%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/apt/sources.list b/apt/sources.list index ae6ae79..8a4b5b9 100644 --- a/apt/sources.list +++ b/apt/sources.list @@ -1,23 +1,21 @@ # -# deb cdrom:[Debian GNU/Linux stretch-DI-alpha7 _Stretch_ - Official Snapshot amd64 NETINST Binary-1 20160630-14:29]/ stretch main +# deb http://ftp-stud.hs-esslingen.de/debian buster main -# deb http://ftp-stud.hs-esslingen.de/debian stretch main +# main buster repositories +deb http://ftp-stud.hs-esslingen.de/debian buster main contrib non-free +deb-src http://ftp-stud.hs-esslingen.de/debian buster main contrib non-free -# main stretch repositories -deb http://ftp-stud.hs-esslingen.de/debian stretch main contrib non-free -deb-src http://ftp-stud.hs-esslingen.de/debian stretch main contrib non-free +# buster security updates +deb http://security.debian.org/ buster/updates main contrib non-free +deb-src http://security.debian.org/ buster/updates main contrib non-free -# stretch security updates -deb http://security.debian.org/ stretch/updates main contrib non-free -deb-src http://security.debian.org/ stretch/updates main contrib non-free +# buster-updates, previously known as 'volatile' +deb http://ftp-stud.hs-esslingen.de/debian buster-updates main contrib non-free +deb-src http://ftp-stud.hs-esslingen.de/debian buster-updates main contrib non-free -# stretch-updates, previously known as 'volatile' -deb http://ftp-stud.hs-esslingen.de/debian stretch-updates main contrib non-free -deb-src http://ftp-stud.hs-esslingen.de/debian stretch-updates main contrib non-free +# buster-backports, previously on backports.debian.org +deb http://ftp-stud.hs-esslingen.de/debian/ buster-backports main contrib non-free +deb-src http://ftp-stud.hs-esslingen.de/debian/ buster-backports main contrib non-free -# stretch-backports, previously on backports.debian.org -deb http://ftp-stud.hs-esslingen.de/debian/ stretch-backports main contrib non-free -deb-src http://ftp-stud.hs-esslingen.de/debian/ stretch-backports main contrib non-free - -# vim: noet ts=8 +# vim: noet ts=8 list diff --git a/apt/sources.list.d/fbrehm.list b/apt/sources.list.d/fbrehm.list index 7e43b75..e571916 100644 --- a/apt/sources.list.d/fbrehm.list +++ b/apt/sources.list.d/fbrehm.list @@ -1,6 +1,6 @@ # Packages Frank Brehm # --------------------- -#deb http://www.brehm-online.com/debian/stretch ./ -deb http://repo.uhu-banane.de/Debian/stretch ./ +#deb http://www.brehm-online.com/debian/buster ./ +deb http://repo.uhu-banane.de/Debian/buster ./ deb-src http://repo.uhu-banane.de/Sources ./ diff --git a/apt/sources.list.d/icinga.list b/apt/sources.list.d/icinga.list index e4f5617..9068b93 100644 --- a/apt/sources.list.d/icinga.list +++ b/apt/sources.list.d/icinga.list @@ -1,2 +1,4 @@ -deb http://packages.icinga.com/debian icinga-stretch main -deb-src http://packages.icinga.com/debian icinga-stretch main +deb http://packages.icinga.com/debian icinga-buster main +deb-src http://packages.icinga.com/debian icinga-buster main + +# vim: ts=8 noet list diff --git a/apt/sources.list.d/salt.list b/apt/sources.list.d/salt.list index 9383dc2..d104356 100644 --- a/apt/sources.list.d/salt.list +++ b/apt/sources.list.d/salt.list @@ -1 +1,3 @@ -deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main +# deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main + +# vim: ts=8 noet list