~teward/launchpad:dmarc-for-merges-and-code

Last commit made on 2020-05-08
Get this branch:
git clone -b dmarc-for-merges-and-code https://git.launchpad.net/~teward/launchpad
Only Thomas Ward can upload to this branch. If you are Thomas Ward please log in for upload directions.

Branch merges

Branch information

Name:
dmarc-for-merges-and-code
Repository:
lp:~teward/launchpad

Recent commits

20bf8da... by Thomas Ward

Code Review Comments: DMARC Compliant FROM address

957b7d9... by Thomas Ward

Branch Merge Proposal: DMARC compliant emails.

e86a836... by Colin Watson

Use six for dict iteration

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

41b7c40... by Colin Watson

Use six for dict iteration

`dict.iterkeys()` can just be replaced with `dict` if the result is
being iterated over, since `iter(dict)` iterates over its keys.
Otherwise, `dict.iter{keys,values,items}()` becomes
`six.iter{keys,values,items}(dict)`.

5b906ac... by Colin Watson

Use six.with_metaclass rather than __metaclass__

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

95aee4b... by Colin Watson

Use six.with_metaclass rather than __metaclass__

98740d5... by Thiago F. Pappacena

Adding the possibility to inject into lp-signing the locally generated signing keys.

It is possible to control which key types to inject when auto-generating them by setting the feature flag `archivepublisher.signing_service.injection.enabled` with a list of key types (separated by spaces). Eg.: "KMOD UEFI".

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

806d168... by Colin Watson

Upgrade ZTK packages to 2020-04-03 versions

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

67b999f... by Thiago F. Pappacena

Exporting OCIRecipeBuild on webservice, and also on IOCIRecipeBuildRequest.builds.

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

00e44a2... by Thiago F. Pappacena

Improving test to check local key removal on conflict