ubuntu-archive-assistant:shared-cache

Last commit made on 2019-08-30
Get this branch:
git clone -b shared-cache 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:
shared-cache
Repository:
lp:ubuntu-archive-assistant

Recent commits

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>

e24b917... by Ɓukasz Zemczak

Look through hint files when a package is blocked, informing of an unblock version mismatch

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

0d9d603... by Mathieu Trudel-Lapierre

Merge migration-assistant and mir-review scripts into subcommands

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

37c9f81... by Mathieu Trudel-Lapierre

Setup logging, prepare proposed migration subcommand and snap it all up

0650f07... by Mathieu Trudel-Lapierre

Add skeleton for subcommand handling

31d0575... by Mathieu Trudel-Lapierre

Fix find_excuses() call missing lp

ebe8b93... by Mathieu Trudel-Lapierre

Avoid outputting blocking bugs if there are none.

2bd33e9... by Mathieu Trudel-Lapierre

Attempt to account for multiple sources to MIR

2a4b0d0... by Mathieu Trudel-Lapierre

Merge remote-tracking branch 'canonical/sil2100' into cyphermox