summaryrefslogtreecommitdiff
path: root/src/selfstrap
AgeCommit message (Collapse)Author
2019-10-04selfstrap will avoid calling apt-get update more than once per dayAndrew Cady
2019-06-25selfstrap: allow '--unpack'Andrew Cady
2019-06-19selfstrapAndrew Cady
2019-06-18selfstrap: include backports in sources.listAndrew Cady
2019-06-18Comments explaining changes in apt outputAndrew Cady
2019-06-18selfstrap: better debug outputAndrew Cady
2019-06-18bugfix for new output from apt that looks like this:Andrew Cady
line=Inst base-files [9.9+deb9u6] (9.9+deb9u9 Debian:9.9/stable [amd64]) It appears the third arg, the version inside the square brackets, was added. The code is now compatible with both the old output and the new output.
2019-06-17selfstrapAndrew Cady
2018-02-07avoid cutesy tar --to-command; instead extract to tempdirAndrew Cady
2017-09-04selfstrap: set up /var/lib/dpkg/tmp.ci before running inst scriptsAndrew Cady
2017-09-04selfstrap: fixesAndrew Cady
create symlink awk -> mawk use dpkg --extract when '--real-apt' is used
2017-09-03selfstrap: getopt-based CLIAndrew Cady
2017-08-30rename fileAndrew Cady