~dbungert/curtin:command-apt-libapt-v4

Last commit made on 2021-09-20
Get this branch:
git clone -b command-apt-libapt-v4 https://git.launchpad.net/~dbungert/curtin
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
command-apt-libapt-v4
Repository:
lp:~dbungert/curtin

Recent commits

7193cf4... by Dan Bungert

commands/apt: uri update simplification

0cf5057... by Dan Bungert

tox: +sitepackages for py27-pylint

1725175... by Dan Bungert

commands/apt: update_mirror

Update mirror handling function names to better match their behavior.
Move them around so the diff is less awkward.
update_default_mirrors functions as a distinct pipeline step.

30257e1... by Dan Bungert

commands/apt: remove disable_components for now

cf45139... by Dan Bungert

commands/apt: nicer looking disable_* output

ca5ab76... by Dan Bungert

commands/apt: disable_{components/suites} options

Improve handling of options with disable_components and disable_suites,
even when python3-apt overzealously marks them invalid.

d537abb... by Dan Bungert

commands/apt: disable_{components,suites} comments

Comment out again the disabled items.

09b4c46... by Dan Bungert

commands/apt: fix whitespace passthru

Doing this however breaks handling of lines that
* have options other than the recognized 2
* AND have a suite or component we wish to disable

0fc942d... by Dan Bungert

commands/apt: fix comments in disable_components

e91caba... by Dan Bungert

commands/apt: test cleanup