Some repo updates
Haven't done this in a while, was lagging behind quite a bit. FreeBSD also has two new versions that need to be indexed, will add those later.
This commit is contained in:
parent
fa8e084879
commit
775eabfb7e
4 changed files with 25 additions and 7 deletions
|
|
@ -62,6 +62,9 @@ case "$1" in
|
||||||
3.15)
|
3.15)
|
||||||
alp 3.15 "main community"
|
alp 3.15 "main community"
|
||||||
;;
|
;;
|
||||||
|
3.16)
|
||||||
|
alp 3.16 "main community"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 3.0
|
$0 3.0
|
||||||
$0 3.1
|
$0 3.1
|
||||||
|
|
@ -75,12 +78,13 @@ case "$1" in
|
||||||
$0 3.9
|
$0 3.9
|
||||||
$0 3.10
|
$0 3.10
|
||||||
$0 3.11
|
$0 3.11
|
||||||
|
$0 3.12
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 3.12 # till 2022-05-01
|
|
||||||
$0 3.13 # till 2022-11-01
|
$0 3.13 # till 2022-11-01
|
||||||
$0 3.14 # till 2023-05-01
|
$0 3.14 # till 2023-05-01
|
||||||
$0 3.15 # till 2023-11-01
|
$0 3.15 # till 2023-11-01
|
||||||
|
$0 3.16 # till 2024-05-23
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -282,10 +282,10 @@ case "$1" in
|
||||||
$0 8.2
|
$0 8.2
|
||||||
$0 8.3
|
$0 8.3
|
||||||
$0 8.4
|
$0 8.4
|
||||||
|
$0 8.5
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 7.9 # till 2024-06-30
|
$0 7.9 # till 2024-06-30
|
||||||
$0 8.5 # till 2029-05-31
|
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,14 @@ case "$1" in
|
||||||
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}releases/34/Everything/x86_64/os/"
|
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}releases/34/Everything/x86_64/os/"
|
||||||
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}updates/34/Everything/x86_64/"
|
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}updates/34/Everything/x86_64/"
|
||||||
;;
|
;;
|
||||||
|
35)
|
||||||
|
index rpm --sys fedora-35 --cat everything --mirror "${CMIRROR}releases/35/Everything/x86_64/os/"
|
||||||
|
index rpm --sys fedora-35 --cat everything --mirror "${CMIRROR}updates/35/Everything/x86_64/"
|
||||||
|
;;
|
||||||
|
36)
|
||||||
|
index rpm --sys fedora-36 --cat everything --mirror "${CMIRROR}releases/36/Everything/x86_64/os/"
|
||||||
|
index rpm --sys fedora-36 --cat everything --mirror "${CMIRROR}updates/36/Everything/x86_64/"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 1
|
$0 1
|
||||||
$0 2
|
$0 2
|
||||||
|
|
@ -161,11 +169,13 @@ case "$1" in
|
||||||
$0 29
|
$0 29
|
||||||
$0 30
|
$0 30
|
||||||
$0 31
|
$0 31
|
||||||
;;
|
|
||||||
current)
|
|
||||||
$0 32
|
$0 32
|
||||||
$0 33
|
$0 33
|
||||||
|
;;
|
||||||
|
current)
|
||||||
$0 34
|
$0 34
|
||||||
|
$0 35
|
||||||
|
$0 36
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,9 @@ case $1 in
|
||||||
impish)
|
impish)
|
||||||
stdrepo impish $CMIRROR amd64
|
stdrepo impish $CMIRROR amd64
|
||||||
;;
|
;;
|
||||||
|
jammy)
|
||||||
|
stdrepo jammy $CMIRROR amd64
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 warty
|
$0 warty
|
||||||
$0 hoary
|
$0 hoary
|
||||||
|
|
@ -163,12 +166,13 @@ case $1 in
|
||||||
$0 disco
|
$0 disco
|
||||||
$0 eoan
|
$0 eoan
|
||||||
$0 groovy
|
$0 groovy
|
||||||
|
$0 hirsute
|
||||||
|
$0 impish
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 bionic # until 2023-04
|
$0 bionic # until 2028-04
|
||||||
$0 focal # until 2030-04
|
$0 focal # until 2030-04
|
||||||
$0 hirsute # until 2022-01
|
$0 jammy # until 2032-04
|
||||||
$0 impish # until 2022-07
|
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue