From 98836ba82bbf15875a297f999d8443011b406bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Sun, 24 Feb 2013 23:27:33 +0100 Subject: [PATCH] Removed rediris repo --- helpers/make-python-apt | 4 +--- helpers/make-ubiquity | 4 ++-- helpers/make-ubufox | 4 ++-- helpers/make-update-manager | 4 +--- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/helpers/make-python-apt b/helpers/make-python-apt index ff287e76..8a1ed7e9 100644 --- a/helpers/make-python-apt +++ b/helpers/make-python-apt @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 COMPONENT=main . ./config @@ -26,8 +26,6 @@ cat << EOF > data/templates/Trisquel.mirrors #LOC:ES http://es.archive.trisquel.info/trisquel/ ftp://es.archive.trisquel.info/trisquel/ -http://ftp.rediris.es/mirror/Trisquel/packages/ -ftp://ftp.rediris.es/mirror/Trisquel/packages/ #LOC:FR http://fr.archive.trisquel.info/trisquel/ ftp://fr.archive.trisquel.info/trisquel/ diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index 57d678e7..90b56b12 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config @@ -50,7 +50,7 @@ set -e file="\$1" -FASTEST=http://ftp.rediris.es/mirror/Trisquel/packages/ +FASTEST=http://es.archive.trisquel.info/trisquel/ SPEED=1000000000000 for i in \$(grep 'tp:' /usr/share/python-apt/templates/Trisquel.mirrors) diff --git a/helpers/make-ubufox b/helpers/make-ubufox index 6b735bfc..0c4c4219 100644 --- a/helpers/make-ubufox +++ b/helpers/make-ubufox @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 +VERSION=3 . ./config @@ -111,7 +111,7 @@ pref("general.useragent.vendorSub", "$REVISION"); pref("general.useragent.compatMode.abrowser",true); // Startup pages -//pref ("browser.startup.page" , 3); +pref ("browser.startup.page" , 3); //pref ("browser.startup.homepage" , "http://trisquel.info"); //pref ("startup.homepage_welcome_url", "http://trisquel.info/welcome"); //pref ("startup.homepage_override_url" , "http://trisquel.info/newbrowser"); diff --git a/helpers/make-update-manager b/helpers/make-update-manager index df4d7cc8..913ed1cc 100644 --- a/helpers/make-update-manager +++ b/helpers/make-update-manager @@ -21,7 +21,7 @@ # gpg -ba release_name.tar.gz # Also, don't forget to update the meta-release files at archive and packages.t.i -VERSION=5 +VERSION=6 . ./config @@ -205,8 +205,6 @@ http://us.archive.trisquel.info/trisquel/ http://nl.archive.trisquel.info/ http://in.archive.trisquel.info/ ftp://in.archive.trisquel.info/ -http://ftp.rediris.es/mirror/Trisquel/packages/ -ftp://ftp.rediris.es/mirror/Trisquel/packages/ EOF rm DistUpgrade/DistUpgrade.cfg -- GitLab