summaryrefslogtreecommitdiffstats
path: root/functions (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-24Remove unnecessary redirections of in_pathColin Watson1-3/+3
2017-07-24Avoid the 'type' shell commandSven Joachim1-3/+3
2017-03-10Uniformize COMPONENTS/USE_COMPONENTS handling.Cyril Brulebois1-3/+1
2017-03-09Don't make /dev/ptmx a symlink to pts/ptmx if we don't have toSimon McVittie1-1/+6
2017-02-03pkgdetails_perl: Strip the arch-qualifier (Closes: #836525)Sven Joachim1-0/+1
2016-10-30Fix InRelease support (Closes: #842591).Cyril Brulebois1-8/+36
2016-10-20Refactor (In)Release(.gpg) downloadJulien Cristau1-31/+37
2016-10-19Fix syntax error from the InRelease changeJulien Cristau1-1/+1
2016-10-18Add support for downloading and validating InRelease filesJulien Cristau1-6/+23
2016-10-18Only use `tar -k` for new releasesAnsgar Burchardt1-2/+3
2016-10-04Add support for xz-compressed Packages indicesAnsgar Burchardt1-0/+10
2016-09-08Pass -k to tar when extracting packagesAnsgar Burchardt1-2/+2
2016-09-08Merged /usr support for debootstrapMarco d'Itri1-0/+37
2016-09-08Validate SUITE against Release's Suite or CodenameAnsgar Burchardt1-0/+14
2016-09-06Excise all devices.tar.gz codeAlex Bennée1-7/+1
2016-02-18hurd: move setting up dev and servers firmlink to setup_proc stage.Samuel Thibault1-9/+6
2016-02-18Split setup_devices in setup_devices and setup_dynamic_devices,Marco d'Itri1-3/+20
2016-01-29Don't call mknod with --mode, it's not supported in busyboxSteve McIntyre1-6/+6
2016-01-27Fix permissions on device nodes (Closes: #812811).Cyril Brulebois1-6/+6
2016-01-24Stop creating useless device nodes (Closes: #571136).Cyril Brulebois1-6/+21
2015-10-22Generate a deburis file with (package, version, uri) tuples.Cyril Brulebois1-0/+1
2015-07-28Fix resolve_deps and setup_available to work in the --foreign case (closes: #...Colin Watson1-3/+3
2015-05-19Use tr|tr for symmetry (instead of sed|tr).Cyril Brulebois1-1/+1
2015-05-19Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks, Julian Sc...Cyril Brulebois1-1/+1
2015-05-15Add support for --force-check-gpg (Closes: #661501, #733179, #775454).Cyril Brulebois1-1/+4
2015-05-14Make sure to deduplicate package list in download_release (Closes: #709751, #...Cyril Brulebois1-0/+5
2014-12-30Fix the empty sources.list bug with foreign architectures (Closes: #732255, #...Cyril Brulebois1-1/+3
2014-09-14Fix reporting of package version in retrieval and validation steps to cope wi...Cyril Brulebois1-1/+1
2014-08-19Fix "possibly the package $pkg is at fault" warnings to account for changed e...Colin Watson1-1/+1
2014-05-06Add uncompressed and xz control.tar deb member supportGuillem Jover1-3/+15
2014-05-06Add uncompressed data.tar deb member supportGuillem Jover1-1/+2
2014-02-07pkgdetails_perl: Only interpret percentages following whitespace, to cope wit...Colin Watson1-2/+6
2013-12-27Avoid writing https urls into sources.list, as apt does not support https.Joey Hess1-1/+1
2013-12-27default to https mirror for Debian when no gpg verification is availableJoey Hess1-5/+11
2013-05-18Resolve mount point symlinks relative to the target chroot before unmounting ...Colin Watson1-1/+4
2013-05-14Report package version information on package retrieve and validation. Closes...Héctor Orón Martínez1-3/+5
2013-03-25Move extract_release_components to after signature verification.Julien Cristau1-1/+2
2013-03-25Disable InRelease support.Julien Cristau1-34/+13
2013-03-20* Properly decrypt the InRelease file when downloading from an archiveChristian PERRIER1-1/+2
2012-12-27Revert to using which, but only in non-d-iSamuel Thibault1-1/+4
2012-12-27 Find out /bin/sh using `type` instead of `which`,Samuel Thibault1-1/+1
2012-11-26functions: check for /bin/sh before using it in shebang (android)Shawn Landden1-1/+1
2012-09-05Fix "arc" typo. Closes: #686680Joey Hess1-1/+1
2012-06-25Downgrade the absence of an InRelease file from a warning to an info message....Colin Watson1-1/+1
2012-05-22minor cleanupJoey Hess1-2/+2
2012-05-22Add support for InRelease files (Closes: #638682)Mehdi Dogguy1-30/+55
2012-04-18point users at the log file on error, try to show a package name tooJoey Hess1-0/+12
2012-03-13Stop at the end of the retrieval phase if any packages failed to download.Colin Watson1-0/+1
2012-03-13Retry corrupted downloads rather than carrying on almost regardless. Patch mo...Colin Watson1-31/+23
2011-11-21pkgdetails_perl: Use the last of a sequence of stanzas for the same package n...Colin Watson1-10/+37