[Bug 109290] Re: update-manager core should support proposed updates

2008-01-22 Thread Michael Vogt
** Description changed: Binary package hint: update-manager-core update-manager-core does not support upgrading using the release-upgader in $distro-proposed, the attached debdiff fixes that + + TEST CASE: + 1. install edgy + 2. there is no way to perform a release-upgrader upgrade

[Bug 109290] Re: update-manager core should support proposed updates

2008-01-22 Thread Michael Vogt
** Description changed: Binary package hint: update-manager-core update-manager-core does not support upgrading using the release-upgader in $distro-proposed, the attached debdiff fixes that TEST CASE: 1. install edgy - 2. there is no way to perform a release-upgrader upgrade

[Bug 109290] Re: update-manager core should support proposed updates

2008-01-22 Thread Pedro Villavicencio
Verification done: - Test with update-manager-core 0.45.2, it doesn't work because the option --proposed isn't supported. - Test with update-manager-core 0.45.4, It works fine i was able to use the option and see that the update continues. ** Tags added: verification-done ** Tags removed:

[Bug 109290] Re: update-manager core should support proposed updates

2008-01-22 Thread Pedro Villavicencio
Versions typo: first test was with update-manager-core 0.56~edgy4, second one with 0.56~edgy5 -- update-manager core should support proposed updates https://bugs.launchpad.net/bugs/109290 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 109290] Re: update-manager core should support proposed updates

2008-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.87.3 --- update-manager (1:0.87.3) hardy; urgency=low * add ports.ubuntu.com to the valid mirrors (LP: #184663) * add --proposed to the options for do-release-upgrade (LP: #109290) * fix crash in apport report duplicate

[Bug 109290] Re: update-manager core should support proposed updates

2008-01-22 Thread Martin Pitt
Copied to edgy-updates. ** Changed in: update-manager (Ubuntu Edgy) Status: Fix Committed = Fix Released -- update-manager core should support proposed updates https://bugs.launchpad.net/bugs/109290 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 109290] Re: update-manager core should support proposed updates

2007-11-16 Thread Martin Pitt
This is has sitted in edgy-proposed for over 200 days already. Can it please be verified or declared as obsolete? ** Changed in: update-manager (Ubuntu) Assignee: (unassigned) = Michael Vogt (mvo) -- update-manager core should support proposed updates https://bugs.launchpad.net/bugs/109290

[Bug 109290] Re: update-manager core should support proposed updates

2007-05-04 Thread Martin Pitt
Accepted into edgy-proposed, please go ahead with QA testing. ** Tags added: verification-needed ** Changed in: update-manager (Ubuntu) Status: In Progress = Fix Committed -- update-manager core should support proposed updates https://bugs.launchpad.net/bugs/109290 You received this bug

[Bug 109290] Re: update-manager core should support proposed updates

2007-05-02 Thread Michael Vogt
I uploaded this again with a corrected changelog and with updated help text. Thanks, Michael ** Attachment added: updated debdiff http://librarian.launchpad.net/7519970/update-manager-core_0.56%7Eedgy5.debdiff -- update-manager core should support proposed updates

[Bug 109290] Re: update-manager core should support proposed updates

2007-04-24 Thread Martin Pitt
+ help=_(Run in a special upgrade mode)) This does not seem to be overly helpful... - fetcher.run_options += [--mode=server, + fetcher.run_options += [--mode=%s % options.mode, This looks a bit fishy, since the add_option() call does not declare a default value. Can you

[Bug 109290] Re: update-manager core should support proposed updates

2007-04-24 Thread Michael Vogt
Hm, there is a default set in add_option for mode (or do I overlook something here): + parser.add_option (-m, --mode, default=server, + dest=mode, About the help-text, I agree I can make that better, something like: Run in a special upgrade mode, currently desktop and

[Bug 109290] Re: update-manager core should support proposed updates

2007-04-24 Thread Martin Pitt
Right, sorry about the default, that was an oversight. The help text is slightly better, but maybe it can explain shortly what the modes do? As a user of this tool I still don't know which one to choose. Set upgrade mode: desktop (will consider foobarization of ubuntu- desktop) or server

[Bug 109290] Re: update-manager core should support proposed updates

2007-04-23 Thread Michael Vogt
** Attachment added: Proposed fix http://librarian.launchpad.net/7392310/update-manager-core_0.56%7Eedgy5.debdiff -- update-manager core should support proposed updates https://bugs.launchpad.net/bugs/109290 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 109290] Re: update-manager core should support proposed updates

2007-04-23 Thread Michael Vogt
+update-manager-core (0.56~edgy5) edgy-proposed; urgency=low + + * support --proposed to support upgrade using the upgrader in +the feisty-proposed pocket + * support --mode to control if the upgrader should be run in desktop +or server upgrade mode + + -- Michael Vogt [EMAIL PROTECTED]