Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-13 | debootstrap (1.0.48+dyson4)HEADdyson/1.0.48+dyson4master | Igor Pashev | 1 | -0/+7 | |
* Added dufay (testing) * Removed stable | |||||
2014-05-06 | debootstrap (1.0.48+dyson3) unstable; urgency=mediumdyson/1.0.48+dyson3 | Igor Pashev | 1 | -0/+7 | |
* testing -> lacaille * stable -> messier | |||||
2013-04-23 | debootstrap (1.0.48+dyson2) unstable; urgency=low | Igor Pashev | 1 | -0/+7 | |
* Added testing/messier symlinks (both to bok) * Use dyson-archive-keyring | |||||
2013-04-11 | debootstrap (1.0.48+dyson1) unstable; urgency=low1.0.48+dyson1 | Igor Pashev | 1 | -0/+6 | |
* Package for Dyson | |||||
2013-04-11 | Merge git://git.debian.org/d-i/debootstrap | Igor Pashev | 2 | -3/+105 | |
Conflicts: debian/changelog | |||||
2013-04-04 | debootstrap 1.0.48 Debian release. | Didier Raboud | 1 | -2/+5 | |
2013-03-25 | Move extract_release_components to after signature verification. | Julien Cristau | 1 | -0/+2 | |
Suggested by Ansgar Burchardt. | |||||
2013-03-25 | Disable InRelease support. | Julien Cristau | 2 | -2/+9 | |
gpgv won't give us back the signed data, and full gpg is not available inside d-i (closes: #703889). | |||||
2013-03-22 | releasing version 1.0.47 | Christian Perrier | 1 | -2/+2 | |
2013-03-20 | If we Depend on gnupg, we maybe don't need to Recommend it | Christian Perrier | 1 | -1/+1 | |
2013-03-20 | Add a dependency on gpg because of the above change. | Christian Perrier | 2 | -1/+2 | |
2013-03-20 | * Properly decrypt the InRelease file when downloading from an archive | Christian PERRIER | 1 | -0/+11 | |
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-27 | debootstrap (1.0.38+dyson2) unstable; urgency=low | Igor Pashev | 1 | -0/+8 | |
* Test for /dev/null again on illumos, determining major number from /etc/name_to_major. * Add support for solaris-* architecture. | |||||
2012-12-27 | upload | Samuel Thibault | 1 | -2/+3 | |
2012-12-27 | Revert to using which, but only in non-d-i | Samuel Thibault | 1 | -2/+1 | |
which is only if /bin/sh does not exist | |||||
2012-12-27 | Find out /bin/sh using `type` instead of `which`, | Samuel Thibault | 1 | -0/+7 | |
the latter not being available in d-i. | |||||
2012-12-22 | releasing version 1.0.45 | Christian Perrier | 1 | -2/+3 | |
2012-11-26 | changelog | Joey Hess | 1 | -0/+8 | |
2012-11-20 | releasing version 1.0.44 | Cyril Brulebois | 1 | -2/+2 | |
2012-11-20 | Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to Oleg ↵ | Cyril Brulebois | 1 | -0/+7 | |
Ginzburg (Closes: #693718). | |||||
2012-10-27 | releasing version 1.0.43 | Christian Perrier | 1 | -2/+2 | |
2012-10-27 | Replace XC-Package-Type by Package-Type in debian/control | Christian Perrier | 2 | -1/+2 | |
2012-10-27 | * Add myself to Uploaders and drop Anthony Towns who is no | Christian Perrier | 2 | -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-24 | Add (Ubuntu) raring as a symlink to gutsy. | Colin Watson | 1 | -0/+4 | |
2012-09-05 | Fix "arc" typo. Closes: #686680 | Joey Hess | 1 | -0/+6 | |
2012-07-03 | releasing version 1.0.421.0.42 | Colin Watson | 1 | -2/+2 | |
2012-06-25 | Downgrade the absence of an InRelease file from a warning to an info ↵ | Colin Watson | 1 | -0/+9 | |
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-21 | releasing version 1.0.411.0.41 | Joey Hess | 1 | -2/+3 | |
2012-05-22 | minor cleanup | Joey Hess | 1 | -2/+1 | |
2012-05-22 | Add support for InRelease files (Closes: #638682) | Mehdi Dogguy | 1 | -0/+7 | |
2012-04-26 | releasing version 1.0.401.0.40 | Colin Watson | 1 | -2/+2 | |
2012-04-26 | Add (Ubuntu) quantal as a symlink to gutsy. | Colin Watson | 1 | -0/+4 | |
2012-04-17 | point users at the log file on error, try to show a package name too | Joey Hess | 1 | -0/+8 | |
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-13 | releasing version 1.0.391.0.39 | Colin Watson | 1 | -2/+2 | |
2012-03-13 | Stop at the end of the retrieval phase if any packages failed to download. | Colin Watson | 1 | -0/+2 | |
2012-03-13 | Retry corrupted downloads rather than carrying on almost regardless. Patch ↵ | Colin Watson | 1 | -0/+8 | |
mostly due to Michael Gilbert, rearranged somewhat by me (closes: #618920). | |||||
2012-02-09 | Illumos: setup devices in chroot, test for /dev/null | Igor Pashev | 1 | -0/+7 | |
2011-11-21 | releasing version 1.0.381.0.38 | Colin Watson | 1 | -2/+2 | |
2011-11-21 | pkgdetails_perl: Use the last of a sequence of stanzas for the same package ↵ | Colin Watson | 1 | -0/+4 | |
name, rather than the first (closes: #649319). | |||||
2011-11-19 | Fix --print-debs support when using --foreign param. Closes: #551837. | Otavio Salvador | 1 | -0/+5 | |
2011-10-08 | Merge remote-tracking branch 'origin/master' | Joey Hess | 1 | -1/+7 | |
Conflicts: debian/changelog | |||||
2011-10-08 | Improve error message when a decompressor is not available, to indicate ↵ | Joey Hess | 1 | -0/+8 | |
which package has been built with bzip today. Closes: #644719 | |||||
2011-10-05 | releasing version 1.0.371.0.37 | Colin Watson | 1 | -2/+2 | |
2011-10-05 | Add (Ubuntu) precise as a symlink to gutsy. | Colin Watson | 1 | -0/+6 | |
2011-08-21 | releasing version 1.0.361.0.36 | Joey Hess | 1 | -2/+2 | |
2011-08-21 | Workaround for umount bug #634107, which broke pbuilder and "debootstrap ." | Joey Hess | 1 | -0/+2 | |
umount /path/to/foo fails when run in in /path/to/. Work around this nasty bug with a chdir /. Note that TARGET is an absolute path, so chdiring away is safe. | |||||
2011-08-15 | warn about missing modules on FreeBSD | Joey Hess | 1 | -2/+4 | |
* Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD chroot or jail. Thanks, Arno Toell. * When debootstrapping on FreeBSD, warn if necessary modules are not loaded. Thanks, Arno Toell. | |||||
2011-08-15 | When FreeBSD (not kfreebsd) is the host, don't chroot to mount special ↵ | Joey Hess | 1 | -0/+2 | |
filesystems. That fails for reasons that I don't know, but part of this patch avoids the chroot. http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain With this patch, deamonkeeper has confirmed a successful debootstrap from a FreeBSD host. | |||||
2011-08-15 | Support using md5 and shaN programs, as found on FreeBSD, in addition to ↵ | Joey Hess | 1 | -0/+2 | |
md5sum and shaNsum. Based on the patch used for the FreeBSD port of debootstrap: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain That entire patch should now be unnecessary. | |||||
2011-08-15 | Search PATH for programs, rather than checking hardcoded locations. | Joey Hess | 1 | -0/+1 | |
Generally a good idea, but specifically FreeBSD does not keep gunzip in /bin/ |