From 308487ad7850518d544391bdd0433fe8f3d0458a Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 17 Jan 2016 21:25:09 -0800 Subject: [PATCH] use standard debian testing repos by default --- fai/config/files/etc/apt/sources.list/DEFAULT | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fai/config/files/etc/apt/sources.list/DEFAULT diff --git a/fai/config/files/etc/apt/sources.list/DEFAULT b/fai/config/files/etc/apt/sources.list/DEFAULT new file mode 100644 index 0000000..feba838 --- /dev/null +++ b/fai/config/files/etc/apt/sources.list/DEFAULT @@ -0,0 +1,9 @@ +deb http://httpredir.debian.org/debian testing main +deb-src http://httpredir.debian.org/debian testing main + +deb http://security.debian.org/ testing/updates main +deb-src http://security.debian.org/ testing/updates main + +# jessie-updates, previously known as 'volatile' +deb http://httpredir.debian.org/debian testing-updates main +deb-src http://httpredir.debian.org/debian testing-updates main -- 2.30.2