ubuntu-archive-assistant:master

Last commit made on 2019-09-19
Get this branch:
git clone -b master https://git.launchpad.net/ubuntu-archive-assistant
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:ubuntu-archive-assistant

Recent commits

f4a0d0c... by Mathieu Trudel-Lapierre

Merge branch 'shared-cache'

48cf5b7... by Mathieu Trudel-Lapierre

Add more recommendations for missing builds/ftbfs

3df8cb3... by Mathieu Trudel-Lapierre

Readd step for pinging about removal

11258cf... by Mathieu Trudel-Lapierre

Merge remote-tracking branch 'cyphermox/master'

586b60c... by Steve Langasek

Use cache handling compatible with ubuntu-archive-tools

retry-autopkgtest-regressions already caches excuses files - which can be
quite large - under ~/.cache/ubuntu-archive-tools. Instead of making these
tools separately download and cache the files, use a shared cache for them.

This also ensures the updates to the cache file is atomic and avoids
arbitrary age-based caching, by using the same implementation as
retry-autopkgtest-regressions.

We lose the progress reporting on the console; OTOH that is implemented
using urllib.request.FancyURLopener which is deprecated anyway.

36e74d3... by Mathieu Trudel-Lapierre

Readd missing lp object from refactor

Signed-off-by: Mathieu Trudel-Lapierre <email address hidden>

3a56dfc... by Mathieu Trudel-Lapierre

mir: Drop to a temporary shell for code review

965c4aa... by Mathieu Trudel-Lapierre

Fix mis-reference to mir_team

8219d0b... by Mathieu Trudel-Lapierre

Don't crash if we have no unsat-dep after all

0532191... by Mathieu Trudel-Lapierre

Make sure we can find MIR bugs by source too.