python-apt: fix version due to early release.
This commit is contained in:
parent
ccafd4fc5b
commit
71a7f052ac
1 changed files with 5 additions and 0 deletions
|
|
@ -20,9 +20,14 @@
|
||||||
|
|
||||||
VERSION=5
|
VERSION=5
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
|
#Be aware to not pull/build before publish date on T12.
|
||||||
|
BUILD_UNTIL=11.0
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
# Fix version number due to early release.
|
||||||
|
export FULLVERSION="$(sed 's|ubuntu2||' <<< $FULLVERSION)"
|
||||||
|
|
||||||
cat << EOF > data/templates/Trisquel.mirrors
|
cat << EOF > data/templates/Trisquel.mirrors
|
||||||
#LOC:BR
|
#LOC:BR
|
||||||
https://trisquel.c3sl.ufpr.br/packages/
|
https://trisquel.c3sl.ufpr.br/packages/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue