summaryrefslogtreecommitdiffstats
path: root/mdkapplet-upgrade-helper
Commit message (Collapse)AuthorAgeFilesLines
* * mdkapplet-upgrade-helper (run_gurpmi): create windows before upgradeJoão Victor Duarte Martins2010-07-271-2/+7
| | | | | | | | | | (fix #59025); send SIGHUP to mdkapplet so it will restarts (fix #59481). * mdkapplet (get_extended_maintenance): updated to mdkapplet-add-media-helper. (restart_applet): restart handler to SIGHUP.
* * mdkapplet-upgrade-helper: Create all success/fail dialogs beforeJoão Victor Duarte Martins2010-06-111-10/+9
| | | | | | upgrading, avoiding gtk upgrades to break mdkonline (#59025). * NEWS: Updated.
* * mdkapplet-upgrade-helper: Cleaning up test import.João Victor Duarte Martins2010-05-301-6/+0
|
* * mdkapplet_gui.pm(open_ask_powerpack_dialog): Offers powerpackJoão Victor Duarte Martins2010-05-301-2/+2
| | | | | | | | | | | upgrade by default only for Powerpack and Flash products. Added a table widget to hold descriptions for each offered upgrade. * mdkonline.pm(get_product_info): Was added to centralize product information (currently description and name). * NEWS: Updated.
* * mdkapplet-upgrade-helperJoão Victor Duarte Martins2010-05-271-47/+74
| | | | | | | | | | (try_to_add_powerpack_media): Adapted design to use new open_ask_powerpack_dialog. (try_to_add_powerpack_media): Only offers powerpack for flash|free|one. (upgrade): Offers powerpack before removing media. (powerpack_auth_callback): Returns now an array ref.
* * mdkapplet-upgrade-helper(upgrade): Fixed logfile template passed to mktemp.João Victor Duarte Martins2010-05-271-2/+2
|
* (powerpack_auth_callback): Fixing return value, caller expects emptyJoão Victor Duarte Martins2010-05-191-2/+2
| | | | | list if authentication fails.
* Syntax fix.João Victor Duarte Martins2010-05-191-2/+2
|
* * mdkapplet-upgrade-helper (upgrade): Offer users powerpack mediasJoão Victor Duarte Martins2010-05-171-0/+98
| | | | | | | | before upgrading. Authenticates current powerpack users and add restricted media; if unsuccessfully to authenticate (probably an expired powerpack user or a non-powerpack one) a link to get a new subscription is offered.
* (upgrade) updates logfile name to use upgraded version; fixed deprecated ↵João Victor Duarte Martins2010-05-111-1/+3
| | | | mktemp options (fixes #59200)
* bump copyrightThierry Vignaud2010-01-271-1/+1
|
* add/remove some spacingThierry Vignaud2009-11-191-1/+2
|
* make sure lang is loaded before we start the upgradeChristophe Fergeau2009-11-061-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 andThierry Vignaud2009-10-161-1/+6
| | | | offer to select where to download packages
* (upgrade) remove the "upgrade in progress" flag when adding mediaThierry Vignaud2009-07-221-0/+1
| | | | failed (might fix #50450)
* revert latest commit that wrongly went inThierry Vignaud2009-03-191-1/+1
|
* 2.752.75Thierry Vignaud2009-03-191-1/+1
|
* (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