summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.842.84Colin Guthrie2013-11-172-1/+3
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-172-1/+3
|
* Updated turkish translationtarakbumba2013-11-051-12/+13
|
* Update Russian translationYuri Chornoivan2013-10-241-64/+56
|
* Slovenian translation updatedfilip2013-10-241-2/+1
|
* Slovenian translation updatedfilip2013-10-241-10/+7
|
* Update Ukrainian translationYuri Chornoivan2013-10-211-6/+9
|
* 2.832.83Colin Guthrie2013-10-132-1/+3
|
* Add urpmi.update polkit wrapper.Colin Guthrie2013-10-132-0/+24
| | | | | | | | | We like to be able to run this command without any user interaction when checking for package updates. It's somewhat awkward to keep the policy and the binary in separate repositories, but keeping this split will prevent pulling in mgaonline during priority updates section of the distro upgrade.
* 2.822.82Colin Guthrie2013-10-122-1/+3
|
* i18n: Ignore POTFILES.inColin Guthrie2013-10-121-0/+1
|
* i18n: Update po filesColin Guthrie2013-10-1275-4614/+6548
|
* i18n: Update potColin Guthrie2013-10-121-92/+92
|
* Use polkit for authorisation (mga#11125)Colin Guthrie2013-10-1211-40/+107
|
* Drop svn supportColin Guthrie2013-10-122-15963/+1
|
* Add .gitignore filesColin Guthrie2013-09-011-0/+1
|
* simplifyThierry Vignaud2013-06-211-1/+1
|
* Ukrainian translation updateYuri Chornoivan2013-06-131-5/+5
|
* Update Greek translationDimitrios Glentadakis2013-05-261-5/+2
|
* Update Greek translationDimitrios Glentadakis2013-05-261-22/+22
|
* Do not handle priority upgrades specially. This is now fixed in urpmi itselfColin Guthrie2013-05-192-10/+4
|
* Do not pass invalid --nocheck option to urpmi.updateColin Guthrie2013-05-192-1/+3
|
* no need to initialize variablesThierry Vignaud2013-05-161-2/+1
| | | | (should have been caught by perl_checker but it didn't)
* simplifyThierry Vignaud2013-05-161-2/+2
|
* perl_checker cleanupThierry Vignaud2013-05-161-1/+1
|
* 2.812.81Colin Guthrie2013-05-152-1/+3
|
* Add missing news about previous commitsColin Guthrie2013-05-151-0/+2
|
* Work around rpmdb error by insisting rpm+urpmi are installed first.Colin Guthrie2013-05-151-3/+10
| | | | | | | | | | | | | | | | | | | | (g)urpmi will install priority upgrades first then restart itself. If the priority upgrades happen to be installed in more than one transaction code in the rpm packages %post script to clear out the rpmdb index files could be run after the first transaction and then the second transaction could regenerate these indexes using the current libdb version in memory. This results in the rpmdb not being readable and requires manual intervension. If the initial priority upgrades are handled in a single transaction this does not occur and the rpmdb indexes are regenerated with the correct libdb. This is a workaround to ensure that the first (g)urpmi run is completed in a single transaction but it shoud only update enough to ensure urpmi and rpm are upgraded. The normal --auto-select cycle can continue thereafter. Ideally this would actually be fixed in urpmi to ensure that any priority updates are handled within a single transaction.
* Move gurpmi arguments into the fork_gurpmi function.Colin Guthrie2013-05-151-6/+4
| | | | | The arguments are currently split up between run_gurpmi and fork_gurpmi for no particular reason.
* Enable the 'download all' links for everyone (mga#8157)Colin Guthrie2013-05-142-17/+10
|
* Fix a genuine syntax error that happened because I suck at perl.Colin Guthrie2013-05-131-2/+2
|
* Fix an accidental paste before committing :sColin Guthrie2013-05-131-1/+0
| | | | Not sure how that happened :s
* Do not use urpm code to check the folder as this is run as unprivileged user ↵Colin Guthrie2013-05-132-6/+4
| | | | (mga#6083)
* Ensure nonfree/tainted media is kept enabled on distro upgrade.Colin Guthrie2013-05-132-0/+41
| | | | | | | | Patch from Maarten Vanraes and Dave Hodgins and tweaked by me for trunk. mga#6061
* Changing all DOS-like .po files to UNIX-like files.Rémi Verschelde2013-05-111-878/+878
|
* 2.802.80Colin Guthrie2013-05-102-1/+3
|
* upgrade-helper: Move the code to a sub (no functional change)Colin Guthrie2013-05-101-36/+40
|
* perl_checker cleanupThierry Vignaud2013-04-302-5/+5
|
* Add support for upgrades that need some form of preparation before continuing.Colin Guthrie2013-04-284-9/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | The basic principle of this is to do the following: 1. Check the releases webservice API to see if the distro version 'needs_preparation'. 2. If it does, check for a file /var/lib/mageia-prepare-upgrade/state. If it says 'ready' then we are ready and the user is not questioned further. 3. If it does not exist or says anything else, the user is prompted to install the package 'mageia-prepare-upgrade'. 4. After package installation, check the state file again as this may be all that is required. If the state file does not yet say 'ready', then display the text from the /usr/share/doc/mageia-prepare-upgrade/README.prepare file (todo: add i18n) 5. Assuming that further action is required by the user (e.g. rebooting to convert the filesystem), then the upgrade helper will exit. 6. After the user has taken the action required to do the preparation, the state file should contain 'ready'. The next time the distro upgrade dialog shows, the preparation checks will pass and the user can continue. TODO: Handle i18n in the README.prepare file. v1: First Revision v2: Check immediately if an upgrade state file exists (don't wait 5 mins) Ensure config file is parsed (ensures the testing variable is read) Show user-visible messages when bailing out due to unexpected errors
* The $root variable is defined and exported from the mgaonline.pm file.Colin Guthrie2013-04-282-1/+3
|
* Exit if we don't pass --new_distro_version agument.Colin Guthrie2013-04-282-0/+4
|
* Fix function call. check_cache_dir was renamed to check_dir in r6191Colin Guthrie2013-04-282-2/+4
|
* do not opencode get_product_id()Thierry Vignaud2013-04-261-1/+1
| | | | (spot by Colin)
* merge translations from mccThierry Vignaud2013-04-201-2/+2
|
* 2.792.79Thierry Vignaud2013-04-152-1/+3
|
* updated Romanian translationFlorin Catalin Russen2013-04-051-332/+38
|
* Russian translations by Russian Mageia TeamYuri Chornoivan2013-03-311-64/+58
|
* Updated zh_CN translation (tuhaihe)Rémi Verschelde2013-03-261-43/+45
|
* Exit gnome-shell overview mode when clicking on notification response actions.Colin Guthrie2013-03-231-0/+8
|
* updated tr translationAtilla Öntaş2013-03-071-247/+7
|