]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
debian: archive 9.x stretch release
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Mar 2022 09:13:57 +0000 (11:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 29 Mar 2022 09:13:59 +0000 (11:13 +0200)
eol from normal support and LTS doesn't makes much sense for CTs,
especially as Debian has a clear and nice cut upgrade path anyways..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
archive/debian-9.0-pmg-64/Makefile [new file with mode: 0644]
archive/debian-9.0-pmg-64/dab.conf [new file with mode: 0644]
archive/debian-9.0-standard-64/Makefile [new file with mode: 0644]
archive/debian-9.0-standard-64/dab.conf [new file with mode: 0644]
debian-9.0-pmg-64/Makefile [deleted file]
debian-9.0-pmg-64/dab.conf [deleted file]
debian-9.0-standard-64/Makefile [deleted file]
debian-9.0-standard-64/dab.conf [deleted file]

diff --git a/archive/debian-9.0-pmg-64/Makefile b/archive/debian-9.0-pmg-64/Makefile
new file mode 100644 (file)
index 0000000..06cabe3
--- /dev/null
@@ -0,0 +1,25 @@
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap --minimal
+       sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/' ${BASEDIR}/etc/ssh/sshd_config
+       dab exec /bin/systemctl enable systemd-timesyncd.service
+       touch ${BASEDIR}/proxmox_install_mode
+       dab install libdbi-perl perl-openssl-defaults libcgi-pm-perl proxmox-mailgateway-container
+       rm ${BASEDIR}/proxmox_install_mode
+       sed -i 's/^deb.*repo.proxmox.com\/staging.*$$//' ${BASEDIR}/etc/apt/sources.list
+       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/debian-9.0-pmg-64/dab.conf b/archive/debian-9.0-pmg-64/dab.conf
new file mode 100644 (file)
index 0000000..6ddd5ea
--- /dev/null
@@ -0,0 +1,15 @@
+Suite: stretch
+CacheDir: ../cache
+Source: http://ftp.debian.org/debian SUITE main contrib
+Source: http://ftp.debian.org/debian SUITE-updates main contrib
+Source: http://security.debian.org SUITE/updates main contrib
+Source: http://repo.proxmox.com/staging/pmg/ SUITE pmg-5.0
+Architecture: amd64
+Name: proxmox-mailgateway-5.2-standard
+Version: 5.2-1
+Section: mail
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://www.proxmox.com/de/proxmox-mail-gateway
+Description: Proxmox Mailgateway 5.2
+ A full featured mail proxy for spam and virus filtering, optimized for
+ container environment.
diff --git a/archive/debian-9.0-standard-64/Makefile b/archive/debian-9.0-standard-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/debian-9.0-standard-64/dab.conf b/archive/debian-9.0-standard-64/dab.conf
new file mode 100644 (file)
index 0000000..60e26ae
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: stretch
+CacheDir: ../cache
+#Source: http://ftp.debian.org/debian SUITE main contrib
+#Source: http://ftp.debian.org/debian SUITE-updates main contrib
+#Source: http://security.debian.org SUITE/updates main contrib 
+Architecture: amd64
+Name: debian-9.0-standard
+Version: 9.7-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Debian_9.0_Standard
+Description: Debian 9.7 (standard)
+ A small Debian Stretch system including all standard packages.
diff --git a/debian-9.0-pmg-64/Makefile b/debian-9.0-pmg-64/Makefile
deleted file mode 100644 (file)
index 06cabe3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-BASEDIR:=$(shell dab basedir)
-
-all: info/init_ok
-       dab bootstrap --minimal
-       sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/' ${BASEDIR}/etc/ssh/sshd_config
-       dab exec /bin/systemctl enable systemd-timesyncd.service
-       touch ${BASEDIR}/proxmox_install_mode
-       dab install libdbi-perl perl-openssl-defaults libcgi-pm-perl proxmox-mailgateway-container
-       rm ${BASEDIR}/proxmox_install_mode
-       sed -i 's/^deb.*repo.proxmox.com\/staging.*$$//' ${BASEDIR}/etc/apt/sources.list
-       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/debian-9.0-pmg-64/dab.conf b/debian-9.0-pmg-64/dab.conf
deleted file mode 100644 (file)
index 6ddd5ea..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Suite: stretch
-CacheDir: ../cache
-Source: http://ftp.debian.org/debian SUITE main contrib
-Source: http://ftp.debian.org/debian SUITE-updates main contrib
-Source: http://security.debian.org SUITE/updates main contrib
-Source: http://repo.proxmox.com/staging/pmg/ SUITE pmg-5.0
-Architecture: amd64
-Name: proxmox-mailgateway-5.2-standard
-Version: 5.2-1
-Section: mail
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: https://www.proxmox.com/de/proxmox-mail-gateway
-Description: Proxmox Mailgateway 5.2
- A full featured mail proxy for spam and virus filtering, optimized for
- container environment.
diff --git a/debian-9.0-standard-64/Makefile b/debian-9.0-standard-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/debian-9.0-standard-64/dab.conf b/debian-9.0-standard-64/dab.conf
deleted file mode 100644 (file)
index 60e26ae..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Suite: stretch
-CacheDir: ../cache
-#Source: http://ftp.debian.org/debian SUITE main contrib
-#Source: http://ftp.debian.org/debian SUITE-updates main contrib
-#Source: http://security.debian.org SUITE/updates main contrib 
-Architecture: amd64
-Name: debian-9.0-standard
-Version: 9.7-1
-Section: system
-Maintainer: Proxmox Support Team <support@proxmox.com>
-Infopage: http://pve.proxmox.com/wiki/Debian_9.0_Standard
-Description: Debian 9.7 (standard)
- A small Debian Stretch system including all standard packages.