Reminder: disable "useDevelopmentRelease=True" before final release in CD self upgrader

Bug #99171 reported by Michael Vogt
2
Affects Status Importance Assigned to Milestone
update-manager (Ubuntu)
Fix Released
Critical
Michael Vogt

Bug Description

Binary package hint: update-manager

The current release upgrader will try to update itself when run with network from the CD. It uses the development release of the distro for this update because that is the only one that has the recent upgrader. This needs to be disabled for the final release of course.

This is the reminder about that :)

Revision history for this message
Michael Vogt (mvo) wrote :

Patch to disable it again:

=== modified file 'DistUpgrade/DistUpgradeControler.py'
--- DistUpgrade/DistUpgradeControler.py 2007-03-30 20:34:15 +0000
+++ DistUpgrade/DistUpgradeControler.py 2007-03-30 20:38:35 +0000
@@ -200,7 +200,7 @@
         from DistUpgradeFetcherSelf import DistUpgradeFetcherSelf
         # FIXME: during testing, we want "useDevelopmentRelease"
         # but not after the release
- m = MetaReleaseCore(useDevelopmentRelease=True)
+ m = MetaReleaseCore(useDevelopmentRelease=False)
         # this will timeout eventually
         while m.downloading:
             time.sleep(0.5)

Changed in update-manager:
importance: Undecided → Critical
status: Unconfirmed → Confirmed
assignee: nobody → mvo
Revision history for this message
Michael Vogt (mvo) wrote :

Uploaded, waiting for distro manager approval.

Changed in update-manager:
status: Confirmed → Fix Committed
Michael Vogt (mvo)
Changed in update-manager:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.