summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2010-05-19Add ${misc:Depends}.Colin Watson2-2/+3
r63225
2010-04-06Add (Ubuntu) maverick as a symlink to gutsy.Colin Watson2-0/+7
r62859
2010-02-22releasing version 1.0.221.0.22Otavio Salvador1-0/+6
r62420
2010-02-22releasing version 1.0.211.0.21Otavio Salvador1-2/+2
r62356
2010-02-18remove unnecessary rm -rJoey Hess1-1/+1
(from the foot shot prevention department) r62300
2010-02-18Remove binary-basedebs target from debian/rules.Joey Hess2-23/+4
This target has been broken in multiple ways since 2007. While I accidentially partially fixed it with the above changes, this is evidence it's dead code that can be safely removed. r62299
2010-02-18Convert rules file to use dh with overrides.Joey Hess3-58/+26
r62298
2010-02-18Make scripts directory in source tree look like installed directory,Joey Hess32-20/+40
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297
2010-02-18remove stable/testing/unstable symlinks from udebJoey Hess1-1/+4
to save space, since these should be unused in d-i r62296
2010-02-17use less pessamistic language in warningJoey Hess1-2/+2
There have been quite few changes to the sid script lately that could cause problems for users of stable debootstrap. Mostly this is because the script hardcodes much less info about the release than was needed for old versions of debootstrap. Now it might break; probably won't. r62295
2010-02-17Allow the suite to be stable, testing, or unstable when debootstrapping ↵Joey Hess3-2/+12
Debian. Closes: #288109 This relies on the stable, testing, and unstable symlinks on the mirrors to work. Ubuntu doesn't have such symlinks, or really use corresponding names for its suites, so this is Debian-only. r62294
2010-01-06Apply patch from Andres Salomon <dilinger@collabora.co.uk> to fix iteration ↵Otavio Salvador2-1/+6
through components in download_main (closes: #561298). r61942
2010-01-06Apply patch from Andres Salomon <dilinger@collabora.co.uk> to honor ↵Otavio Salvador2-1/+9
--components when using mirror_style 'main' (closes: #561283). r61941