Fix indexing of Debian architecture-independent packages + Alpine 3.19
This commit is contained in:
parent
c2a1dd6416
commit
f33081df11
2 changed files with 8 additions and 3 deletions
|
|
@ -71,6 +71,9 @@ case "$1" in
|
||||||
3.18)
|
3.18)
|
||||||
alp 3.18 "main community"
|
alp 3.18 "main community"
|
||||||
;;
|
;;
|
||||||
|
3.19)
|
||||||
|
alp 3.19 "main community"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 3.0
|
$0 3.0
|
||||||
$0 3.1
|
$0 3.1
|
||||||
|
|
@ -87,12 +90,13 @@ case "$1" in
|
||||||
$0 3.12
|
$0 3.12
|
||||||
$0 3.13
|
$0 3.13
|
||||||
$0 3.14
|
$0 3.14
|
||||||
|
$0 3.15
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 3.15 # till 2023-11-01
|
|
||||||
$0 3.16 # till 2024-05-23
|
$0 3.16 # till 2024-05-23
|
||||||
$0 3.17 # till 2024-11-22
|
$0 3.17 # till 2024-11-22
|
||||||
$0 3.18 # till 2025-05-09
|
$0 3.18 # till 2025-05-09
|
||||||
|
$0 3.19 # till 2025-11-01
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -65,14 +65,15 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
bullseye)
|
bullseye)
|
||||||
index_deb debian-bullseye $CMIRROR bullseye "main contrib non-free" cmp amd64
|
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)
|
bookworm)
|
||||||
index_deb debian-bookworm $CMIRROR bookworm "main contrib non-free" cmp amd64
|
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)
|
trixie)
|
||||||
index_deb debian-trixie $CMIRROR trixie "main contrib non-free" cmp amd64
|
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)
|
old)
|
||||||
$0 buzz
|
$0 buzz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue