How to change "focus of development""

Asked by Kenneth Loafman

Project: duplicity https://code.launchpad.net/duplicity
I currently have the following situation:

lp:duplicity
   Series: 0.6-series
lp:duplicity/0.7-series
   Series: 0.7-series
lp:duplicity/0.5-series
   Series: 0.5-series

I need to change it to:

lp:duplicity
   Series: 0.7-series
lp:duplicity/0.6-series
   Series: 0.6-series
lp:duplicity/0.5-series
   Series: 0.5-series

How can I do that?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Tim Penhey
Solved:
Last query:
Last reply:
Revision history for this message
Best Tim Penhey (thumper) said :
#1

Go to https://launchpad.net/duplicity and click on "Change details" link (+edit).

Near the bottom of that page is a drop down for "Development focus". Change this to your 0.7 series, then click the "Change" button and you are done.

Revision history for this message
Kenneth Loafman (kenneth-loafman) said :
#2

Thank you. I looked in all of the wrong places!