python-apt: mirrors update bump.
This commit is contained in:
parent
af678e2b2b
commit
f7c9a74b92
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
# a new release of the 'debian-installer' also ships the latest mirror
|
# a new release of the 'debian-installer' also ships the latest mirror
|
||||||
# list available on the resulting netinstall (mini.iso) image.
|
# list available on the resulting netinstall (mini.iso) image.
|
||||||
|
|
||||||
VERSION=10
|
VERSION=11
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
#Be aware to not pull/build before publish date on T12.
|
#Be aware to not pull/build before publish date on T12.
|
||||||
|
|
||||||
|
|
@ -36,6 +36,7 @@ export FULLVERSION="$(sed 's|ubuntu4||' <<< $FULLVERSION)"
|
||||||
Mirrors_masterlist=$(mktemp)
|
Mirrors_masterlist=$(mktemp)
|
||||||
Mirrors_masterlist_git="trisquel-packages/-/raw/master/extra/mirrors/Mirrors.masterlist"
|
Mirrors_masterlist_git="trisquel-packages/-/raw/master/extra/mirrors/Mirrors.masterlist"
|
||||||
|
|
||||||
|
#FIXME: Propose a way to integrate from git and avoid fetching via wget/curl.
|
||||||
wget https://gitlab.trisquel.org/trisquel/$Mirrors_masterlist_git -o /dev/null -O $Mirrors_masterlist
|
wget https://gitlab.trisquel.org/trisquel/$Mirrors_masterlist_git -o /dev/null -O $Mirrors_masterlist
|
||||||
python3 $DATA/parse-mirror-masterlist.py $Mirrors_masterlist > data/templates/Trisquel.mirrors
|
python3 $DATA/parse-mirror-masterlist.py $Mirrors_masterlist > data/templates/Trisquel.mirrors
|
||||||
rm $Mirrors_masterlist
|
rm $Mirrors_masterlist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue