diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-20 18:17:41 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-20 18:17:41 +0000 |
commit | ae7c66875037bafa64b7b7db356f77c919159072 (patch) | |
tree | 634b56fdfb069fa55a444cb10172a5b556d01166 /debian | |
parent | 6eba42cae87de194f4b88a8c91e9bbd86c87d0e8 (diff) | |
download | debootstrap-ae7c66875037bafa64b7b7db356f77c919159072.tar.gz |
* Add default_mirror function; reorganise the debootstrap script a little
so that it works. Set the default mirror for Ubuntu suites to
http://archive.ubuntu.com/ubuntu, and the default mirror for Debian
etch/lenny/sid architectures other than amd64 and i386 to
http://ftp.us.debian.org/debian (per ajt).
r47570
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dcad651..ecc0a89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,11 @@ debootstrap (0.4.0) UNRELEASED; urgency=low * Fix formatting error in debootstrap(8) (.R is not a macro). * Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directories in the source tree to declutter the top level. + * Add default_mirror function; reorganise the debootstrap script a little + so that it works. Set the default mirror for Ubuntu suites to + http://archive.ubuntu.com/ubuntu, and the default mirror for Debian + etch/lenny/sid architectures other than amd64 and i386 to + http://ftp.us.debian.org/debian (per ajt). [ Joey Hess ] * Remove the entended package description (aka bloat) from the udeb. |