~pappacena/launchpad:fix-signing-tests

Last commit made on 2020-05-11
Get this branch:
git clone -b fix-signing-tests https://git.launchpad.net/~pappacena/launchpad
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
fix-signing-tests
Repository:
lp:~pappacena/launchpad

Recent commits

caaaf05... by Thiago F. Pappacena

Fix broken test

f135da2... by Colin Watson

Fix proxy token handling for buildd-manager changes

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/383734

fb59dcf... by Colin Watson

Fix proxy token handling for buildd-manager changes

Now that buildd-manager fetches files using threads, both the code used
to fetch snap proxy tokens and its associated tests need some
adjustments.

27d3e2a... by Colin Watson

Use the (in)active_publishing_status helpers in more places

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/383710

b060a4e... by Colin Watson

Use exact name match in DistroSeriesDifference.base_source_pub

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/383708

0ecb5de... by Thiago F. Pappacena

Adding the command to bulk import to signing service the existing signing keys for all archives.

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/382948

b5bd1b3... by Thiago F. Pappacena

Renaming sync-signingkey script

25ba24a... by Colin Watson

Use the (in)active_publishing_status helpers in more places

8cd5966... by Colin Watson

Use exact name match in DistroSeriesDifference.base_source_pub

DistroSeriesDifference.base_source_pub called
Archive.getPublishedSources without exact_match=True, so it could
potentially get confused if there were other publications with a source
package name containing the name being searched for and an
exactly-matching version.

I don't know of a case where this has happened in practice; I spotted it
while changing nearby code.

57b3490... by Colin Watson

Rewrite buildd-manager file fetching using threads

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/381668