BadUrlLaunchpad raised mirroring a branch
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Launchpad itself |
Critical
|
Steve Kowalik | ||
Bug Description
OOPS-2035SMPM12
Traceback (most recent call last):
Module lp.codehosting.
self.
Module lp.codehosting.
source_branch = self.branch_
Module lp.codehosting.
url = self.checkAndFo
Module lp.codehosting.
self.
Module lp.codehosting.
raise BadUrlLaunchpad
BadUrlLaunchpad: https:/
error-explanation: Launchpad does not mirror branches from Launchpad.
Related branches
- Ian Booth (community): Approve on 2012-11-07
-
Diff: 382 lines (+74/-74)7 files modifiedlib/lp/code/browser/codeimport.py (+26/-24)
lib/lp/code/enums.py (+5/-0)
lib/lp/code/model/codeimport.py (+3/-6)
lib/lp/code/stories/codeimport/xx-create-codeimport.txt (+13/-0)
lib/lp/registry/browser/productseries.py (+12/-37)
lib/lp/registry/browser/tests/productseries-setbranch-view.txt (+13/-3)
lib/lp/translations/browser/tests/productseries-views.txt (+2/-4)
| tags: | added: branch-puller |
| Launchpad QA Bot (lpqabot) wrote : | #1 |
| Changed in launchpad: | |
| assignee: | nobody → Steve Kowalik (stevenk) |
| tags: | added: qa-needstesting |
| Changed in launchpad: | |
| status: | Triaged → In Progress |
| tags: |
added: qa-ok removed: qa-needstesting |
| Steve Kowalik (stevenk) wrote : | #2 |
We now forbid codeimports to be created on production with a launchpad.net URL, and the production data has been cleaned up (IE: deleted)
| Changed in launchpad: | |
| status: | In Progress → Fix Released |

r16245 in stable (http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 16245) is part of this bug's fix.