Merge lp:~evfool/software-properties/lp1061101 into lp:software-properties
Proposed by
Robert Roth
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~evfool/software-properties/lp1061101 |
| Merge into: | lp:software-properties |
| Diff against target: |
118 lines (+50/-7) 4 files modified
add-apt-repository (+8/-2) software-properties-gtk (+5/-1) softwareproperties/ppa.py (+24/-4) tests/test_lp.py (+13/-0) |
| To merge this branch: | bzr merge lp:~evfool/software-properties/lp1061101 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Didier Roche-Tolomelli | Needs Information | ||
|
Review via email:
|
|||
Description of the change
This branch adds a test to check for None signing key fingerprint handling (usually when a user creates his/her first PPA and tries to add it instantaneously with apt-add-repo, this happens, as the signing key fingerprint seems to be correctly returned by launchpad with a delay of up to 25 minutes).
To post a comment you must log in.
Unmerged revisions
- 823. By
-
Use an exception to signal a signing key problem
- 822. By Robert Roth
-
Handle None signing key fingerprints from LP (LP: #1061101)
Thanks for your work Robert ;)
Contrary to the other one, shouldn't this one be an actual dialog to warn the user? I think not a lot of people are looking at stdout, isn't it?