Fix meta release file 10.0

This commit is contained in:
Luis Guzmán 2022-02-07 02:59:50 +00:00
parent ac760b2663
commit b926f85acd
2 changed files with 16 additions and 2 deletions

View file

@ -24,7 +24,7 @@
# Also, don't forget to update the meta-release files at archive and packages.t.i # Also, don't forget to update the meta-release files at archive and packages.t.i
# The "obsoletes" list from ubuntu has been removed # The "obsoletes" list from ubuntu has been removed
VERSION=12 VERSION=13
. ./config . ./config
@ -329,6 +329,17 @@ done
sed 's/ubuntu-release-upgrader-core/ubuntu-release-upgrader-core (= ${source:Version})/' -i debian/control sed 's/ubuntu-release-upgrader-core/ubuntu-release-upgrader-core (= ${source:Version})/' -i debian/control
# Fix meta-release file
cat << MR-FILE > data/meta-release
# default location for the meta-release file
[METARELEASE]
URI = https://archive.trisquel.org/trisquel/meta-release
URI_LTS = https://archive.trisquel.org/trisquel/meta-release
URI_UNSTABLE_POSTFIX = -development
URI_PROPOSED_POSTFIX = -proposed
MR-FILE
changelog "Compiled for Trisquel" changelog "Compiled for Trisquel"
PARALLEL=false compile PARALLEL=false compile

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=14 VERSION=15
. ./config . ./config
@ -78,6 +78,9 @@ sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/Core/MetaRelease.
#Fix partial upgrade button #Fix partial upgrade button
sed -i '/do-partial-upgrade/s|ubuntu-release|trisquel-release|' UpdateManager/Dialogs.py sed -i '/do-partial-upgrade/s|ubuntu-release|trisquel-release|' UpdateManager/Dialogs.py
#Fix base_uri for trisquel meta-release-lts
sed -i 's|changelogs.ubuntu.com/|archive.trisquel.org/trisquel/|' UpdateManager/Core/MetaRelease.py
changelog "Compiled for Trisquel" changelog "Compiled for Trisquel"
compile compile