~akashraoind-deactivatedaccount/ubuntu-dev-tools/+git/ubuntu-dev-tools-2:uca

Last commit made on 2021-01-25
Get this branch:
git clone -b uca https://git.launchpad.net/~akashraoind-deactivatedaccount/ubuntu-dev-tools/+git/ubuntu-dev-tools-2
Only akash rao can upload to this branch. If you are akash rao please log in for upload directions.

Branch merges

Recent commits

7dc026e... by Dan Streetman

archive: don't download from archive if using UCA staging ppa

Signed-off-by: Dan Streetman <email address hidden>

960713c... by Dan Streetman

archive: log warnings around 'staging' pocket

The 'staging' pocket contains binaries that don't match published binaries,
so log a warning if we fallback to that pocket, and log a warning if pulling
binaries using that pocket.

Signed-off-by: Dan Streetman <email address hidden>

ff2dde9... by Dan Streetman

archive: add UCA parsing/finding code for UCA releases/pockets

Signed-off-by: Dan Streetman <email address hidden>

d54e228... by Dan Streetman

archive: use UCA Project to find valid UCA release names

Signed-off-by: Dan Streetman <email address hidden>

ec6fe42... by Dan Streetman

archive: simplify PPA source package class

Signed-off-by: Dan Streetman <email address hidden>

db5d4a7... by Dan Streetman

lp: add Project and ProjectSeries classes

Signed-off-by: Dan Streetman <email address hidden>

cb8b442... by Dan Streetman

ubuntutools/pullpkg: add --login parameter

Just in case we want to pull from a private ppa...

Signed-off-by: Dan Streetman <email address hidden>

b4bb523... by Dan Streetman

ubuntutools/archive: deprecate passing 'lp' object to SourcePackage()

There is no point to doing this, as the Launchpad object is a singleton;
the caller should just call Launchpad.login_with() directly and leave
the SourcePackage class out of it.

Signed-off-by: Dan Streetman <email address hidden>

fc3b1ea... by Dan Streetman

ubuntutools/lp: change default login to anonymous

If not specified, default to logging in anonymously.

Signed-off-by: Dan Streetman <email address hidden>

ce8cf36... by Dan Streetman

archive: use verify_file_checksums()

This reduces duplicate verification steps, and results in logging
error from the verification function if there is a size mismatch,
instead of the silent verification failure that was present in case
neither sha checksum was provided.

Signed-off-by: Dan Streetman <email address hidden>