Merge branch 'ecne' of git.cmxsl.org:CMXSL.org/package-helpers-cmxsl into ecne-cmxsl
This commit is contained in:
commit
d596dee998
839 changed files with 22159 additions and 1821 deletions
|
|
@ -24,7 +24,7 @@
|
|||
# list available on the resulting netinstall (mini.iso) image.
|
||||
# The same way as 'ubiquity' is for for the next Live Desktop ISOs.
|
||||
|
||||
VERSION=13
|
||||
VERSION=14
|
||||
CMXSLVER=1
|
||||
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu resolute main'
|
||||
REPOKEY=871920D1991BC93C
|
||||
|
|
@ -33,6 +33,9 @@ COMPONENT=main
|
|||
|
||||
. ./config
|
||||
|
||||
# FIXME: Version locked hack + PEP440; don't reuse on other helpers.
|
||||
FULLVERSION=$(sed -E 's/^(.*)build([0-9]+)trisquel([0-9]+)$/\1trisquel\3build\2/' <<< $FULLVERSION)
|
||||
|
||||
# Use git Mirrors.masterlist as source.
|
||||
Mirrors_masterlist=$(mktemp)
|
||||
Mirrors_masterlist_git="trisquel-packages/-/raw/master/extra/mirrors/Mirrors.masterlist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue