Shouldn't say "no signer" in uploader field
Bug #581920 reported by
Aaron Bentley
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
Paul Hummer |
Bug Description
When a package is generated from a recipe, it says "no signer". Instead, it should show the person who requested the build.
Related branches
lp://staging/~rockstar/launchpad/recipe-no-signer
- Tim Penhey (community): Approve (conditional)
-
Diff: 153 lines (+55/-8)5 files modifiedlib/lp/soyuz/interfaces/sourcepackagerelease.py (+4/-2)
lib/lp/soyuz/model/sourcepackagerelease.py (+9/-1)
lib/lp/soyuz/templates/archive-index.pt (+1/-1)
lib/lp/soyuz/tests/test_sourcepackagerelease.py (+32/-0)
lib/lp/testing/factory.py (+9/-4)
Changed in launchpad-code: | |
status: | Confirmed → Triaged |
Changed in launchpad-code: | |
assignee: | nobody → Paul Hummer (rockstar) |
status: | Triaged → In Progress |
milestone: | none → 10.08 |
Changed in launchpad-code: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
bigjools says this should just work by looking at the recipe (build) that generated the binary and showing that instead of the signature-based approach.