From 5d4210db7a3bb2fe004ac1e77aa6e9ced670adc2 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 1 Jul 2011 12:44:04 +0000 Subject: [PATCH] Fix snapurl config --- CONF.sh | 2 +- debian/CONF.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONF.sh b/CONF.sh index e1267ca0..ffea236f 100644 --- a/CONF.sh +++ b/CONF.sh @@ -327,7 +327,7 @@ done # Base link for snapshot.debian.org or similar # "SNAPDATETIME" will be replaced at runtime with the correct data # Leave this unset to not add this entry -export SNAPURL=http://snapshot.debian.org/archive/debian/SNAPDATETIME/ +export SNAPURL=Debian=http://snapshot.debian.org/archive/debian/SNAPDATETIME/ # File with list of packages to include when fetching modules for the # first stage installer (debian-installer). One package per line. diff --git a/debian/CONF.sh b/debian/CONF.sh index e1267ca0..ffea236f 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -327,7 +327,7 @@ done # Base link for snapshot.debian.org or similar # "SNAPDATETIME" will be replaced at runtime with the correct data # Leave this unset to not add this entry -export SNAPURL=http://snapshot.debian.org/archive/debian/SNAPDATETIME/ +export SNAPURL=Debian=http://snapshot.debian.org/archive/debian/SNAPDATETIME/ # File with list of packages to include when fetching modules for the # first stage installer (debian-installer). One package per line.