ec2 needs to initialize bzrlib
Bug #624434 reported by
Michael Hudson-Doyle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Undecided
|
Michael Hudson-Doyle |
Bug Description
bzrlib now has an initialize() function that needs to be called before you can safely use bzrlib. Currently, it only breaks if you have hpss set in the debug_flags part of your config, but it'll probably get worse.
Related branches
lp://qastaging/~mwhudson/launchpad/initialize-bzrlib-in-ec2-bug-624434
- Tim Penhey (community): Approve
-
Diff: 54 lines (+15/-17)1 file modifiedlib/devscripts/ec2test/entrypoint.py (+15/-17)
Changed in launchpad-foundations: | |
assignee: | nobody → Michael Hudson (mwhudson) |
status: | New → In Progress |
milestone: | none → 10.08 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11448 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11448>.