From 67b703636b69b35af01e69dcaf09a708fc2bb087 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 17 Aug 2021 11:29:41 +0200 Subject: [PATCH] Some repo updates + Debian bookworm --- sql/schema.sql | 5 +++-- util/arch.sh | 2 +- util/debian.sh | 7 ++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sql/schema.sql b/sql/schema.sql index 9b1e974..dac3610 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -240,7 +240,7 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES (187,'CentOS', '7.6', 'centos-7.6', 50), (188,'FreeBSD', '12.0', 'freebsd-12.0', 70), (189,'Ubuntu', '19.04', 'ubuntu-disco', 29), - (190,'Debian', '10 (stable)', 'debian-buster', 14), + (190,'Debian', '10', 'debian-buster', 14), (191,'Fedora', '30', 'fedora-30', 29), (192,'FreeBSD', '11.3', 'freebsd-11.3', 64), (193,'Ubuntu', '19.10', 'ubuntu-eoan', 30), @@ -262,7 +262,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES (209,'FreeBSD', '13.0', 'freebsd-13.0', 80), (210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33), (211,'Fedora', '34', 'fedora-34', 33), - (212,'Debian', 'testing','debian-bullseye',15); + (212,'Debian', '11 (stable)','debian-bullseye',15), + (213,'Debian', '12 (testing)','debian-bookworm',16); -- Removes any path components and compression extensions from the filename. diff --git a/util/arch.sh b/util/arch.sh index 36e1b95..894bd91 100755 --- a/util/arch.sh +++ b/util/arch.sh @@ -2,7 +2,7 @@ . ./common.sh -MIRROR=http://mirror.i3d.net/pub/archlinux/ +MIRROR=http://mirror.ams1.nl.leaseweb.net/archlinux/ case "$1" in current) diff --git a/util/debian.sh b/util/debian.sh index 2a9fafc..7e723ef 100755 --- a/util/debian.sh +++ b/util/debian.sh @@ -65,7 +65,11 @@ case "$1" in ;; bullseye) index_deb debian-bullseye $CMIRROR bullseye "main contrib non-free" cmp amd64 - #index_deb debian-bullseye $CMIRROR bullseye-updates "main contrib non-free" cmp amd64 + index_deb debian-bullseye $CMIRROR bullseye-updates "main contrib non-free" cmp amd64 + ;; + bookworm) + index_deb debian-bookworm $CMIRROR bookworm "main contrib non-free" cmp amd64 + #index_deb debian-bookworm $CMIRROR bookworm-updates "main contrib non-free" cmp amd64 ;; old) $0 buzz @@ -86,6 +90,7 @@ case "$1" in $0 stretch $0 buster $0 bullseye + $0 bookworm ;; all) $0 old