summaryrefslogtreecommitdiffstats
path: root/functions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary redirections of in_pathColin Watson2017-07-241-3/+3
* Avoid the 'type' shell commandSven Joachim2017-07-241-3/+3
* Uniformize COMPONENTS/USE_COMPONENTS handling.Cyril Brulebois2017-03-101-3/+1
* Don't make /dev/ptmx a symlink to pts/ptmx if we don't have toSimon McVittie2017-03-091-1/+6
* pkgdetails_perl: Strip the arch-qualifier (Closes: #836525)Sven Joachim2017-02-031-0/+1
* Fix InRelease support (Closes: #842591).Cyril Brulebois2016-10-301-8/+36
* Refactor (In)Release(.gpg) downloadJulien Cristau2016-10-201-31/+37
* Merge branch 'master' of https://github.com/aburch/debootstrapJulien Cristau2016-10-201-2/+3
|\
| * Only use `tar -k` for new releasesAnsgar Burchardt2016-10-181-2/+3
* | Fix syntax error from the InRelease changeJulien Cristau2016-10-191-1/+1
* | Add support for downloading and validating InRelease filesJulien Cristau2016-10-181-6/+23
|/
* Add support for xz-compressed Packages indicesAnsgar Burchardt2016-10-041-0/+10
* Pass -k to tar when extracting packagesAnsgar Burchardt2016-09-081-2/+2
* Merged /usr support for debootstrapMarco d'Itri2016-09-081-0/+37
* Validate SUITE against Release's Suite or CodenameAnsgar Burchardt2016-09-081-0/+14
* Excise all devices.tar.gz codeAlex Bennée2016-09-061-7/+1
* hurd: move setting up dev and servers firmlink to setup_proc stage.Samuel Thibault2016-02-181-9/+6
* Split setup_devices in setup_devices and setup_dynamic_devices,Marco d'Itri2016-02-181-3/+20
* Don't call mknod with --mode, it's not supported in busyboxSteve McIntyre2016-01-291-6/+6
* Fix permissions on device nodes (Closes: #812811).Cyril Brulebois2016-01-271-6/+6
* Stop creating useless device nodes (Closes: #571136).Cyril Brulebois2016-01-241-6/+21
* Generate a deburis file with (package, version, uri) tuples.Cyril Brulebois2015-10-221-0/+1
* Fix resolve_deps and setup_available to work in the --foreign case (closes: #...Colin Watson2015-07-281-3/+3
* Use tr|tr for symmetry (instead of sed|tr).Cyril Brulebois2015-05-191-1/+1
* Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks, Julian Sc...Cyril Brulebois2015-05-191-1/+1
* Add support for --force-check-gpg (Closes: #661501, #733179, #775454).Cyril Brulebois2015-05-151-1/+4
* Make sure to deduplicate package list in download_release (Closes: #709751, #...Cyril Brulebois2015-05-141-0/+5
* Fix the empty sources.list bug with foreign architectures (Closes: #732255, #...Cyril Brulebois2014-12-301-1/+3
* Fix reporting of package version in retrieval and validation steps to cope wi...Cyril Brulebois2014-09-141-1/+1
* Fix "possibly the package $pkg is at fault" warnings to account for changed e...Colin Watson2014-08-191-1/+1
* Add uncompressed and xz control.tar deb member supportGuillem Jover2014-05-061-3/+15
* Add uncompressed data.tar deb member supportGuillem Jover2014-05-061-1/+2
* pkgdetails_perl: Only interpret percentages following whitespace, to cope wit...Colin Watson2014-02-071-2/+6
* Avoid writing https urls into sources.list, as apt does not support https.Joey Hess2013-12-271-1/+1
* default to https mirror for Debian when no gpg verification is availableJoey Hess2013-12-271-5/+11
* Resolve mount point symlinks relative to the target chroot before unmounting ...Colin Watson2013-05-181-1/+4
* Report package version information on package retrieve and validation. Closes...Héctor Orón Martínez2013-05-141-3/+5
* Move extract_release_components to after signature verification.Julien Cristau2013-03-251-1/+2
* Disable InRelease support.Julien Cristau2013-03-251-34/+13
* * Properly decrypt the InRelease file when downloading from an archiveChristian PERRIER2013-03-201-1/+2
* Revert to using which, but only in non-d-iSamuel Thibault2012-12-271-1/+4
* Find out /bin/sh using `type` instead of `which`,Samuel Thibault2012-12-271-1/+1
* functions: check for /bin/sh before using it in shebang (android)Shawn Landden2012-11-261-1/+1
* Fix "arc" typo. Closes: #686680Joey Hess2012-09-051-1/+1
* Downgrade the absence of an InRelease file from a warning to an info message....Colin Watson2012-06-251-1/+1
* minor cleanupJoey Hess2012-05-221-2/+2
* Add support for InRelease files (Closes: #638682)Mehdi Dogguy2012-05-221-30/+55
* point users at the log file on error, try to show a package name tooJoey Hess2012-04-181-0/+12
* Stop at the end of the retrieval phase if any packages failed to download.Colin Watson2012-03-131-0/+1
* Retry corrupted downloads rather than carrying on almost regardless. Patch mo...Colin Watson2012-03-131-31/+23