summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
AgeCommit message (Expand)AuthorFilesLines
2006-04-18* DistUpgrade/DistUpgradeViewGtk.py:Michael Vogt1-0/+1
2006-04-18* improved loggingMichael Vogt1-0/+12
2006-04-13* fix api change in aptsources.pyMichael Vogt1-2/+2
2006-04-03* use the shiped aptsources.py instead of the systems oneMichael Vogt1-1/+1
2006-03-27* various fixesMichael Vogt1-2/+3
2006-03-27* if apt fails, try to recover with "dpkg --configure -a"Michael Vogt1-3/+4
2006-03-24* merge with the stuff from the update-manager--mvo branchMichael Vogt1-6/+10
2006-02-19* dialog_confirm_changes:Sebastian Heinlein1-18/+19
2006-02-06* added a "PostUpgrade{Install,Remove,Purge}" rule, removed the ForcedPurges ...Michael Vogt1-10/+1
2006-02-03* fix in the retry codeMichael Vogt1-3/+3
2006-02-03* added MaxRetries to the configuration, retry on update errors as wellMichael Vogt1-12/+21
2006-02-02* make DistUpgadeConfigParser -> DistUpgradeConfigMichael Vogt1-2/+2
2006-02-02* make force_purges workMichael Vogt1-3/+20
2006-02-02* fix small problems in the per-meta-pkg obsoletes supportMichael Vogt1-0/+5
2006-02-02* make the Config-File more usable Michael Vogt1-20/+18
2006-02-02* started to implement a more flexible config file approachMichael Vogt1-7/+7
2006-01-31* fix a bogus cache.commit()Michael Vogt1-1/+0
2006-01-26* Add a virtual step 5 "complete" and some hidden widgets to the main window....Sebastian Heinlein1-0/+1
2006-01-26* merged from michaelSebastian Heinlein1-0/+3
2006-01-26* log the removal candidates as wellMichael Vogt1-0/+1
2006-01-26* merged from mvoSebastian Heinlein1-13/+37
2006-01-26* DistUpgrade/DistUpgradeViewGtk.py: added utf8() function Michael Vogt1-0/+2
2006-01-26* retry automatically on network problemsMichael Vogt1-13/+37
2006-01-24* New glade based error dialogSebastian Heinlein1-2/+2
2006-01-23* merged with michaelSebastian Heinlein1-0/+11
2006-01-23* forced_obsoletes addedMichael Vogt1-0/+11
2006-01-23* Merged with MichaelSebastian Heinlein1-4/+1
2006-01-23* Merged from MichaelSebastian Heinlein1-1/+14
2006-01-23* merged sebastians changesMichael Vogt1-12/+6
2006-01-23* show the update dialog on the center of the screenSebastian Heinlein1-9/+6
2006-01-23* added check if the download size fits onto the download partitionMichael Vogt1-0/+11
2006-01-23* merged with sebastianMichael Vogt1-2/+1
2006-01-22* expand the terminal on a conffile questionMichael Vogt1-0/+9
2006-01-22* Deal with install errorsMichael Vogt1-1/+1
2006-01-18* make it the dapper upgraderMichael Vogt1-4/+4
2006-01-18* refactored more stuff into the cache (out of the controler)Michael Vogt1-38/+7
2006-01-18* DistUpgradeCache: fixes in the upgrade logic for meta-pkgsMichael Vogt1-6/+1
2006-01-18* moved most of the upgrade logic to the DistUpgradeCache() classMichael Vogt1-199/+5
2006-01-16* log the package name in the removal blacklist as wellMichael Vogt1-1/+1
2006-01-13* check the removal_blacklist after a "normal" upgrade as wellMichael Vogt1-4/+16
2006-01-12* more small fixes in the cruft calculation codeMichael Vogt1-2/+3
2006-01-12* typo fixMichael Vogt1-2/+2
2006-01-12* added a "removal_blacklist.txt" that contains regexp for packagenames that ...Michael Vogt1-12/+34
2006-01-12* the log includes timing information as well nowMichael Vogt1-1/+3
2006-01-12* more fixes to the cruft detection codeMichael Vogt1-2/+3
2006-01-12* fixes in the changes calculation codeMichael Vogt1-5/+4
2006-01-11* be careful about remove obsolete, only remove if no other package (outsideMichael Vogt1-6/+38
2006-01-11* sanity checks after dist-upgrade addedMichael Vogt1-5/+41
2006-01-11* on problems call "abort" and restore the old sources.list Michael Vogt1-18/+26
2006-01-11* fixMichael Vogt1-2/+3