From 01a576628415d858aeec1d3d68754141daf0c0f4 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 19 Aug 2024 16:59:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/tmp/apt/bionic.list rootfs/tmp/apt/disco.list rootfs/tmp/apt/focal.list rootfs/tmp/apt/hirsute.list rootfs/tmp/apt/jammy.list rootfs/tmp/apt/lunar.list rootfs/tmp/apt/mantic.list rootfs/tmp/apt/noble.list rootfs/tmp/apt/oracular.list --- rootfs/tmp/apt/bionic.list | 14 -------------- rootfs/tmp/apt/disco.list | 25 +++++++++++++------------ rootfs/tmp/apt/focal.list | 1 + rootfs/tmp/apt/hirsute.list | 3 ++- rootfs/tmp/apt/jammy.list | 1 + rootfs/tmp/apt/lunar.list | 1 + rootfs/tmp/apt/mantic.list | 21 +++++++++++---------- rootfs/tmp/apt/noble.list | 1 + rootfs/tmp/apt/oracular.list | 1 + 9 files changed, 31 insertions(+), 37 deletions(-) delete mode 100644 rootfs/tmp/apt/bionic.list diff --git a/rootfs/tmp/apt/bionic.list b/rootfs/tmp/apt/bionic.list deleted file mode 100644 index 2b15376..0000000 --- a/rootfs/tmp/apt/bionic.list +++ /dev/null @@ -1,14 +0,0 @@ -deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse - -deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse - -deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse - -deb http://archive.ubuntu.com/ubuntu bionic-proposed main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu bionic-proposed main restricted universe multiverse - -deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse diff --git a/rootfs/tmp/apt/disco.list b/rootfs/tmp/apt/disco.list index f0d96b7..250f652 100644 --- a/rootfs/tmp/apt/disco.list +++ b/rootfs/tmp/apt/disco.list @@ -1,14 +1,15 @@ +# Source list for ubuntu 19.04 - disco deb http://old-releases.ubuntu.com disco main restricted universe multiverse deb-src http://old-releases.ubuntu.com disco main restricted universe multiverse - -deb http://old-releases.ubuntu.com disco-security main restricted universe multiverse -deb-src http://old-releases.ubuntu.com disco-security main restricted universe multiverse - -deb http://old-releases.ubuntu.com disco-updates main restricted universe multiverse -deb-src http://old-releases.ubuntu.com disco-updates main restricted universe multiverse - -deb http://old-releases.ubuntu.com disco-proposed main restricted universe multiverse -deb-src http://old-releases.ubuntu.com disco-proposed main restricted universe multiverse - -deb http://old-releases.ubuntu.com disco-backports main restricted universe multiverse -deb-src http://old-releases.ubuntu.com disco-backports main restricted universe multiverse +# +#deb http://old-releases.ubuntu.com disco-security main restricted universe multiverse +#deb-src http://old-releases.ubuntu.com disco-security main restricted universe multiverse +# +#deb http://old-releases.ubuntu.com disco-updates main restricted universe multiverse +#deb-src http://old-releases.ubuntu.com disco-updates main restricted universe multiverse +# +#deb http://old-releases.ubuntu.com disco-proposed main restricted universe multiverse +#deb-src http://old-releases.ubuntu.com disco-proposed main restricted universe multiverse +# +#deb http://old-releases.ubuntu.com disco-backports main restricted universe multiverse +#deb-src http://old-releases.ubuntu.com disco-backports main restricted universe multiverse diff --git a/rootfs/tmp/apt/focal.list b/rootfs/tmp/apt/focal.list index 7ba5c7b..128e2eb 100644 --- a/rootfs/tmp/apt/focal.list +++ b/rootfs/tmp/apt/focal.list @@ -1,3 +1,4 @@ +# Source list for ubuntu 20.04 - focal deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse diff --git a/rootfs/tmp/apt/hirsute.list b/rootfs/tmp/apt/hirsute.list index 60a11be..8be217e 100644 --- a/rootfs/tmp/apt/hirsute.list +++ b/rootfs/tmp/apt/hirsute.list @@ -1,3 +1,4 @@ +# Source list for ubuntu 21.04 - hirsute deb http://old-releases.ubuntu.com/ubuntu hirsute main restricted universe multiverse deb-src http://old-releases.ubuntu.com/ubuntu hirsute main restricted universe multiverse @@ -11,4 +12,4 @@ deb http://old-releases.ubuntu.com/ubuntu hirsute-proposed main restricted unive deb-src http://old-releases.ubuntu.com/ubuntu hirsute-proposed main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu hirsute-backports main restricted universe multiverse -deb-src http://old-releases.ubuntu.com/ubuntu hirsute-backports main restricted universe multiverse \ No newline at end of file +deb-src http://old-releases.ubuntu.com/ubuntu hirsute-backports main restricted universe multiverse diff --git a/rootfs/tmp/apt/jammy.list b/rootfs/tmp/apt/jammy.list index 8a0d309..f42dc47 100644 --- a/rootfs/tmp/apt/jammy.list +++ b/rootfs/tmp/apt/jammy.list @@ -1,3 +1,4 @@ +# Source list for ubuntu 22.04 - jammy deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse diff --git a/rootfs/tmp/apt/lunar.list b/rootfs/tmp/apt/lunar.list index b16ed45..8326ed4 100644 --- a/rootfs/tmp/apt/lunar.list +++ b/rootfs/tmp/apt/lunar.list @@ -1,3 +1,4 @@ +# Source list for ubuntu 23.04 - lunar deb http://archive.ubuntu.com/ubuntu lunar main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu lunar main restricted universe multiverse diff --git a/rootfs/tmp/apt/mantic.list b/rootfs/tmp/apt/mantic.list index b16ed45..17bf6f1 100644 --- a/rootfs/tmp/apt/mantic.list +++ b/rootfs/tmp/apt/mantic.list @@ -1,14 +1,15 @@ -deb http://archive.ubuntu.com/ubuntu lunar main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu lunar main restricted universe multiverse +# Source list for ubuntu 23.10 - mantic +deb http://archive.ubuntu.com/ubuntu mantic main restricted universe multiverse +deb-src http://archive.ubuntu.com/ubuntu mantic main restricted universe multiverse -deb http://archive.ubuntu.com/ubuntu lunar-security main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu lunar-security main restricted universe multiverse +deb http://archive.ubuntu.com/ubuntu mantic-security main restricted universe multiverse +deb-src http://archive.ubuntu.com/ubuntu mantic-security main restricted universe multiverse -deb http://archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse +deb http://archive.ubuntu.com/ubuntu mantic-updates main restricted universe multiverse +deb-src http://archive.ubuntu.com/ubuntu mantic-updates main restricted universe multiverse -deb http://archive.ubuntu.com/ubuntu lunar-proposed main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu lunar-proposed main restricted universe multiverse +deb http://archive.ubuntu.com/ubuntu mantic-proposed main restricted universe multiverse +deb-src http://archive.ubuntu.com/ubuntu mantic-proposed main restricted universe multiverse -deb http://archive.ubuntu.com/ubuntu lunar-backports main restricted universe multiverse -deb-src http://archive.ubuntu.com/ubuntu lunar-backports main restricted universe multiverse +deb http://archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse +deb-src http://archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse diff --git a/rootfs/tmp/apt/noble.list b/rootfs/tmp/apt/noble.list index aa34b78..90c9b4a 100644 --- a/rootfs/tmp/apt/noble.list +++ b/rootfs/tmp/apt/noble.list @@ -1,3 +1,4 @@ +# Source list for ubuntu 24.04 - noble deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse diff --git a/rootfs/tmp/apt/oracular.list b/rootfs/tmp/apt/oracular.list index ef41b6d..61b8eea 100644 --- a/rootfs/tmp/apt/oracular.list +++ b/rootfs/tmp/apt/oracular.list @@ -1,3 +1,4 @@ +# Source list for ubuntu 24.10 - oracular deb http://archive.ubuntu.com/ubuntu oracular main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu oracular main restricted universe multiverse