summaryrefslogtreecommitdiffstats
path: root/functions (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pkgdetails_perl: Use the last of a sequence of stanzas for the same package n...Colin Watson2011-11-211-10/+37
* Improve error message when a decompressor is not available, to indicate whic...Joey Hess2011-10-081-1/+1
* Workaround for umount bug #634107, which broke pbuilder and "debootstrap ."Joey Hess2011-08-211-1/+1
* When FreeBSD (not kfreebsd) is the host, don't chroot to mount special filesy...Joey Hess2011-08-151-2/+8
* Support using md5 and shaN programs, as found on FreeBSD, in addition to md5s...Joey Hess2011-08-151-2/+14
* IFS clobbering workaroundJoey Hess2011-08-151-3/+4
* put in_path at top so later functions can use itJoey Hess2011-08-151-12/+12
* Search PATH for programs, rather than checking hardcoded locations.Joey Hess2011-08-151-6/+18
* Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD ch...Joey Hess2011-08-151-3/+3
* Guess host OS based on uname for non-Debian systems. Closes: #637363Joey Hess2011-08-151-8/+8
* Don't use --arch when we specifically care about the host architecture (close...Colin Watson2011-08-101-3/+3
* Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador2011-07-261-0/+5
* add /usr/sbin and /sbin to PATH for fakechroot variant. Closes: #588773Otavio Salvador2011-07-261-0/+4
* Add more information regarding the version and architecture in case a downloa...Otavio Salvador2011-07-241-1/+1
* Improve text of error message when decompression command is not available.Colin Watson2011-07-161-1/+1
* also look for md5sum in release file if using md5sumsJoey Hess2011-05-201-1/+6
* typoJoey Hess2011-05-201-1/+1
* Use md5sums for woody and potato, which only had those checksums in the Packa...Joey Hess2011-05-201-2/+11
* Resolve dependencies from all requested components (LP: #740167).Colin Watson2011-04-131-9/+14
* Removed the --boot-floppies switch and mode.Joey Hess2011-04-081-9/+0
* Clear all global variables used for options, so that unclean environment does...Joey Hess2011-04-081-1/+1
* improve warning messageJoey Hess2011-03-251-4/+5
* Add a warning message if the keyring file is not available, and --no-check-gp...Joey Hess2011-03-251-0/+2
* check keyrings by default, when possibleJoey Hess2011-03-251-1/+7
* sha checksum supportJoey Hess2011-02-221-47/+47
* fix to ar usage. closes #598729elmig2011-02-101-1/+1
* Hurd supportJeremie Koenig2011-01-191-13/+5
* support for https on debootstrapMiguel Figueiredo2010-09-101-1/+16
* Apply patch from Andres Salomon <dilinger@collabora.co.uk> to fix iteration t...Otavio Salvador2010-01-061-1/+4
* Apply patch from Andres Salomon <dilinger@collabora.co.uk> to honor --compone...Otavio Salvador2010-01-061-1/+5
* Apply patch from Vagrant Cascadian <vagrant+bugs@freegeek.org> not fail if re...Otavio Salvador2009-12-151-1/+1
* * Refactor deb extractors into two new functions.Otavio Salvador2009-11-271-14/+82
* Properly inform the user if the required uncompress command is not found on t...Otavio Salvador2009-11-171-4/+10
* Apply patch from Clint Adams <schizo@debian.org> to add support forOtavio Salvador2009-11-161-2/+8
* Ignore failures from dpkg --predep-package. It exits 1 if there are noColin Watson2009-09-241-1/+1
* * Only use dpkg from the chroot, as there is no guarantee dpkg is Aurelien Jarno2009-09-231-3/+3
* Remove boneheaded use of sudo left over from testing (closes: #547949).Colin Watson2009-09-221-1/+1
* Cope with pre-dependencies of included packages that aren't in Priority:Colin Watson2009-07-291-0/+40
* On Linux, clear out /etc/mtab on exit if it's not a symlink. Should fixColin Watson2009-07-231-0/+7
* Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for scratchb...Otavio Salvador2009-07-221-3/+3
* Apply patch from Luca Favatella <slackydeb@gmail.com> to improve coding style.Otavio Salvador2009-03-241-5/+5
* Remove partial support for emitting translated progress messages withColin Watson2009-03-171-6/+0
* Cope with ancient versions of chroot(8) that don't call chdir() (thanks,Colin Watson2009-01-131-1/+1
* Fix handling of relative DEBOOTSTRAP_DIR (thanks, Mikhail Gusarov;Colin Watson2009-01-131-1/+1
* Rename 'repeat' to 'repeatn', since 'repeat' is a reserved word in zsh;Colin Watson2009-01-131-1/+2
* * Do not cache Release and Release.gpg files. Closes: #488424.Frans Pop2008-07-011-8/+21
* Avoid "broken pipe" errors in bootstrap.log from the the smallyes function.Frans Pop2008-05-181-1/+1
* Correction of r50134: pkgdetails does not belong under /usr/share; move it ba...Frans Pop2007-11-141-0/+2
* Add note that pkgdetails is now provided by bootstrap-base udebFrans Pop2007-11-131-0/+4
* Linewrap inlined perl code for readabilityFrans Pop2007-11-131-2/+26