diff --git a/helpers/make-python-apt b/helpers/make-python-apt index 1b54528..c53eae2 100644 --- a/helpers/make-python-apt +++ b/helpers/make-python-apt @@ -23,7 +23,7 @@ # a new release of the 'debian-installer' also ships the latest mirror # list available on the resulting netinstall (mini.iso) image. -VERSION=10 +VERSION=11 COMPONENT=main #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_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 python3 $DATA/parse-mirror-masterlist.py $Mirrors_masterlist > data/templates/Trisquel.mirrors rm $Mirrors_masterlist