Signing key not appearing on my PPA page
Bug #1920266 reported by
Adrianna Pińska
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
In Progress
|
High
|
Colin Watson |
Bug Description
As requested, I am converting this question to a bug report, since it seems to be a bug. Original question:
I have previously noticed that some PPAs publish a signing key and fingerprint in the "technical details" dropdown, but some do not, and I don't understand what determines this. My PPA (https:/
Related branches
~cjwatson/launchpad:signing-key-ui
- Launchpad code reviewers: Pending requested
-
Diff: 398 lines (+189/-11)9 files modifiedlib/lp/archivepublisher/archivegpgsigningkey.py (+2/-0)
lib/lp/archivepublisher/tests/test_archivegpgsigningkey.py (+24/-0)
lib/lp/soyuz/browser/tests/test_personal_archive_subscription.py (+69/-2)
lib/lp/soyuz/configure.zcml (+2/-0)
lib/lp/soyuz/interfaces/archive.py (+6/-0)
lib/lp/soyuz/model/archive.py (+37/-0)
lib/lp/soyuz/stories/ppa/xx-ubuntu-ppas.rst (+42/-0)
lib/lp/soyuz/templates/archive-index.pt (+4/-5)
lib/lp/soyuz/templates/person-archive-subscription.pt (+3/-4)
To post a comment you must log in.
I have the beginnings of a fix for this, but need to spend some more time writing tests.