summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-21 16:14:22 (GMT)
committerColin Watson <cjwatson@debian.org>2007-06-21 16:14:22 (GMT)
commitfddb401a51fcc0282931ac7960322a198ccc0652 (patch)
treee0b7bbe6ad2b23d5875322d9e7805a87c4368239 /scripts
parent4feb477ae24865b82218a17faaa7c002d8be2edb (diff)
downloaddebootstrap-fddb401a51fcc0282931ac7960322a198ccc0652.zip
debootstrap-fddb401a51fcc0282931ac7960322a198ccc0652.tar.gz
debootstrap-fddb401a51fcc0282931ac7960322a198ccc0652.tar.bz2
* Update Ubuntu mirrors: warty/hoary/breezy => old-releases.ubuntu.com,
unsupported architectures => ports.ubuntu.com. r47607
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ubuntu/breezy2
-rw-r--r--scripts/ubuntu/dapper9
-rw-r--r--scripts/ubuntu/edgy9
-rw-r--r--scripts/ubuntu/edgy.fakechroot9
-rw-r--r--scripts/ubuntu/feisty9
-rw-r--r--scripts/ubuntu/feisty.fakechroot9
-rw-r--r--scripts/ubuntu/gutsy9
-rw-r--r--scripts/ubuntu/gutsy.fakechroot9
-rw-r--r--scripts/ubuntu/hoary2
-rw-r--r--scripts/ubuntu/hoary.buildd2
-rw-r--r--scripts/ubuntu/warty2
-rw-r--r--scripts/ubuntu/warty.buildd2
12 files changed, 61 insertions, 12 deletions
diff --git a/scripts/ubuntu/breezy b/scripts/ubuntu/breezy
index 9899a85..8b55993 100644
--- a/scripts/ubuntu/breezy
+++ b/scripts/ubuntu/breezy
@@ -1,4 +1,4 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+default_mirror http://old-releases.ubuntu.com/ubuntu
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/dapper b/scripts/ubuntu/dapper
index de091b5..63e8582 100644
--- a/scripts/ubuntu/dapper
+++ b/scripts/ubuntu/dapper
@@ -1,4 +1,11 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+case $ARCH in
+ amd64|i386|powerpc|sparc)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+esac
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/edgy b/scripts/ubuntu/edgy
index 4c421fc..7f656b6 100644
--- a/scripts/ubuntu/edgy
+++ b/scripts/ubuntu/edgy
@@ -1,4 +1,11 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+case $ARCH in
+ amd64|i386|powerpc|sparc)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+esac
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/edgy.fakechroot b/scripts/ubuntu/edgy.fakechroot
index dc3e0d3..56845e2 100644
--- a/scripts/ubuntu/edgy.fakechroot
+++ b/scripts/ubuntu/edgy.fakechroot
@@ -1,6 +1,13 @@
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
-default_mirror http://archive.ubuntu.com/ubuntu
+case $ARCH in
+ amd64|i386|powerpc|sparc)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+esac
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/feisty b/scripts/ubuntu/feisty
index 4c421fc..7f656b6 100644
--- a/scripts/ubuntu/feisty
+++ b/scripts/ubuntu/feisty
@@ -1,4 +1,11 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+case $ARCH in
+ amd64|i386|powerpc|sparc)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+esac
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/feisty.fakechroot b/scripts/ubuntu/feisty.fakechroot
index d6f8410..b830a9c 100644
--- a/scripts/ubuntu/feisty.fakechroot
+++ b/scripts/ubuntu/feisty.fakechroot
@@ -1,6 +1,13 @@
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
-default_mirror http://archive.ubuntu.com/ubuntu
+case $ARCH in
+ amd64|i386|powerpc|sparc)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+esac
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/gutsy b/scripts/ubuntu/gutsy
index 84a3450..87d0f0e 100644
--- a/scripts/ubuntu/gutsy
+++ b/scripts/ubuntu/gutsy
@@ -1,4 +1,11 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+case $ARCH in
+ amd64|i386|sparc)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+esac
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/gutsy.fakechroot b/scripts/ubuntu/gutsy.fakechroot
index 4ead32c..5e12e8d 100644
--- a/scripts/ubuntu/gutsy.fakechroot
+++ b/scripts/ubuntu/gutsy.fakechroot
@@ -1,6 +1,13 @@
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
-default_mirror http://archive.ubuntu.com/ubuntu
+case $ARCH in
+ amd64|i386|sparc)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+esac
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/hoary b/scripts/ubuntu/hoary
index 51976f7..5450dc5 100644
--- a/scripts/ubuntu/hoary
+++ b/scripts/ubuntu/hoary
@@ -1,4 +1,4 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+default_mirror http://old-releases.ubuntu.com/ubuntu
mirror_style release
download_style apt
diff --git a/scripts/ubuntu/hoary.buildd b/scripts/ubuntu/hoary.buildd
index a70f98d..f987e2f 100644
--- a/scripts/ubuntu/hoary.buildd
+++ b/scripts/ubuntu/hoary.buildd
@@ -1,4 +1,4 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+default_mirror http://old-releases.ubuntu.com/ubuntu
mirror_style release
download_style apt
diff --git a/scripts/ubuntu/warty b/scripts/ubuntu/warty
index f3c4ef6..8771d37 100644
--- a/scripts/ubuntu/warty
+++ b/scripts/ubuntu/warty
@@ -1,4 +1,4 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+default_mirror http://old-releases.ubuntu.com/ubuntu
mirror_style release
download_style apt
diff --git a/scripts/ubuntu/warty.buildd b/scripts/ubuntu/warty.buildd
index 9edb63c..a5ab9c5 100644
--- a/scripts/ubuntu/warty.buildd
+++ b/scripts/ubuntu/warty.buildd
@@ -1,4 +1,4 @@
-default_mirror http://archive.ubuntu.com/ubuntu
+default_mirror http://old-releases.ubuntu.com/ubuntu
mirror_style release
download_style apt