diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2008-07-03 18:05:09 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2008-07-03 18:05:09 -0400 |
commit | 45e01f3eb9d492c5383a6b14aa2585ae37b0dbce (patch) | |
tree | 328138005c54a8da3952edfc52346fc1f696680f /templates | |
parent | a717e86183b14bff9151b16916b273d5aeed1d48 (diff) |
use the closest mirror
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sources.list+backports.erb | 2 | ||||
-rw-r--r-- | templates/sources.list+unstable.erb | 2 | ||||
-rw-r--r-- | templates/sources.list.erb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/sources.list+backports.erb b/templates/sources.list+backports.erb index 7b99434..bcd4fd2 100644 --- a/templates/sources.list+backports.erb +++ b/templates/sources.list+backports.erb @@ -1,7 +1,7 @@ # This file is brought to you by puppet # basic <%= lsbdistcodename %> -deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main contrib non-free +deb http://debian.mirror.iweb.ca/debian/ <%= lsbdistcodename %> main contrib non-free # security suppport <% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%> # There is no security mirror for <%= lsbdistcodename %> diff --git a/templates/sources.list+unstable.erb b/templates/sources.list+unstable.erb index 71d2987..2ff598d 100644 --- a/templates/sources.list+unstable.erb +++ b/templates/sources.list+unstable.erb @@ -1,7 +1,7 @@ # This file is brought to you by puppet # basic <%= lsbdistcodename %> -deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main contrib non-free +deb http://debian.mirror.iweb.ca/debian/ <%= lsbdistcodename %> main contrib non-free # security suppport <% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%> # There is no security mirror for <%= lsbdistcodename %> diff --git a/templates/sources.list.erb b/templates/sources.list.erb index e4077bb..1e40b62 100644 --- a/templates/sources.list.erb +++ b/templates/sources.list.erb @@ -1,7 +1,7 @@ # This file is brought to you by puppet # basic <%= lsbdistcodename %> -deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main contrib non-free +deb http://debian.mirror.iweb.ca/debian/ <%= lsbdistcodename %> main contrib non-free # security suppport <% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%> # There is no security mirror for <%= lsbdistcodename %> |