summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-09-17 12:04:51 (GMT)
committerColin Watson <cjwatson@debian.org>2009-09-17 12:04:51 (GMT)
commit38668c942932e21404e2288c3feb6138ec606553 (patch)
tree7a8ac57b99ff5b9607fd7596ca0c31d06898625b /scripts
parent87730b5bd919f87824d3878d5b4fedde60a069d7 (diff)
downloaddebootstrap-38668c942932e21404e2288c3feb6138ec606553.zip
debootstrap-38668c942932e21404e2288c3feb6138ec606553.tar.gz
debootstrap-38668c942932e21404e2288c3feb6138ec606553.tar.bz2
Use ports.ubuntu.com as default mirror on sparc for Ubuntu hardy and
beyond (LP: #431145). r60789
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ubuntu/gutsy12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/ubuntu/gutsy b/scripts/ubuntu/gutsy
index 2331622..791a7b6 100644
--- a/scripts/ubuntu/gutsy
+++ b/scripts/ubuntu/gutsy
@@ -1,7 +1,17 @@
case $ARCH in
- amd64|i386|sparc)
+ amd64|i386)
default_mirror http://archive.ubuntu.com/ubuntu
;;
+ sparc)
+ case $SUITE in
+ gutsy)
+ default_mirror http://archive.ubuntu.com/ubuntu
+ ;;
+ *)
+ default_mirror http://ports.ubuntu.com/ubuntu-ports
+ ;;
+ esac
+ ;;
*)
default_mirror http://ports.ubuntu.com/ubuntu-ports
;;