summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 7.297.29Thierry Vignaud2013-12-032-1/+3
|
* Use /proc/self/mountinfo for ro filesystem checks mga#11319Colin Guthrie2013-11-282-2/+8
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-172-1/+3
|
* 7.287.28Thierry Vignaud2013-11-052-1/+3
|
* add support for --deploops optionThierry Vignaud2013-11-055-1/+9
|
* updated Polish translationDaniel Napora2013-11-041-11/+14
|
* Slovenian translation updatedfilip2013-10-211-2/+2
|
* download: fix parsing download progress with rsync >= 3.10Olivier Blin2013-10-152-1/+4
| | | | | | | | | | | | | rsync 3.10 now defaults to human readable output, with sizes being printed with a separator between group of 3 digits. This broke our download progress parser. We can fix this by using the --no-human-readable command line option, to get the old rsync progress output format. This option already existed in older rsync versions (tried in Mageia 2), so this change should be safe to include in backports of urpmi to older distributions.
* 7.27.47.27.5Colin Guthrie2013-10-132-1/+3
|
* Move urpmi.update wrapper+policy back to mgaonlineColin Guthrie2013-10-131-22/+0
| | | | | | The whole 'don't ask for auth' bit is needed when running mgaoline to periodically check for new updates. Other 'internal' uses of urpmi.update (namely in drakxtools) can use the full, private path to the binary.
* fix installing libexec scriptsThierry Vignaud2013-10-131-3/+3
| | | | | issue is that urpmi matches urpmi.* too (hence urpmi.update too) in first regexp => reverse regexpes order
* Use polkit for authorisation (mga#11125)Colin Guthrie2013-10-1210-22/+104
|
* 7.27.47.27.4Thierry Vignaud2013-10-042-1/+3
|
* add 2 other possible transaction ordersThierry Vignaud2013-10-041-0/+2
| | | | | | needed due to perl-5.18 random keys order it could alternatively be workarounded by sorting packages in genhdlist2
* factorize possible transaction sets definitionThierry Vignaud2013-10-041-19/+18
| | | | (needed for next commit)
* simplify: use member()Thierry Vignaud2013-10-041-1/+1
| | | | (needed for next commit)
* adapt to perl-5.18's random hash keys orderingThierry Vignaud2013-10-043-3/+4
| | | | | | | | | | | | | | | | | | | | (translate_why_removed_one) ensure we got the right reason (testsuite) adapt to new URPM predictible behaviour it was previously relying on the following fixed hash order: $ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2', 'rr2'} ]; \ warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]' $VAR1 = [ 'rr2', 'rr1' ]; $VAR1 = [ 'bb1', 'bb2' ];
* add missing spacesThierry Vignaud2013-10-041-2/+2
|
* prevent removing orphan kernels if we failed to detect running kernel versionThierry Vignaud2013-10-042-1/+9
| | | | (eg: running testsuite in a chroot)
* Fix GettextYuri Chornoivan2013-06-192-2/+2
|
* remove bogus line from NEWSThierry Vignaud2013-05-301-1/+0
|
* 7.27.37.27.3Thierry Vignaud2013-05-302-1/+3
|
* revert fix for mga#10254 in previous release (mga#10335)Thierry Vignaud2013-05-302-1/+6
| | | | | | | the bug was actually in media.cfg basically reverting commit r8361 on 2013-05-24 (was: "fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)")
* Updated Catalan translationFrancesc Pinyol Margalef2013-05-251-55/+65
|
* 7.27.27.27.2Thierry Vignaud2013-05-242-1/+3
|
* prevent mga#10254 bug to ever happen againThierry Vignaud2013-05-241-0/+1
|
* fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)Thierry Vignaud2013-05-242-1/+3
| | | | (when such packages are already installed)
* typo fixesThierry Vignaud2013-05-211-13/+13
|
* library: ensure priority updates are installed in a single transaction.Colin Guthrie2013-05-192-0/+4
| | | | | | | | | | | | | | This fix is needed in cases where rpm's libdb changes. If the priority updates happen to be installed in more than one transaction, the %post script in rpm which deletes the old index files (/var/lib/rpm/__db.*) may happen at the end of the first of those transactions. This causes the indexes to be regenerated by the *old* db version and causes the second transaction to fail. By ensuring the priority updates are handled in a single transaction, the indexes will be recreated after the urpmi restart and will thus use the correct, new libdb to create the indexes. Patch and fix from Thierry Vignaud
* typo fixThierry Vignaud2013-05-171-1/+1
|
* 7.27.17.27.1Thierry Vignaud2013-05-172-1/+3
|
* really auto enable tainted media if needed when adding distrib mediaThierry Vignaud2013-05-172-1/+4
|
* 7.277.27Thierry Vignaud2013-05-172-1/+3
|
* auto enable nonfree/taitned media if needed when adding distrib mediaThierry Vignaud2013-05-172-3/+18
|
* (is_media_to_add_by_default) split it out of add_distrib_media()Thierry Vignaud2013-05-171-8/+15
| | | | (needed for next commit)
* enable to see if nonfree/tained packages are installed (mga#8368, #8379 & #9758)Thierry Vignaud2013-05-172-0/+23
|
* do not popup errors at end in auto modeThierry Vignaud2013-05-172-1/+7
|
* display all errors at once at end (mga#6086)Thierry Vignaud2013-05-171-0/+7
| | | | | (like urpmi/rpmdrake/drakx), instead of forcing users to click in order to continue transactions
* (ask_warn) split it out of configure_urpm()Thierry Vignaud2013-05-171-27/+29
| | | | (needed for next commit)
* updateThierry Vignaud2013-05-171-2/+2
|
* 7.267.26Thierry Vignaud2013-05-022-1/+3
|
* updateThierry Vignaud2013-05-021-26/+6
|
* better translationThierry Vignaud2013-05-021-3/+3
|
* sort package listThierry Vignaud2013-05-022-1/+3
|
* simplifyThierry Vignaud2013-05-021-7/+7
|
* fix displaying removed package name in gurpmi/rpmdrake (mga#9545)Thierry Vignaud2013-05-022-1/+4
|
* better translationThierry Vignaud2013-04-301-5/+5
|
* typo fixesThierry Vignaud2013-04-301-104/+104
|
* Ukrainian translation updateYuri Chornoivan2013-04-291-1/+1
|
* urpmi: Updated French translationYann Ciret2013-04-241-4/+4
|