Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync with code | Thierry Vignaud | 2014-05-11 | 69 | -10891/+12808 |
| | |||||
* | add --literal to bash-completion | Thierry Vignaud | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | add 2 other possible transaction orders | Thierry Vignaud | 2014-02-19 | 1 | -0/+2 |
| | | | | needed due to perl-5.18 random keys order | ||||
* | add --downgrade to bash-completion | Thierry Vignaud | 2014-01-27 | 2 | -1/+3 |
| | |||||
* | 7.317.31 | Thierry Vignaud | 2014-01-24 | 2 | -1/+3 |
| | |||||
* | fix garbaged UTF-8 in file name arguments (mga#12407) | Thierry Vignaud | 2014-01-24 | 2 | -0/+9 |
| | | | | @ARGV encoding is changed after calling Gtk3->init | ||||
* | Do not exec pkexec but run it so it has a parent process to fix double fork ↵ | Colin Guthrie | 2014-01-22 | 2 | -1/+4 |
| | | | | issues mga#11184 mga#12364 | ||||
* | Update Greek translation | dglent | 2014-01-18 | 1 | -9/+9 |
| | |||||
* | Update Romanian translation | Yuri Chornoivan | 2014-01-11 | 1 | -39/+7 |
| | |||||
* | Update Greek translation | dglent | 2014-01-03 | 1 | -4/+4 |
| | |||||
* | Update Greek translation | dglent | 2014-01-03 | 1 | -65/+63 |
| | |||||
* | Slovenian translation updated | filip | 2013-12-19 | 1 | -2/+2 |
| | |||||
* | Add Transifex config file | Yuri Chornoivan | 2013-12-10 | 1 | -0/+8 |
| | |||||
* | 7.307.30 | Thierry Vignaud | 2013-12-05 | 2 | -1/+5 |
| | |||||
* | "fix" "passed too many parameters" | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | perlish ->child() => ->get_child() | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | perlish vbox() => get_child() | Thierry Vignaud | 2013-12-05 | 1 | -3/+3 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-12-05 | 4 | -61/+61 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-12-05 | 2 | -5/+5 |
| | |||||
* | Fix po | Yuri Chornoivan | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | update revision date and such | Marja van Waes | 2013-12-04 | 1 | -3/+4 |
| | |||||
* | update Dutch translation | Marja van Waes | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | 7.297.29 | Thierry Vignaud | 2013-12-03 | 2 | -1/+3 |
| | |||||
* | Use /proc/self/mountinfo for ro filesystem checks mga#11319 | Colin Guthrie | 2013-11-28 | 2 | -2/+8 |
| | |||||
* | polkit: Only use pkexec when not already root | Colin Guthrie | 2013-11-17 | 2 | -1/+3 |
| | |||||
* | 7.287.28 | Thierry Vignaud | 2013-11-05 | 2 | -1/+3 |
| | |||||
* | add support for --deploops option | Thierry Vignaud | 2013-11-05 | 5 | -1/+9 |
| | |||||
* | updated Polish translation | Daniel Napora | 2013-11-04 | 1 | -11/+14 |
| | |||||
* | Slovenian translation updated | filip | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | download: fix parsing download progress with rsync >= 3.10 | Olivier Blin | 2013-10-15 | 2 | -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.5 | Colin Guthrie | 2013-10-13 | 2 | -1/+3 |
| | |||||
* | Move urpmi.update wrapper+policy back to mgaonline | Colin Guthrie | 2013-10-13 | 1 | -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 scripts | Thierry Vignaud | 2013-10-13 | 1 | -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 Guthrie | 2013-10-12 | 10 | -22/+104 |
| | |||||
* | 7.27.47.27.4 | Thierry Vignaud | 2013-10-04 | 2 | -1/+3 |
| | |||||
* | add 2 other possible transaction orders | Thierry Vignaud | 2013-10-04 | 1 | -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 definition | Thierry Vignaud | 2013-10-04 | 1 | -19/+18 |
| | | | | (needed for next commit) | ||||
* | simplify: use member() | Thierry Vignaud | 2013-10-04 | 1 | -1/+1 |
| | | | | (needed for next commit) | ||||
* | adapt to perl-5.18's random hash keys ordering | Thierry Vignaud | 2013-10-04 | 3 | -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 spaces | Thierry Vignaud | 2013-10-04 | 1 | -2/+2 |
| | |||||
* | prevent removing orphan kernels if we failed to detect running kernel version | Thierry Vignaud | 2013-10-04 | 2 | -1/+9 |
| | | | | (eg: running testsuite in a chroot) | ||||
* | Fix Gettext | Yuri Chornoivan | 2013-06-19 | 2 | -2/+2 |
| | |||||
* | remove bogus line from NEWS | Thierry Vignaud | 2013-05-30 | 1 | -1/+0 |
| | |||||
* | 7.27.37.27.3 | Thierry Vignaud | 2013-05-30 | 2 | -1/+3 |
| | |||||
* | revert fix for mga#10254 in previous release (mga#10335) | Thierry Vignaud | 2013-05-30 | 2 | -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 translation | Francesc Pinyol Margalef | 2013-05-25 | 1 | -55/+65 |
| | |||||
* | 7.27.27.27.2 | Thierry Vignaud | 2013-05-24 | 2 | -1/+3 |
| | |||||
* | prevent mga#10254 bug to ever happen again | Thierry Vignaud | 2013-05-24 | 1 | -0/+1 |
| | |||||
* | fix wrongly enabling backports/testing for tainted/nonfree (mga#10254) | Thierry Vignaud | 2013-05-24 | 2 | -1/+3 |
| | | | | (when such packages are already installed) | ||||
* | typo fixes | Thierry Vignaud | 2013-05-21 | 1 | -13/+13 |
| |