Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (upgrade) updates logfile name to use upgraded version; fixed deprecated ↵ | João Victor Duarte Martins | 2010-05-11 | 1 | -1/+3 |
| | | | | mktemp options (fixes #59200) | ||||
* | bump copyright | Thierry Vignaud | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | add/remove some spacing | Thierry Vignaud | 2009-11-19 | 1 | -1/+2 |
| | |||||
* | make sure lang is loaded before we start the upgrade | Christophe Fergeau | 2009-11-06 | 1 | -0/+1 |
| | | | | | | | | | | | | At the end of the upgrade, mdkonline-upgrade-helper invokes some ugtk2 code which does a require lang; which in turn tries to load utf8.pm (a module part of the core perl distribution). But if perl was upgraded to a newer version as part of the upgrade, utf8.pm might have moved to location different from where the running perl expects to find it (eg mdkonline-upgrade-helper was started by perl 5.8.0 which looks for its files in a directory containing 5.8.0 but in the mean time perl 5.10.1 was installed so utf8.pm is in a directory containing 5.10.1 in its name) (#55090). | ||||
* | (confirm_upgrade) display a "download all packages at once" option and | Thierry Vignaud | 2009-10-16 | 1 | -1/+6 |
| | | | | offer to select where to download packages | ||||
* | (upgrade) remove the "upgrade in progress" flag when adding media | Thierry Vignaud | 2009-07-22 | 1 | -0/+1 |
| | | | | failed (might fix #50450) | ||||
* | revert latest commit that wrongly went in | Thierry Vignaud | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | 2.752.75 | Thierry Vignaud | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | (get_stale_upgrade_filename,is_there_a_new_distributions,upgrade,upgrade_dis ↵ | Thierry Vignaud | 2008-10-21 | 1 | -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 failed | Thierry Vignaud | 2008-10-21 | 1 | -5/+14 |
| | |||||
* | split out width out of upgrade_distro_congratulations() (fix latest | Thierry Vignaud | 2008-10-21 | 1 | -1/+1 |
| | | | | | commit, needed for next one) | ||||
* | factorize common label options | Thierry Vignaud | 2008-10-21 | 1 | -9/+9 |
| | |||||
* | (upgrade_failed) split it out of run_gurpmi() | Thierry Vignaud | 2008-10-21 | 1 | -4/+8 |
| | |||||
* | (upgrade_distro_congratulations) when updates succeeded, warn one | Thierry Vignaud | 2008-10-21 | 1 | -1/+1 |
| | | | | | "must" instead of "should" reboot | ||||
* | (upgrade_distro_congratulations) when updates succeeded, offer to reboot | Thierry Vignaud | 2008-10-21 | 1 | -2/+3 |
| | |||||
* | (upgrade) disable the X screen saver while upgrading the system | Thierry Vignaud | 2008-10-20 | 1 | -0/+5 |
| | |||||
* | (upgrade) disable custom downloader settings in order to default to aria2 | Thierry Vignaud | 2008-10-20 | 1 | -0/+7 |
| | |||||
* | - mdkapplet-upgrade-helper | Pascal Rigaux | 2008-10-15 | 1 | -0/+22 |
| | | | | | o check available free space, disallow upgrade if not enough room | ||||
* | (run_gurpmi) updade media between gurpmi passes in case mirrors got | Thierry Vignaud | 2008-10-15 | 1 | -0/+3 |
| | | | | | updated if needed | ||||
* | (updade_media) split it out of upgrade() (needed for next commit) | Thierry Vignaud | 2008-10-15 | 1 | -1/+4 |
| | |||||
* | (upgrade) display error dialog instead of success one when we cannot | Thierry Vignaud | 2008-10-15 | 1 | -2/+14 |
| | | | | | add the media | ||||
* | - mdkapplet-upgrade-helper | Pascal Rigaux | 2008-10-14 | 1 | -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 failed | Thierry Vignaud | 2008-10-14 | 1 | -2/+7 |
| | |||||
* | (run_gurpmi) call gurpmi with --clean | Thierry Vignaud | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | (run_gurpmi) make all gurpmi passes using --replacefiles instead of | Thierry Vignaud | 2008-10-14 | 1 | -1/+0 |
| | | | | | just the first one | ||||
* | (upgrade) log where gurpmi logs are ending | Thierry Vignaud | 2008-10-14 | 1 | -0/+1 |
| | |||||
* | just do not restart the applet on package update anymore | Thierry Vignaud | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | (upgrade) log where is backuped urpmi.cfg | Thierry Vignaud | 2008-10-14 | 1 | -2/+3 |
| | |||||
* | (run_gurpmi) reindent | Thierry Vignaud | 2008-10-13 | 1 | -13/+13 |
| | |||||
* | (run_gurpmi) only display success/error dialog once completed all gurpmi passes | Thierry Vignaud | 2008-10-13 | 1 | -0/+3 |
| | |||||
* | (run_gurpmi,upgrade) run up to 4 gurpmi passes if needed | Thierry Vignaud | 2008-10-13 | 1 | -4/+8 |
| | |||||
* | (fork_gurpmi) typo fix | Thierry Vignaud | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | (fork_gurpmi) do not run gurpmi in background anymore (needed for next commits) | Thierry Vignaud | 2008-10-13 | 1 | -2/+2 |
| | |||||
* | pass new distro version as parameter | Thierry Vignaud | 2008-10-13 | 1 | -3/+5 |
| | |||||
* | ask for root password earlier, before removing media (#44771) | Thierry Vignaud | 2008-10-13 | 1 | -0/+1 |
| | |||||
* | split upgrade code into mdkapplet-upgrade-helper | Thierry Vignaud | 2008-10-13 | 1 | -0/+148 |