diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-12-19 09:17:57 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-12-19 09:17:57 +0100 |
| commit | d15b3f8ac6f40b81a6b0aa0d4366f201ddb7b6a0 (patch) | |
| tree | 376f3e7752f612ee7a6730afe5600f1e1377b0ee /lx-trainer-vm | |
| parent | 6f0933f28c8c0010c31dc24d10aa1e7a7e141846 (diff) | |
lx-trainer-vm: change to ftp.de.debian.org
The use of httpredir might cause problems with elbe. Use servers
that are known to work reliably.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'lx-trainer-vm')
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index 1dcd8dc..6d390c1 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -9,7 +9,7 @@ </description> <buildtype>amd64</buildtype> <mirror> - <primary_host>httpredir.debian.org</primary_host> + <primary_host>ftp.de.debian.org</primary_host> <primary_path>debian</primary_path> <primary_proto>http</primary_proto> <url-list> @@ -23,10 +23,10 @@ </url> <url> <binary> - http://httpredir.debian.org/debian stretch contrib non-free + http://ftp.de.debian.org/debian stretch contrib non-free </binary> <source> - http://httpredir.debian.org/debian stretch main contrib non-free + http://ftp.de.debian.org/debian stretch main contrib non-free </source> </url> <url> |
