summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-28* DistUpgrade/cdromupgrade:Michael Vogt2-1/+3
- just use "mktemp -d" to make sure we get a full path
2006-09-27* changelog updatedMichael Vogt1-0/+3
2006-09-27* DistUpgrade/cdromupgrade:Michael Vogt59-5099/+5028
- fix missing "then" *cough* * DistUpgrade/ReleaseAnnouncement: - updated to mention the "beta" * DistUpgrade/Changelog: - updated
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 Vogt3-2/+7
- 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* UpdateManager/Common/aptsources.py:Michael Vogt1-3/+13
- bugfix in the enable_component() code
2006-09-26* DistUpgrade/DistUpgradeCache.py:Michael Vogt1-2/+2
- use the right packagename when doing the KeepInstalledSection
2006-09-26* DistUpgrade/DistUpgradeCache.py:Michael Vogt2-6/+8
- added logging for the KeepInstaleld rules
2006-09-26* DistUpgrade/DistUpgradeCache.py:Michael Vogt1-3/+14
- implemented "KeepInstalledSection"
2006-09-26* DistUpgrade/DistUpgrade.cfg:Michael Vogt4-1/+36
- new KeepInstalledPkgs keyword * DistUpgrade/DistUpgradeCache.py: - implemented keepInstaledRule()
2006-09-26* utils/demoted.cfg:Michael Vogt3-338/+50
- updated for dapper->edgy * utils/demotions.py: - made the script more generic
2006-09-26* DistUpgrade/DistUpgradeControler.py:Michael Vogt2-2/+3
- fix hasattr() usage
2006-09-26* DistUpgrade/DistUpgradeControler.py:Michael Vogt2-7/+13
- disable backports fetching
2006-09-25* DistUpgrade/DistUpgradeControler.py:Michael Vogt2-2/+13
- check for self.sources,self.aptcdrom before using it
2006-09-25* merged from glatzor (place the cancel button inside the text area)Michael Vogt2-90/+7
2006-09-24* place the cancel button into the changes textview Sebastian Heinlein2-90/+7
2006-09-23* DistUpgrade/DistUpgradeControler.py:Michael Vogt1-1/+1
- typo
2006-09-23* DistUpgrade/DistUpgradeCache.py:Michael Vogt3-7/+16
- fix in clear() * UpdateManager/UpdateManager.py: - fixes in the new DistUpgrader code
2006-09-23* changelog, README updatedMichael Vogt60-13851/+15130
* DistUpgrade/build-tarball.sh: - cleanup better * po/*: - make update-po
2006-09-23* DistUpgrade/dist-upgrade.py:Michael Vogt1-1/+1
- typo, I should stop now and go to bed
2006-09-23* DistUpgrade/dist-upgrade.py:Michael Vogt1-2/+3
- fixed in the argument ordering
2006-09-23* DistUpgrade/DistUpgradeControler.py:Michael Vogt2-5/+8
- 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 Vogt2-7/+16
- 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 Vogt3-7/+8
- 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 Vogt2-9/+8
- use python2.4-apt * DistUpgrade/DistUpgradeControler.py: -fix pathes
2006-09-22* DistUpgrade/DistUpgradeControler.py:Michael Vogt2-6/+9
- bugfixes - use os.execve() when re-execing
2006-09-22* DistUpgrade/backport-source.list:Michael Vogt4-55/+58
- 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 Vogt3-52/+59
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 Vogt2-3/+25
- 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 Vogt2-0/+49
- start a initial backports feature
2006-09-19* DistUpgrade/DistUpgradeCache.py, UpdateManager/UpdateManager.py:Michael Vogt3-0/+14
- filter out python-apt warnings * UpdateManager/UpdateManager.py: - make sure that src_ver is always initialized
2006-09-18* changelog updatedMichael Vogt1-1/+1
2006-09-18* typo fixes (thanks to Bruce Cowan)Michael Vogt8-20/+28
2006-09-16* DistUpgrade/DistUpgradeConfigParser.py:Michael Vogt1-2/+2
- add optional "name" arguemnt
2006-09-16* bugfixes for the non-interactive modeMichael Vogt2-6/+9
2006-09-13* DistUpgrade/DistUpgradeView.py:Michael Vogt1-0/+1
- import subprocess
2006-09-13* removed brandingMichael Vogt2-8/+8
2006-09-12* merged with glatzorMichael Vogt11-222/+39
2006-09-12* Avoid the term channelglatzor@ubuntu.com1-4/+4
2006-09-12* prepared new uploadMichael Vogt1-1/+5
2006-09-12* UpdateManager/UpdateManager.py:Michael Vogt2-1/+12
- make sure to always have a srcver
2006-09-12* improve wording of the context menu for updates: select is for a glatzor@ubuntu.com1-2/+2
selection and not for check buttons
2006-09-12* Remove the obsolete Enabled property completely from the codeglatzor@ubuntu.com3-13/+8
2006-09-12* Remove the SourceEntryTemplates since they are obsolete now - theyglatzor@ubuntu.com1-51/+0
have only been in use by the former add dialog
2006-09-12* Rename the main window to "Distribution Upgrade" - that is also theglatzor@ubuntu.com1-1/+1
name we refer to in update-manager and it fits to the acronym dist-upgrade
2006-09-12* fix the visual change of steps, if some steps are hiddenglatzor@ubuntu.com1-12/+14
* use the apply and cancel icons instead of yes/no for the status of a task