summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
AgeCommit message (Collapse)AuthorFilesLines
2006-09-29* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+1
- typo fix
2006-09-26* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-5/+1
- no need to enable restricted by default, things will still work without it and it may well be a conscious decision
2006-09-26* UpdateManager/Common/aptsources.py:Michael Vogt1-0/+5
- use self.source_code_sources when enabling a component * DistUpgrade/DistUpgradeControler.py: - make sure to enable restricted as well otherwise the kernel won't upgrade
2006-09-26* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+2
- fix hasattr() usage
2006-09-26* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-7/+9
- disable backports fetching
2006-09-25* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+4
- check for self.sources,self.aptcdrom before using it
2006-09-23* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+1
- typo
2006-09-23* DistUpgrade/DistUpgradeCache.py:Michael Vogt1-5/+9
- fix in clear() * UpdateManager/UpdateManager.py: - fixes in the new DistUpgrader code
2006-09-23* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+6
- get the with,without-network argument passing right
2006-09-22* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-5/+2
- bugfixing in the useNetwork code
2006-09-22* DistUpgrade/dist-upgrade.py:Michael Vogt1-6/+13
- added --with-network, --without-network to avoid asking the "do you want to use a network" question
2006-09-22* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+3
- if we use backports, make sure apt uses the right dpkg
2006-09-22* DistUpgrade/DistUpgradeCache.py:Michael Vogt1-2/+4
- add clear() function that is autoMark friendly * DistUpgrade/DistUpgradeControler.py: - bugfixes - pass the old arguments to the new execed child * DistUpgrade/dist-upgrade.py: - remove debug output
2006-09-22* DistUpgrade/DistUpgrade.cfg:Michael Vogt1-8/+7
- use python2.4-apt * DistUpgrade/DistUpgradeControler.py: -fix pathes
2006-09-22* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-6/+6
- bugfixes - use os.execve() when re-execing
2006-09-22* DistUpgrade/backport-source.list:Michael Vogt1-53/+54
- the sources.list fragment for the backports * DistUpgrade/DistUpgradeControler.py: - run the backports fetching as early as possible
2006-09-22* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-4/+3
- bugfixes in the new "use-backports" code
2006-09-22* DistUpgrade/DistUpgrade.cfg:Michael Vogt1-49/+54
use ~dapper as identifier * DistUpgrade/DistUpgradeControler.py, DistUpgrade/dist-upgrade.py: - add "--haveBackports" to skip parts of the procedure - re-exec itself when all the backports are in place
2006-09-22* DistUpgrade/DistUpgrade.cfg:Michael Vogt1-3/+23
- added version identifier to the config to ensure that we get the right version of backported packages (currently set to ~dapper) * DistUpgrade/DistUpgradeControler.py: - check the versionlist of the backported packages to find the one we need
2006-09-22* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-7/+18
- do not mark the backports for install and use the PM interface but the apt_pkg.GetPkgAcqFile() so that we don't have to worry about dependencies
2006-09-22* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+45
- start a initial backports feature
2006-09-18* typo fixes (thanks to Bruce Cowan)Michael Vogt1-1/+1
2006-09-11* improve wording of some dialogs: no-longer-supported, glatzor@ubuntu.com1-8/+9
no-upgrades-avaiable and replace-conf-file * introduce an abort method for the view to provide a visual feedback that the upgrade was canceled
2006-09-06* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+1
- increased the freespace savety buffer * debian/changelog: - updated (prepared new upload)
2006-09-05* DistUpgrade/forced_obsoletes.txt:Michael Vogt1-5/+16
- no longer needed, part of DistUpgrade.cfg now * DistUpgrade/mirrors.txt, DistUpgrade/removal_blacklist.txt: - renamed for consitency * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgradeCache.py: - added "RemovalBlacklistFile" instead of hardcoding it * DistUpgrade/DistUpgradeConfigParser.py: - added "datadir" to constructor * DistUpgrade/DistUpgradeControler.py: - added datadir * DistUpgrade/DistUpgradeView.py: - added "hideStep()" method - added STEP_PREPARE, STEP_MODIFY_SOURCES, STEP_FETCH_INSTALL, STEP_CLEANUP, STEP_REBOOT * DistUpgrade/DistUpgradeViewGtk.py: - implemendted hideStep() - added datadir arguemnt for constructor * dist-upgrade.py - run it with the "." as arguemnt for the config * UpdateManager/UpdateManager.py: - if it can't be updated, ask about a dist-upgrade instead * update-manager. - added --dist-upgrade * po/*.po - make update-po
2006-09-04* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+1
- add the Debug::pkgDepCache::AutoInstall debug option * DistUpgrade/DistUpgradeView.py: - add missing import gettext * DistUpgrade/DistUpgradeViewGtk.py: - be more robust against gettext failure * DistUpgrade/cdromupgrade: - fix path
2006-08-30* DistUpgrade/Changelog, README, ReleaseAnnouncementMichael Vogt1-1/+1
- updated to reflect reality * DistUpgrade/DistUpgradeControler.py: - set the permission for the apt.log file to 0644 * DistUpgrade/cdromupgrade: - updated and comments added * po/*: - make update-po
2006-08-30* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+10
- change the obsoletes calculation when run without network and consider demotions as obsoletes then (because we can't really use the pkg.downloadable hint without network after the sources.list was rewritten
2006-08-29* DistUpgrade/*:Michael Vogt1-1/+1
- added download time estimation (based on modem and 1Mbit DSL)
2006-08-29* DistUpgrade/*:Michael Vogt1-5/+10
- more useful error reporting, includes advice about the file that are required to add to the bugreport (/var/log/dist-upgrade/*)
2006-08-29* DistUpgrade/*:Michael Vogt1-18/+1
- s/download/fetch/ - integrate the cdrom scan progress into the view - fixes to the cdrom scan code
2006-08-29* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-5/+6
- fix the position of the cdrom.add()
2006-08-29* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+20
- added cdrom progress (for testing)
2006-08-29* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-3/+13
- if run in CDROM mode and the cd fails to mount, fail * UpdateManager/Common/aptsources.py: - from DistInfo import DistInfo (relative now instead of absolute)
2006-08-29* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-3/+3
- more bugfixing
2006-08-29* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-6/+9
- fix a bunch of errors
2006-08-29* DistUpgrade/dist-upgrade.py:Michael Vogt1-14/+66
- added --cdrom" option to point to the cdrom mount point to use during install * DistUpgrade/DistUpgradeControler.py: - basic support for CDROM based upgrades added via AptCdrom object and useNetworking question
2006-08-29* move the logging to /var/log/dist-upgrade/{main,apt,term}.logMichael Vogt1-2/+13
2006-08-18* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+2
- sort the demotions list * DistUpgrade/Changelog: - updated
2006-08-15* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+7
- always enable "main" on upgrades, this ensures that we do not end up with a system without the main archive (various bugs for breezy->dapper) * data/channels/Debian.info, data/channels/Ubuntu.info: - added pre-generated files (required for the upgrader) * UpdateManager/Common/aptsources.py: - add a "matcherPath" parameter to SourcesList (for the upgrader)
2006-08-01* UpdateManager/Common/aptsources.py:Michael Vogt1-1/+1
- added NullMatcher and a "withMatcher" argument
2006-07-31* edgy dist-upgrader createdMichael Vogt1-2/+2
2006-06-01* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+1
- more logging
2006-06-01* add safety bufferMichael Vogt1-2/+3
2006-05-31* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+4
- another missing bindtextdomain
2006-05-31* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+1
- fix free space calculation
2006-05-30* DistUpgrade/DistUpgradeCache.py, DistUpgrade/DistUpgradeControler.py:Michael Vogt1-0/+2
- make the warnings from apt go away * DistUpgrade/dist-upgrade.py: - make sure to run under a segv handler and write faults to /var/log/dist-upgrade-segv.log * DistUpgrade/ReleaseAnnouncement: - point to RC1
2006-05-26* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-2/+2
- typos fixed and translations unfuzzied (ubuntu: #46792,#46464) * po/*.po: translations unfuzzied
2006-05-26* typoMichael Vogt1-1/+1
2006-05-26* comment out breezy cdrom source to make demotions workMichael Vogt1-4/+16