summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-13debootstrap (1.0.48+dyson4)HEADdyson/1.0.48+dyson4masterIgor Pashev4-2/+9
* Added dufay (testing) * Removed stable
2014-05-06debootstrap (1.0.48+dyson3) unstable; urgency=mediumdyson/1.0.48+dyson3Igor Pashev1-0/+7
* testing -> lacaille * stable -> messier
2014-05-06lacaille is testingIgor Pashev1-1/+1
2014-05-06messier is stableIgor Pashev1-1/+1
2014-05-06Added lacaille -> bokIgor Pashev1-0/+1
2013-04-23debootstrap (1.0.48+dyson2) unstable; urgency=lowIgor Pashev4-2/+10
* Added testing/messier symlinks (both to bok) * Use dyson-archive-keyring
2013-04-11debootstrap (1.0.48+dyson1) unstable; urgency=low1.0.48+dyson1Igor Pashev1-0/+6
* Package for Dyson
2013-04-11Merge git://git.debian.org/d-i/debootstrapIgor Pashev6-56/+174
Conflicts: debian/changelog
2013-04-04debootstrap 1.0.48 Debian release.Didier Raboud1-2/+5
2013-03-25Move extract_release_components to after signature verification.Julien Cristau2-1/+4
Suggested by Ansgar Burchardt.
2013-03-25Disable InRelease support.Julien Cristau3-36/+22
gpgv won't give us back the signed data, and full gpg is not available inside d-i (closes: #703889).
2013-03-22releasing version 1.0.47Christian Perrier1-2/+2
2013-03-20If we Depend on gnupg, we maybe don't need to Recommend itChristian Perrier1-1/+1
2013-03-20Add a dependency on gpg because of the above change.Christian Perrier2-1/+2
2013-03-20* Properly decrypt the InRelease file when downloading from an archiveChristian PERRIER2-1/+13
where InRelease is used. This longstanding bug was masked by former APT behaviour and was revealed only with recent APT versions Closes: #703146 Thanks to Michael Vogt for the analysis and patch
2013-01-27debootstrap (1.0.38+dyson2) unstable; urgency=lowIgor Pashev2-8/+19
* Test for /dev/null again on illumos, determining major number from /etc/name_to_major. * Add support for solaris-* architecture.
2013-01-26Revert "Device major number can vary, even for null-device, illumos sucks ↵Igor Pashev1-0/+6
even here" This reverts commit 55e6e13dcc6b6603e695137e1d6bf44bb68ee5b2. Conflicts: functions
2012-12-27uploadSamuel Thibault1-2/+3
2012-12-27Revert to using which, but only in non-d-iSamuel Thibault2-3/+5
which is only if /bin/sh does not exist
2012-12-27 Find out /bin/sh using `type` instead of `which`,Samuel Thibault2-1/+8
the latter not being available in d-i.
2012-12-22releasing version 1.0.45Christian Perrier1-2/+3
2012-11-26changelogJoey Hess1-0/+8
2012-11-26functions: check for /bin/sh before using it in shebang (android)Shawn Landden1-1/+1
2012-11-20releasing version 1.0.44Cyril Brulebois1-2/+2
2012-11-20Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to Oleg ↵Cyril Brulebois2-1/+8
Ginzburg (Closes: #693718).
2012-10-27releasing version 1.0.43Christian Perrier1-2/+2
2012-10-27Replace XC-Package-Type by Package-Type in debian/controlChristian Perrier2-1/+2
2012-10-27* Add myself to Uploaders and drop Anthony Towns who is noChristian Perrier2-2/+8
longer active in debootstrap maintenance for a few years. Thanks for your work, Anthony. * Bump Standards to 3.9.3 (checked)
2012-10-24Add (Ubuntu) raring as a symlink to gutsy.Colin Watson2-0/+5
2012-10-16Support solaris (itself or other dpkg-based distros)Igor Pashev2-3/+6
2012-10-16Device major number can vary, even for null-device, illumos sucks even hereIgor Pashev1-6/+0
2012-09-05Fix "arc" typo. Closes: #686680Joey Hess2-1/+7
2012-07-03releasing version 1.0.421.0.42Colin Watson1-2/+2
2012-06-25Downgrade the absence of an InRelease file from a warning to an info ↵Colin Watson2-1/+10
message. For now, debootstrap can cope fine without, and it's possible there are Debian mirrors that don't have InRelease; Ubuntu doesn't quite have InRelease support yet either (LP: #1017398).
2012-06-21releasing version 1.0.411.0.41Joey Hess1-2/+3
2012-05-22minor cleanupJoey Hess2-4/+3
2012-05-22Add support for InRelease files (Closes: #638682)Mehdi Dogguy2-30/+62
2012-04-26releasing version 1.0.401.0.40Colin Watson1-2/+2
2012-04-26Add (Ubuntu) quantal as a symlink to gutsy.Colin Watson2-0/+5
2012-04-17point users at the log file on error, try to show a package name tooJoey Hess2-0/+20
When installation or configuration of a package fails, output a message that points the user to the log file[1]. Attempt to grep out the first package that dpkg failed on and show its name too. Closes: #472704 Sample: W: Failure while configuring base packages. This will be re-attempted up to five times. W: See sid/debootstrap.log for details (possibly the package libept1 is at fault) This relies on the LANG=C currently set for the debootstrap run. Changes to the "dpkg: error processing $PACKAGE" message would break the package name extractor, but it'd fall back to not showing a package name. This adds cut to the set of utilities debootstrap uses, which shouldn't be a problem. [1] In d-i, debootstrap doesn't know where the log file is, but then this message goes to the same syslog file, so I didn't add any special handling for this case.
2012-03-13releasing version 1.0.391.0.39Colin Watson1-2/+2
2012-03-13Stop at the end of the retrieval phase if any packages failed to download.Colin Watson2-0/+3
2012-03-13Retry corrupted downloads rather than carrying on almost regardless. Patch ↵Colin Watson2-31/+31
mostly due to Michael Gilbert, rearranged somewhat by me (closes: #618920).
2012-02-09Illumos: setup devices in chroot, test for /dev/nullIgor Pashev2-0/+23
2012-01-17Removed fake start-stop-daemonIgor Pashev1-6/+0
2012-01-16disable test for null-device and some mounts on IllumosIgor Pashev1-0/+6
2012-01-12Some trivial fixed for Illumos, unstable = bokIgor Pashev2-15/+5
2012-01-12scripts/bok (copy of scripts/sid)Igor Pashev1-0/+191
2011-11-21releasing version 1.0.381.0.38Colin Watson1-2/+2
2011-11-21pkgdetails_perl: Use the last of a sequence of stanzas for the same package ↵Colin Watson2-10/+41
name, rather than the first (closes: #649319).