From 3df34dcc13e421e6b528e778a78ac66db88e1c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Tue, 2 Sep 2014 17:42:05 +0200 Subject: [PATCH] Update-manager references to Ubuntu replaced --- helpers/make-update-manager | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helpers/make-update-manager b/helpers/make-update-manager index b05c3233..4e14351d 100644 --- a/helpers/make-update-manager +++ b/helpers/make-update-manager @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=6 . ./config @@ -26,6 +26,10 @@ cp $DATA/index.docbook help/C/index.docbook replace Ubuntu Trisquel . replace "Trisquel-Gettext" "Ubuntu-Gettext" . +sed '/%s base/ s/name.*/name = "Trisquel base"/' -i ./UpdateManager/Core/UpdateList.py +sed 's_http://changelogs.ubuntu.com/changelogs/pool/_http://packages.trisquel.info/changelogs/pool/_' -i UpdateManager/Core/MyCache.py +sed '/len(changelog) == 0/,/"later."/d' -i UpdateManager/Core/MyCache.py + changelog "Compiled for Trisquel" compile -- GitLab