~teward/launchpad:dmarc-for-bugs

Last commit made on 2020-05-11
Get this branch:
git clone -b dmarc-for-bugs 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-bugs
Repository:
lp:~teward/launchpad

Recent commits

3a2f6f9... by Thomas Ward

Adjust changes per Colin Watson suggestions/requests.

74616d5... by Thomas Ward

Rewrite documentation regarding how From address generator works.

f4cc4a4... by Thomas Ward

More doctest fixing (with DMARC From addresses)

41c695d... by Thomas Ward

Adjust the documentation to use proper bug emails (DMARC)

0989191... by Thomas Ward

Apply DMARC compatibility to bug notification from addrs

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