squeeze repo migrated to archive.debian.org

pull/6/head
Victor Seva 11 years ago
parent 64f7b4a4d7
commit 2e26f03ac2

@ -18,13 +18,9 @@ case "$distribution" in
# cowdancer is in universe
COMPONENTS="main universe"
;;
lenny)
lenny|squeeze)
MIRRORSITE="http://archive.debian.org/debian/"
;;
squeeze)
# lacks eatmydata package, so explicitely configure it
MIRRORSITE="http://archive.debian.org/debian"
;;
jessie)
MIRRORSITE="http://${DEBIAN_MIRROR}/debian"
# package install speedup

@ -14,9 +14,9 @@ case "$distribution" in
export MIRRORSITE="http://at.archive.ubuntu.com/ubuntu/"
echo "*** Building for Ubuntu release ${distribution}, using mirror $MIRRORSITE ***"
;;
lenny)
lenny|squeeze)
export MIRRORSITE="http://archive.debian.org/debian/"
echo "*** Building for Debian release lenny, using mirror $MIRRORSITE ***"
echo "*** Building for Debian release ${distribution}, using mirror $MIRRORSITE ***"
;;
esac

@ -6,9 +6,9 @@ case "$distribution" in
export MIRROR="http://ie.archive.ubuntu.com/ubuntu/"
echo "*** Building for Ubuntu release ${distribution}, using mirror $MIRROR ***"
;;
lenny)
lenny|squeeze)
export MIRROR="http://archive.debian.org/debian/"
echo "*** Building for Debian release lenny, using mirror $MIRROR ***"
echo "*** Building for Debian release ${distribution}, using mirror $MIRROR ***"
esac
# sadly piuparts always returns with exit code 1 :((

Loading…
Cancel
Save