summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-20releasing version 1.0.311.0.31Colin Watson1-2/+2
2011-05-20fix changelog orderingColin Watson1-4/+5
2011-05-20less namespaced substvarColin Watson2-2/+2
2011-05-20Recommend ubuntu-keyring rather than debian-archive-keyring on ↵Colin Watson3-1/+12
Ubuntu-derived systems.
2011-05-20If ubuntu-keyring is installed, check Release signatures against it when ↵Colin Watson2-0/+8
bootstrapping Ubuntu gutsy and later.
2011-05-09Use the build-essential package instead of Build-Essential: yes.Miguel Figueiredo2-1/+5
Thanks to Mark Hymers. Closes: #619700 Ack by otavio
2011-04-26releasing version 1.0.301.0.30Joey Hess1-3/+3
2011-04-13Resolve dependencies from all requested components (LP: #740167).Colin Watson2-9/+18
2011-04-08man page cleanupJoey Hess1-20/+14
2011-04-08remove Frans from uploadersJoey Hess1-1/+1
2011-04-08pruneJoey Hess1-9/+0
a lot of these have actually been done!
2011-04-08remove stale pointer to aj's wikiJoey Hess1-2/+0
The page stil exists, sorta, but is very out of date.
2011-04-08Removed the --boot-floppies switch and mode.Joey Hess4-36/+2
Assuming this has not been used in 10 years.
2011-04-08Clear all global variables used for options, so that unclean environment ↵Joey Hess3-10/+28
doesn't break debootstrap. Closes: #621657 With the notable exception of SHA_SIZE, which is used to communicate with debootstrap. Also, upper-cased a few global variables.
2011-03-25improve warning messageJoey Hess1-4/+5
2011-03-25Add a warning message if the keyring file is not available, and ↵Joey Hess2-0/+4
--no-check-gpg is not specified.
2011-03-25check keyrings by default, when possibleJoey Hess6-4/+33
* Recommend debian-archive-keyring, and if it is installed, default to checking gpg signatures of the Release file against it when bootstrapping sid, squeeze, wheezy, etch, and lenny. Closes: #560038 * Add --no-check-gpg option that can be used to disable release file verification. * Needs base-installer 1.117.
2011-03-22releasing version 1.0.291.0.29Colin Watson1-2/+2
2011-03-22Revert multiarch symlink; this is no longer needed now that dpkg has ↵Colin Watson3-4/+0
returned to a single-directory db layout.
2011-03-22Add (Ubuntu) oneiric as a symlink to gutsy.Colin Watson2-0/+2
2011-03-01For sid and gutsy (a.k.a. natty), install /var/lib/dpkg/info/$(dpkg ↵Colin Watson3-0/+7
--print-architecture) -> . symlink, to cope with multiarch dpkg.
2011-02-25Support bootstrapping oldstable. (Lenny could already be bootstrapped using ↵Joey Hess2-0/+8
that suite name.)
2011-02-25man page cleanup and minor adjustment for wheezyJoey Hess1-8/+9
2011-02-21releasing version 1.0.281.0.28Joey Hess1-2/+2
2011-02-21Avoid new(?) warning from dpkg about missing Maintainer field when feigning ↵Joey Hess2-0/+3
install of a package.
2011-02-21sha checksum supportJoey Hess3-48/+62
2011-02-21Remove 5 second sleeps when debootstrap finds additional required ↵Joey Hess2-3/+5
dependencies. d-i just got that much faster.
2011-02-10fix to ar usage. closes #598729elmig2-1/+7
2011-02-07releasing version 1.0.271.0.27Otavio Salvador1-2/+2
2011-01-20Hurd supportJeremie Koenig4-15/+20
- Use the newer setup-translators script and firmlink $TARGET/{dev,servers} in setup_devices_hurd; - Don't attempt to build devices.tar.gz, which is not needed.
2011-01-18update checkout command for gitJoey Hess1-2/+2
2011-01-17update Vcs fieldsJoey Hess1-1/+2
2011-01-17add gitignores, converted from svnJoey Hess2-0/+8
2011-01-04fix UNRELEASEDMiguel Figueiredo1-1/+1
r66196
2011-01-04fix to --private-key. Thanks to Jonathan KleeMiguel Figueiredo2-2/+10
r66195
2010-11-12releasing version 1.0.261.0.26Otavio Salvador1-2/+2
r65419
2010-10-31sid: Remove old workaround for etch era coreutils/textutils md5sumJoey Hess2-5/+5
diversion problem. (#329394) r65231
2010-10-31unify error messageJoey Hess2-2/+2
Afaics, neither CONF_BASE_FAIL_FIVE nor CONF_BASE_FAIL is used anywhere (in eg, base-installer), so I unified those also. r65230
2010-10-31fix trivial divergence between sid and gutsy scriptsJoey Hess1-1/+1
r65229
2010-10-30Patch by Karl Goetz. Closes: #601821Christian Perrier2-2/+4
* Fix a typo in the debootstrap script Patch by Karl Goetz. Closes: #601822 r65225
2010-10-30Consistently use tab indenting in scripts/gutsy and scripts/sidChristian Perrier3-168/+176
Ptach by Karl Goetz. Closes: #601821 r65224
2010-09-26releasing version 1.0.251.0.25Joey Hess1-2/+2
r64851
2010-09-26/dev/MAKEDEV cannot be relied on (udev likes to make it a symlink toJoey Hess2-2/+4
true). Always use /sbin/MAKEDEV. Closes: #598080 r64850
2010-09-26Add test that devices.tar.gz not be somehow empty. Closes: #598080Joey Hess2-0/+5
r64849
2010-09-20Remove debug statement that slipped in.Joey Hess2-1/+6
r64821
2010-09-20releasing version 1.0.241.0.24Joey Hess2-3/+3
r64815
2010-09-20Add support for wheezy. Closes: #597461Joey Hess2-0/+4
r64814
2010-09-10support for https on debootstrapMiguel Figueiredo4-2/+61
r64676
2010-08-23Add (Ubuntu) natty as a symlink to gutsy.Colin Watson2-0/+7
r64499
2010-05-19releasing version 1.0.231.0.23Colin Watson1-2/+2
r63226