summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.602.60Pascal Rigaux2008-10-142-1/+3
|
* - mdkapplet-upgrade-helperPascal Rigaux2008-10-142-9/+19
| | | | | | | | 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
* migrate-mdvonline-applet.pl is no moreThierry Vignaud2008-10-141-1/+0
|
* fix logThierry Vignaud2008-10-141-2/+3
|
* 2.59Thierry Vignaud2008-10-142-1/+3
|
* (upgrade) restore urpmi media if adding new distribution media failedThierry Vignaud2008-10-142-2/+8
|
* (run_gurpmi) call gurpmi with --cleanThierry Vignaud2008-10-142-1/+2
|
* (run_gurpmi) make all gurpmi passes using --replacefiles instead ofThierry Vignaud2008-10-142-1/+2
| | | | | just the first one
* (fork_gurpmi) log gurpmi STDERR too (was "wrongly" commited in r248177Thierry Vignaud2008-10-141-0/+1
| | | | | along with "just do not restart the applet on package update anymore"
* (upgrade) log where gurpmi logs are endingThierry Vignaud2008-10-142-0/+2
|
* kill now useless variableThierry Vignaud2008-10-141-3/+1
|
* just do not restart the applet on package update anymoreThierry Vignaud2008-10-145-106/+2
|
* declare undeclared variableThierry Vignaud2008-10-141-1/+1
|
* (harvester,restart_applet,upgrade) do not restart the applet onThierry Vignaud2008-10-142-0/+7
| | | | | package update when performing distro upgrade
* 2.58Thierry Vignaud2008-10-142-1/+3
|
* (is_there_a_new_distributions) enable to test distro upgrade even whenThierry Vignaud2008-10-142-1/+7
| | | | | | service is disabled through either the --testing option or "TEST_DISTRO_UPGRADE=yes" in /etc/sysconfig/mdkapplet
* 2.57Thierry Vignaud2008-10-142-1/+3
|
* (upgrade) do keep around the upgrader PID so that we can run updatesThierry Vignaud2008-10-141-1/+2
| | | | | again (got broken when spliting the helper, in 2.56)
* make sure to not report new distro after distro upgradeThierry Vignaud2008-10-142-0/+2
|
* (is_there_a_new_distributions) reread distro release after distro upgradeThierry Vignaud2008-10-142-1/+5
|
* 2.56Thierry Vignaud2008-10-142-1/+3
|
* merge in translations from drakxThierry Vignaud2008-10-1470-76/+76
|
* sync with sourcesThierry Vignaud2008-10-1475-2905/+3384
|
* update source files listThierry Vignaud2008-10-141-0/+1
|
* (upgrade) log where is backuped urpmi.cfgThierry Vignaud2008-10-142-2/+4
|
* (upgrade) run helper with --urpmi-root option if neededThierry Vignaud2008-10-141-1/+1
|
* (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
|
* (install) drop PAM bits for urpmi.removemedia (actually reversingThierry Vignaud2008-10-132-3/+2
| | | | | r247343 from 2008-10-02: "(upgrade) fix removing media as user")
* (install) install mdkapplet-upgrade-helperThierry Vignaud2008-10-131-0/+2
|
* pass new distro version as parameterThierry Vignaud2008-10-132-4/+6
|
* split upgrade code into mdkapplet-upgrade-helperThierry Vignaud2008-10-131-85/+4
| | | | | (I forgot to commit it along r248145)
* ask for root password earlier, before removing media (#44771)Thierry Vignaud2008-10-132-1/+3
|
* split upgrade code into mdkapplet-upgrade-helperThierry Vignaud2008-10-132-0/+149
|
* (logIt) inline it (no need for such a wrapper)Thierry Vignaud2008-10-131-21/+17
|
* (fork_exec,get_banner) move them into share module (needed for next commits)Thierry Vignaud2008-10-132-14/+16
|
* (upgrade) log reason as well as current & target distro when querying mirror ↵Thierry Vignaud2008-10-132-1/+3
| | | | list for distro upgrade
* (setState) do not crash if image cannot be loaded (#44750)Thierry Vignaud2008-10-102-2/+5
|
* add bug IDThierry Vignaud2008-10-101-1/+1
|
* 2.55Thierry Vignaud2008-10-102-1/+3
|
* (harvester) do not display gurpmi log errors when done installingThierry Vignaud2008-10-102-7/+13
| | | | | | updates, only do it for distribution upgrade (no sense doing it for regular updates when there's no such logs)
* 2.54Pascal Rigaux2008-10-102-1/+3
|
* - mdkappletPascal Rigaux2008-10-102-3/+8
| | | | | | | | | | o do not wrongly propose distribution upgrade after installing updates o do not display "Congratulations" dialog when done installing updates, only do it for distribution upgrade precision: displaying $new_distro->{version} was vivifying $new_distro, hence messing the "if $new_distro" test
* 2.53Thierry Vignaud2008-10-092-1/+4
|
* (is_there_a_new_distributions) do not check for new distro on FlashThierry Vignaud2008-10-092-0/+4
| | | | | since there's not not enough disk space
* 2.52.2Thierry Vignaud2008-10-082-1/+3
|
* (upgrade) prevent upgrading more than once at a timeThierry Vignaud2008-10-082-0/+7
|