initialise-from-parent blindly copies PARTNER archive
Bug #239807 reported by
Celso Providelo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Steve Kowalik |
Bug Description
When copying sources from the parent.distroseries to the current one i-f-p creates a PARTNER archive if it doesn't exist.
This will become a problem when distroseries from other distributions derive from ubuntu ones, the current code will blindly copy PARTNER packages and the canonical ISVs will be upset ;)
This part of the code needs to be revised before we start hosting ubuntu derivations in soyuz
Related branches
lp://qastaging/~stevenk/launchpad/move-ifp-from-idistroseries
- Jelmer Vernooij (community): Approve (code)
-
Diff: 853 lines (+303/-351)9 files modifiedlib/lp/archiveuploader/tests/test_uploadprocessor.py (+6/-7)
lib/lp/registry/doc/distroseries.txt (+9/-11)
lib/lp/registry/interfaces/distroseries.py (+0/-29)
lib/lp/registry/model/distroseries.py (+2/-173)
lib/lp/soyuz/doc/initialise-from-parent.txt (+1/-4)
lib/lp/soyuz/doc/soyuz-set-of-uploads.txt (+7/-5)
lib/lp/soyuz/scripts/initialise_distroseries.py (+256/-0)
scripts/ftpmaster-tools/initialise-from-parent.py (+19/-104)
utilities/soyuz-sampledata-setup.py (+3/-18)
Changed in soyuz: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: partner |
Changed in soyuz: | |
assignee: | nobody → Steve Kowalik (stevenk) |
milestone: | none → 10.09 |
status: | Triaged → Fix Committed |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11336 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11336>.