summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2018-02-25 09:53:52 (GMT)
committerHideki Yamane <henrich@debian.org>2018-03-05 13:00:16 (GMT)
commite510462790d08f9fcb4a886d0128c87deab1350e (patch)
tree0878253359a61125e330ef62026a500d36b920b2
parent718f4f72a1725d0706728568988c9be05117c61d (diff)
downloaddebootstrap-e510462790d08f9fcb4a886d0128c87deab1350e.zip
debootstrap-e510462790d08f9fcb4a886d0128c87deab1350e.tar.gz
debootstrap-e510462790d08f9fcb4a886d0128c87deab1350e.tar.bz2
change repository for old Ubuntu release
Old releases are archived to old-releases.ubuntu.com
-rw-r--r--scripts/edgy2
-rw-r--r--scripts/feisty2
-rw-r--r--scripts/gutsy7
3 files changed, 8 insertions, 3 deletions
diff --git a/scripts/edgy b/scripts/edgy
index 9f0dda4..719a258 100644
--- a/scripts/edgy
+++ b/scripts/edgy
@@ -1,6 +1,6 @@
case $ARCH in
amd64|i386|powerpc|sparc)
- default_mirror http://archive.ubuntu.com/ubuntu
+ default_mirror http://old-releases.ubuntu.com/ubuntu
;;
*)
default_mirror http://ports.ubuntu.com/ubuntu-ports
diff --git a/scripts/feisty b/scripts/feisty
index b0a4631..e38f799 100644
--- a/scripts/feisty
+++ b/scripts/feisty
@@ -1,6 +1,6 @@
case $ARCH in
amd64|i386|powerpc|sparc)
- default_mirror http://archive.ubuntu.com/ubuntu
+ default_mirror http://old-releases.ubuntu.com/ubuntu
;;
*)
default_mirror http://ports.ubuntu.com/ubuntu-ports
diff --git a/scripts/gutsy b/scripts/gutsy
index 3e53e13..1846df2 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -1,11 +1,16 @@
case $ARCH in
amd64|i386)
+ case $SUITE in
+ gutsy|hardy|intrepid|jaunty|karmic|lucid|maverick|natty|oneiric|precise|quantal|raring|saucy|utopic|vivid|wily|yakkety|zesty)
+ default_mirror http://old-releases.ubuntu.com/ubuntu
+ ;;
+ *)
default_mirror http://archive.ubuntu.com/ubuntu
;;
sparc)
case $SUITE in
gutsy)
- default_mirror http://archive.ubuntu.com/ubuntu
+ default_mirror http://old-releases.ubuntu.com/ubuntu
;;
*)
default_mirror http://ports.ubuntu.com/ubuntu-ports