Repo updates
This commit is contained in:
parent
f5b35efdc3
commit
e77775246c
4 changed files with 20 additions and 4 deletions
|
|
@ -68,6 +68,9 @@ case "$1" in
|
||||||
3.17)
|
3.17)
|
||||||
alp 3.17 "main community"
|
alp 3.17 "main community"
|
||||||
;;
|
;;
|
||||||
|
3.18)
|
||||||
|
alp 3.18 "main community"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 3.0
|
$0 3.0
|
||||||
$0 3.1
|
$0 3.1
|
||||||
|
|
@ -83,12 +86,13 @@ case "$1" in
|
||||||
$0 3.11
|
$0 3.11
|
||||||
$0 3.12
|
$0 3.12
|
||||||
$0 3.13
|
$0 3.13
|
||||||
|
$0 3.14
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$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
|
$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
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -85,9 +85,9 @@ case "$1" in
|
||||||
$0 squeeze
|
$0 squeeze
|
||||||
$0 wheezy
|
$0 wheezy
|
||||||
$0 jessie
|
$0 jessie
|
||||||
|
$0 stretch
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 stretch
|
|
||||||
$0 buster
|
$0 buster
|
||||||
$0 bullseye
|
$0 bullseye
|
||||||
$0 bookworm
|
$0 bookworm
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,10 @@ case "$1" in
|
||||||
index rpm --sys fedora-37 --cat everything --mirror "${CMIRROR}releases/37/Everything/x86_64/os/"
|
index rpm --sys fedora-37 --cat everything --mirror "${CMIRROR}releases/37/Everything/x86_64/os/"
|
||||||
index rpm --sys fedora-37 --cat everything --mirror "${CMIRROR}updates/37/Everything/x86_64/"
|
index rpm --sys fedora-37 --cat everything --mirror "${CMIRROR}updates/37/Everything/x86_64/"
|
||||||
;;
|
;;
|
||||||
|
38)
|
||||||
|
index rpm --sys fedora-38 --cat everything --mirror "${CMIRROR}releases/38/Everything/x86_64/os/"
|
||||||
|
index rpm --sys fedora-38 --cat everything --mirror "${CMIRROR}updates/38/Everything/x86_64/"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 1
|
$0 1
|
||||||
$0 2
|
$0 2
|
||||||
|
|
@ -175,12 +179,13 @@ case "$1" in
|
||||||
$0 31
|
$0 31
|
||||||
$0 32
|
$0 32
|
||||||
$0 33
|
$0 33
|
||||||
;;
|
|
||||||
current)
|
|
||||||
$0 34
|
$0 34
|
||||||
$0 35
|
$0 35
|
||||||
$0 36
|
$0 36
|
||||||
|
;;
|
||||||
|
current)
|
||||||
$0 37
|
$0 37
|
||||||
|
#$0 38
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -637,6 +637,12 @@ case $1 in
|
||||||
index_core freebsd-13.1 "${MIR}base.txz" core-base 2022-05-16
|
index_core freebsd-13.1 "${MIR}base.txz" core-base 2022-05-16
|
||||||
index freebsd2 --sys freebsd-13.1 --mirror "$PKG"
|
index freebsd2 --sys freebsd-13.1 --mirror "$PKG"
|
||||||
;;
|
;;
|
||||||
|
13.2)
|
||||||
|
MIR="${CMIRROR}amd64/13.2-RELEASE/"
|
||||||
|
PKG="${PMIRROR}FreeBSD:13:amd64/release_2/"
|
||||||
|
index_core freebsd-13.2 "${MIR}base.txz" core-base 2023-04-11
|
||||||
|
index freebsd2 --sys freebsd-13.2 --mirror "$PKG"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 1.0
|
$0 1.0
|
||||||
$0 2.0.5
|
$0 2.0.5
|
||||||
|
|
@ -711,5 +717,6 @@ case $1 in
|
||||||
$0 12.4
|
$0 12.4
|
||||||
$0 13.0
|
$0 13.0
|
||||||
$0 13.1
|
$0 13.1
|
||||||
|
$0 13.2
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue