33-aptsetup: adopt snapshot.debian.org code for http.debian.net
authorMichael Prokop <mika@grml.org>
Tue, 4 Feb 2014 14:56:10 +0000 (15:56 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 4 Feb 2014 14:56:10 +0000 (15:56 +0100)
etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup

index 39af509..678b42b 100755 (executable)
@@ -11,7 +11,7 @@ set -e
 # use snapshot.debian.org based on build date for release
 if ifclass RELEASE ; then
   set -u
-  perl -pi -e 'BEGIN { $d="'$(date +%Y%m%d)'"; } s#^(\s+)(deb.* )(.*://cdn.*?)\s+(\w+)\s+(.*)$#$1$2http://snapshot.debian.org/archive/debian/$d/ $4 $5#' \
+  perl -pi -e 'BEGIN { $d="'$(date +%Y%m%d)'"; } s#^(\s+)(deb.* )(.*://http.debian.net.*?)\s+(\w+)\s+(.*)$#$1$2http://snapshot.debian.org/archive/debian/$d/ $4 $5#' \
     "${target}/etc/apt/sources.list.d/debian.list"
 
 fi