]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
ubuntu: archive older releases that are eol or unsupported
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Mar 2022 09:11:48 +0000 (11:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Mar 2022 09:11:57 +0000 (11:11 +0200)
while 14.04 (trusty) and 16.04 (xenial) are still supported by
upstream ubuntu, we cannot really do so anymore as they use a too old
systemd version that's incompatible with PVE 7.x's unified cgroupv2
layout.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
12 files changed:
archive/ubuntu-14.04-trusty-std-64/Makefile [new file with mode: 0644]
archive/ubuntu-14.04-trusty-std-64/dab.conf [new file with mode: 0644]
archive/ubuntu-16.04-xenial-std-64/Makefile [new file with mode: 0644]
archive/ubuntu-16.04-xenial-std-64/dab.conf [new file with mode: 0644]
archive/ubuntu-21.04-hirsute-std-64/Makefile [new file with mode: 0644]
archive/ubuntu-21.04-hirsute-std-64/dab.conf [new file with mode: 0644]
ubuntu-14.04-trusty-std-64/Makefile [deleted file]
ubuntu-14.04-trusty-std-64/dab.conf [deleted file]
ubuntu-16.04-xenial-std-64/Makefile [deleted file]
ubuntu-16.04-xenial-std-64/dab.conf [deleted file]
ubuntu-21.04-hirsute-std-64/Makefile [deleted file]
ubuntu-21.04-hirsute-std-64/dab.conf [deleted file]

diff --git a/archive/ubuntu-14.04-trusty-std-64/Makefile b/archive/ubuntu-14.04-trusty-std-64/Makefile
new file mode 100644 (file)
index 0000000..c1fa802
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       dab finalize
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~
diff --git a/archive/ubuntu-14.04-trusty-std-64/dab.conf b/archive/ubuntu-14.04-trusty-std-64/dab.conf
new file mode 100644 (file)
index 0000000..e62c762
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: trusty
+CacheDir: ../cache
+#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse 
+#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse  
+#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse 
+Architecture: amd64
+Name: ubuntu-14.04-standard
+Version: 14.04.5-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Trusty_Standard
+Description: Ubuntu Trusty (standard)
+ A small Ubuntu Trusty system including all standard packages.
diff --git a/archive/ubuntu-16.04-xenial-std-64/Makefile b/archive/ubuntu-16.04-xenial-std-64/Makefile
new file mode 100644 (file)
index 0000000..c1fa802
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       dab finalize
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~
diff --git a/archive/ubuntu-16.04-xenial-std-64/dab.conf b/archive/ubuntu-16.04-xenial-std-64/dab.conf
new file mode 100644 (file)
index 0000000..675d875
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: xenial
+CacheDir: ../cache
+#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse 
+#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse  
+#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse 
+Architecture: amd64
+Name: ubuntu-16.04-standard
+Version: 16.04.5-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Xenial_Standard
+Description: Ubuntu Xenial (standard)
+ A small Ubuntu Xenial system including all standard packages.
diff --git a/archive/ubuntu-21.04-hirsute-std-64/Makefile b/archive/ubuntu-21.04-hirsute-std-64/Makefile
new file mode 100644 (file)
index 0000000..26fffb0
--- /dev/null
@@ -0,0 +1,19 @@
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       dab finalize
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~
diff --git a/archive/ubuntu-21.04-hirsute-std-64/dab.conf b/archive/ubuntu-21.04-hirsute-std-64/dab.conf
new file mode 100644 (file)
index 0000000..a38ce0f
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: hirsute
+CacheDir: ../cache
+#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
+#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
+#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
+Architecture: amd64
+Name: ubuntu-21.04-standard
+Version: 21.04-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Groovy_Standard
+Description: Ubuntu 21.04 Hirsute (standard)
+ A small Ubuntu 21.04 Hirsute Hippo system including all standard packages.
diff --git a/ubuntu-14.04-trusty-std-64/Makefile b/ubuntu-14.04-trusty-std-64/Makefile
deleted file mode 100644 (file)
index c1fa802..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-BASEDIR:=$(shell dab basedir)
-
-all: info/init_ok
-       dab bootstrap
-       dab finalize
-
-info/init_ok: dab.conf
-       dab init
-       touch $@
-
-.PHONY: clean
-clean:
-       dab clean
-       rm -f *~
-
-.PHONY: dist-clean
-dist-clean:
-       dab dist-clean
-       rm -f *~
diff --git a/ubuntu-14.04-trusty-std-64/dab.conf b/ubuntu-14.04-trusty-std-64/dab.conf
deleted file mode 100644 (file)
index e62c762..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: trusty
-CacheDir: ../cache
-#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse 
-#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse  
-#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse 
-Architecture: amd64
-Name: ubuntu-14.04-standard
-Version: 14.04.5-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: http://pve.proxmox.com/wiki/Ubuntu_Trusty_Standard
-Description: Ubuntu Trusty (standard)
- A small Ubuntu Trusty system including all standard packages.
diff --git a/ubuntu-16.04-xenial-std-64/Makefile b/ubuntu-16.04-xenial-std-64/Makefile
deleted file mode 100644 (file)
index c1fa802..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-BASEDIR:=$(shell dab basedir)
-
-all: info/init_ok
-       dab bootstrap
-       dab finalize
-
-info/init_ok: dab.conf
-       dab init
-       touch $@
-
-.PHONY: clean
-clean:
-       dab clean
-       rm -f *~
-
-.PHONY: dist-clean
-dist-clean:
-       dab dist-clean
-       rm -f *~
diff --git a/ubuntu-16.04-xenial-std-64/dab.conf b/ubuntu-16.04-xenial-std-64/dab.conf
deleted file mode 100644 (file)
index 675d875..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: xenial
-CacheDir: ../cache
-#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse 
-#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse  
-#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse 
-Architecture: amd64
-Name: ubuntu-16.04-standard
-Version: 16.04.5-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: http://pve.proxmox.com/wiki/Ubuntu_Xenial_Standard
-Description: Ubuntu Xenial (standard)
- A small Ubuntu Xenial system including all standard packages.
diff --git a/ubuntu-21.04-hirsute-std-64/Makefile b/ubuntu-21.04-hirsute-std-64/Makefile
deleted file mode 100644 (file)
index 26fffb0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-BASEDIR:=$(shell dab basedir)
-
-all: info/init_ok
-       dab bootstrap
-       dab finalize
-
-info/init_ok: dab.conf
-       dab init
-       touch $@
-
-.PHONY: clean
-clean:
-       dab clean
-       rm -f *~
-
-.PHONY: dist-clean
-dist-clean:
-       dab dist-clean
-       rm -f *~
diff --git a/ubuntu-21.04-hirsute-std-64/dab.conf b/ubuntu-21.04-hirsute-std-64/dab.conf
deleted file mode 100644 (file)
index a38ce0f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: hirsute
-CacheDir: ../cache
-#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
-#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
-#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
-Architecture: amd64
-Name: ubuntu-21.04-standard
-Version: 21.04-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: http://pve.proxmox.com/wiki/Ubuntu_Groovy_Standard
-Description: Ubuntu 21.04 Hirsute (standard)
- A small Ubuntu 21.04 Hirsute Hippo system including all standard packages.