ubuntu-debuginfod:master

Last commit made on 2024-04-23
Get this branch:
git clone -b master https://git.launchpad.net/ubuntu-debuginfod
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:ubuntu-debuginfod

Recent commits

a34d4df... by Sergio Durigan Junior

Update changelog for 0.1.10 release

56e2155... by Sergio Durigan Junior

u/u/baselp.py: Accept variable args in __init__

b14b77c... by Sergio Durigan Junior

Update changelog for 0.1.9 release

29f8e2f... by Sergio Durigan Junior

u/g/common_lp_getter.py: Improve recording of artifacts

Verify that the artifact has been saved before recording it. Also
make sure to record artifacts even when they've been downloaded
already, since the same artifact can be associated with multiple URIs.

Signed-off-by: Sergio Durigan Junior <email address hidden>

bcc3cea... by Sergio Durigan Junior

s/launchpad-cleaner.py: Only remove artifact when refcount is 1

It's possible to have more than one entry for a package, depending
whether it's been published in more than one Ubuntu release.

Signed-off-by: Sergio Durigan Junior <email address hidden>

39f90f3... by Sergio Durigan Junior

Improve logging

Also fix Cleaner to properly perform the login.

Signed-off-by: Sergio Durigan Junior <email address hidden>

486e168... by Sergio Durigan Junior

Make download_from_lp return whether the artifact was saved

This info is useful when determining whether to record the transaction.

Signed-off-by: Sergio Durigan Junior <email address hidden>

e0bc9de... by Sergio Durigan Junior

Move _get_pkg from dispatcher to BaseLaunchpadClass

This method can and will be used by other classes. Rename it to
load_from_uri.

Signed-off-by: Sergio Durigan Junior <email address hidden>

cb427a1... by Sergio Durigan Junior

u/g/sourcepackagegetter.py: Use sourcepackage_version format for filename

Signed-off-by: Sergio Durigan Junior <email address hidden>

04d457d... by Sergio Durigan Junior

Update changelog for 0.1.8 release