From 7932cb724f6a2ff3dc8fd3c4138b81c254186dff Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Wed, 22 Sep 2021 02:26:45 -0500 Subject: [PATCH] Adapt to nabia release and point to trisquel new domain --- helpers/make-update-manager | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-update-manager b/helpers/make-update-manager index 4798e31c..adb07f9d 100644 --- a/helpers/make-update-manager +++ b/helpers/make-update-manager @@ -52,7 +52,7 @@ replace Ubuntu Trisquel . replace TrisquelDistroInfo UbuntuDistroInfo . replace "Trisquel-Gettext" "Ubuntu-Gettext" . -sed -i 's/Trisquel 16.04 LTS to Trisquel 18.04 LTS/Trisquel 8.0 LTS to Trisquel 9.0 LTS/' HweSupportStatus/consts.py +sed -i 's/Trisquel 18.04 LTS to Trisquel 20.04 LTS/Trisquel 9.0 LTS to Trisquel 10.0 LTS/' HweSupportStatus/consts.py replace ubuntu-desktop trisquel . replace kubuntu-desktop triskel . @@ -60,7 +60,7 @@ replace xubuntu-desktop trisquel-mini . replace edubuntu-desktop toast . sed '/%s base/ s/name.*/name = "Trisquel base"/' -i ./UpdateManager/Core/UpdateList.py -sed 's_https://changelogs.ubuntu.com/changelogs/pool/_https://packages.trisquel.info/changelogs/pool/_' -i UpdateManager/Core/MyCache.py +sed 's_https://changelogs.ubuntu.com/changelogs/pool/_https://packages.trisquel.org/changelogs/pool/_' -i UpdateManager/Core/MyCache.py sed '/len(changelog) == 0/,/"later."/d' -i UpdateManager/Core/MyCache.py changelog "Compiled for Trisquel" -- GitLab