Fix indexing of Debian architecture-independent packages + Alpine 3.19

This commit is contained in:
Yorhel 2024-01-03 10:25:48 +01:00
parent c2a1dd6416
commit f33081df11
2 changed files with 8 additions and 3 deletions

View file

@ -65,14 +65,15 @@ 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 "main contrib non-free" cmp all
;;
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
index_deb debian-bookworm $CMIRROR bookworm "main contrib non-free" cmp all
;;
trixie)
index_deb debian-trixie $CMIRROR trixie "main contrib non-free" cmp amd64
index_deb debian-trixie $CMIRROR trixie "main contrib non-free" cmp all
;;
old)
$0 buzz