Skip to content
Snippets Groups Projects
Commit b926f85a authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Fix meta release file 10.0

parent ac760b26
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
# Also, don't forget to update the meta-release files at archive and packages.t.i
# The "obsoletes" list from ubuntu has been removed
VERSION=12
VERSION=13
. ./config
......@@ -329,6 +329,17 @@ done
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"
PARALLEL=false compile
......
......@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=14
VERSION=15
. ./config
......@@ -78,6 +78,9 @@ sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/Core/MetaRelease.
#Fix partial upgrade button
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"
compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment