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:
Yorhel 2022-07-26 07:25:35 +02:00
parent fa8e084879
commit 775eabfb7e
4 changed files with 25 additions and 7 deletions

View file

@ -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}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)
$0 1
$0 2
@ -161,11 +169,13 @@ case "$1" in
$0 29
$0 30
$0 31
;;
current)
$0 32
$0 33
;;
current)
$0 34
$0 35
$0 36
;;
all)
$0 old