From 71a7f052ac8890c0a162db241a3dce7837be26ed Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Wed, 4 Oct 2023 12:00:05 -0600 Subject: [PATCH] python-apt: fix version due to early release. --- helpers/make-python-apt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpers/make-python-apt b/helpers/make-python-apt index 3a4ccded..f27c3d94 100644 --- a/helpers/make-python-apt +++ b/helpers/make-python-apt @@ -20,9 +20,14 @@ VERSION=5 COMPONENT=main +#Be aware to not pull/build before publish date on T12. +BUILD_UNTIL=11.0 . ./config +# Fix version number due to early release. +export FULLVERSION="$(sed 's|ubuntu2||' <<< $FULLVERSION)" + cat << EOF > data/templates/Trisquel.mirrors #LOC:BR https://trisquel.c3sl.ufpr.br/packages/ -- GitLab