summaryrefslogtreecommitdiffstats
path: root/mdkapplet-upgrade-helper
Commit message (Collapse)AuthorAgeFilesLines
* (get_stale_upgrade_filename,is_there_a_new_distributions,upgrade,upgrade_dis ↵Thierry Vignaud2008-10-211-0/+4
| | | | | | | | tro_congratulations) be able to detect unfinished upgrades, even if mandriva-release already got upgraded
* (upgrade_failed) offer to retry the upgrade if it failedThierry Vignaud2008-10-211-5/+14
|
* split out width out of upgrade_distro_congratulations() (fix latestThierry Vignaud2008-10-211-1/+1
| | | | | commit, needed for next one)
* factorize common label optionsThierry Vignaud2008-10-211-9/+9
|
* (upgrade_failed) split it out of run_gurpmi()Thierry Vignaud2008-10-211-4/+8
|
* (upgrade_distro_congratulations) when updates succeeded, warn oneThierry Vignaud2008-10-211-1/+1
| | | | | "must" instead of "should" reboot
* (upgrade_distro_congratulations) when updates succeeded, offer to rebootThierry Vignaud2008-10-211-2/+3
|
* (upgrade) disable the X screen saver while upgrading the systemThierry Vignaud2008-10-201-0/+5
|
* (upgrade) disable custom downloader settings in order to default to aria2Thierry Vignaud2008-10-201-0/+7
|
* - mdkapplet-upgrade-helperPascal Rigaux2008-10-151-0/+22
| | | | | o check available free space, disallow upgrade if not enough room
* (run_gurpmi) updade media between gurpmi passes in case mirrors gotThierry Vignaud2008-10-151-0/+3
| | | | | updated if needed
* (updade_media) split it out of upgrade() (needed for next commit)Thierry Vignaud2008-10-151-1/+4
|
* (upgrade) display error dialog instead of success one when we cannotThierry Vignaud2008-10-151-2/+14
| | | | | add the media
* - mdkapplet-upgrade-helperPascal Rigaux2008-10-141-9/+13
| | | | | | | | o ensure gurpmi is not killed after 10min o ensure gurpmi error status is correctly catched o instead of passing hand-crafter mirrorlist for new distro, use a magical environment variable that is used by new urpmi
* (upgrade) restore urpmi media if adding new distribution media failedThierry Vignaud2008-10-141-2/+7
|
* (run_gurpmi) call gurpmi with --cleanThierry Vignaud2008-10-141-1/+1
|
* (run_gurpmi) make all gurpmi passes using --replacefiles instead ofThierry Vignaud2008-10-141-1/+0
| | | | | just the first one
* (upgrade) log where gurpmi logs are endingThierry Vignaud2008-10-141-0/+1
|
* just do not restart the applet on package update anymoreThierry Vignaud2008-10-141-1/+1
|
* (upgrade) log where is backuped urpmi.cfgThierry Vignaud2008-10-141-2/+3
|
* (run_gurpmi) reindentThierry Vignaud2008-10-131-13/+13
|
* (run_gurpmi) only display success/error dialog once completed all gurpmi passesThierry Vignaud2008-10-131-0/+3
|
* (run_gurpmi,upgrade) run up to 4 gurpmi passes if neededThierry Vignaud2008-10-131-4/+8
|
* (fork_gurpmi) typo fixThierry Vignaud2008-10-131-1/+1
|
* (fork_gurpmi) do not run gurpmi in background anymore (needed for next commits)Thierry Vignaud2008-10-131-2/+2
|
* pass new distro version as parameterThierry Vignaud2008-10-131-3/+5
|
* ask for root password earlier, before removing media (#44771)Thierry Vignaud2008-10-131-0/+1
|
* split upgrade code into mdkapplet-upgrade-helperThierry Vignaud2008-10-131-0/+148