Some fixes and repo updates
This commit is contained in:
parent
580fa89520
commit
c2a1dd6416
5 changed files with 29 additions and 8 deletions
|
|
@ -71,6 +71,9 @@ case "$1" in
|
|||
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
|
||||
;;
|
||||
trixie)
|
||||
index_deb debian-trixie $CMIRROR trixie "main contrib non-free" cmp amd64
|
||||
;;
|
||||
old)
|
||||
$0 buzz
|
||||
$0 rex
|
||||
|
|
@ -91,6 +94,7 @@ case "$1" in
|
|||
$0 buster
|
||||
$0 bullseye
|
||||
$0 bookworm
|
||||
$0 trixie
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
|
|
@ -145,6 +145,10 @@ case "$1" in
|
|||
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/"
|
||||
;;
|
||||
39)
|
||||
index rpm --sys fedora-39 --cat everything --mirror "${CMIRROR}releases/39/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-39 --cat everything --mirror "${CMIRROR}updates/39/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -186,6 +190,7 @@ case "$1" in
|
|||
current)
|
||||
$0 37
|
||||
$0 38
|
||||
$0 39
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
|
|
@ -643,6 +643,12 @@ case $1 in
|
|||
index_core freebsd-13.2 "${MIR}base.txz" core-base 2023-04-11
|
||||
index freebsd2 --sys freebsd-13.2 --mirror "$PKG"
|
||||
;;
|
||||
14.0)
|
||||
MIR="${CMIRROR}amd64/14.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_0/"
|
||||
index_core freebsd-14.0 "${MIR}base.txz" core-base 2023-11-20
|
||||
index freebsd2 --sys freebsd-14.0 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -718,5 +724,6 @@ case $1 in
|
|||
$0 13.0
|
||||
$0 13.1
|
||||
$0 13.2
|
||||
$0 14.0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
|
|
@ -140,6 +140,9 @@ case $1 in
|
|||
lunar)
|
||||
stdrepo lunar $CMIRROR amd64
|
||||
;;
|
||||
mantic)
|
||||
stdrepo mantic $CMIRROR amd64
|
||||
;;
|
||||
old)
|
||||
$0 warty
|
||||
$0 hoary
|
||||
|
|
@ -174,12 +177,14 @@ case $1 in
|
|||
$0 groovy
|
||||
$0 hirsute
|
||||
$0 impish
|
||||
$0 kinetic
|
||||
;;
|
||||
current)
|
||||
$0 bionic # until 2028-04
|
||||
$0 focal # until 2030-04
|
||||
$0 jammy # until 2032-04
|
||||
$0 kinetic # until 2023-07
|
||||
$0 lunar # until 2024-01
|
||||
$0 mantic # until 2024-07
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue