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
|
|
@ -131,6 +131,9 @@ case $1 in
|
|||
impish)
|
||||
stdrepo impish $CMIRROR amd64
|
||||
;;
|
||||
jammy)
|
||||
stdrepo jammy $CMIRROR amd64
|
||||
;;
|
||||
old)
|
||||
$0 warty
|
||||
$0 hoary
|
||||
|
|
@ -163,12 +166,13 @@ case $1 in
|
|||
$0 disco
|
||||
$0 eoan
|
||||
$0 groovy
|
||||
$0 hirsute
|
||||
$0 impish
|
||||
;;
|
||||
current)
|
||||
$0 bionic # until 2023-04
|
||||
$0 bionic # until 2028-04
|
||||
$0 focal # until 2030-04
|
||||
$0 hirsute # until 2022-01
|
||||
$0 impish # until 2022-07
|
||||
$0 jammy # until 2032-04
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue