Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix in doc | Thierry Vignaud | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | use XML::LibXML::Parser's 'huge' option | Thierry Vignaud | 2017-09-18 | 1 | -1/+1 |
| | | | | | | | | | | this is needed b/c of eg: ruby-google-api-client-doc which filelist is 11mb. However this makes libxml2 to fail b/c XML_MAX_TEXT_LENGTH is 10mb: $ urpmf-fast iso-grk2.gml Entity: line 4014501: parser error : xmlSAX2Characters: huge text node sr/share/gems/doc/google-api-client-0.13.5/ri/Google/Apis/SqladminV1beta3/Import | ||||
* | update perl-base first too | Thierry Vignaud | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | simplify: use //= where appropirate | Thierry Vignaud | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Update Mageia copyright statements | Rémi Verschelde | 2017-04-26 | 25 | -7/+42 |
| | |||||
* | Make sure that urpmi.cfg is world-readable so that mgaapplet can read it ↵ | Frédéric Buclin | 2017-04-03 | 1 | -0/+4 |
| | | | | (mga#9386) | ||||
* | skip kernel-firmware-nonfree too | Martin Whitaker | 2016-11-12 | 1 | -1/+1 |
| | | | | | | | | | ...when considering real kernels Thus preventing kernel-firmware-nonfree being falsely detected as an orphan package (mga#12361). It should be handled by generic orphan mechanism | ||||
* | fix more Getopt::Long breakages | Thierry Vignaud | 2016-10-15 | 1 | -1/+1 |
| | | | | now testuite pass again after droping the "gnu_compat" option | ||||
* | add 'no_ignore_case' to Getopt options (mga#17923) | Shlomi Fish | 2016-07-11 | 1 | -1/+1 |
| | | | | thus fixing t/superuser--orphans.t regressions | ||||
* | adapt to aria2c-1.16+ output (mga#16500) | Shlomi Fish | 2016-07-11 | 1 | -3/+24 |
| | | | | | | | | | | | | | | | | aria2c > 1.14 changed the output of the progress download string it's no longer what follows: "[#1 SIZE:176.0KiB/2.5MiB(6%) CN:3 SPD:256.22KiBs ETA:09s]" but here is the new one from aria2c 1.16 and beyond: "[#2c8dae 496KiB/830KiB(59%) CN:1 DL:84KiB ETA:3s]" So the old parser no longer works... The string parser has been rewritten by Shlomi Fish with use of multiline mode and comments for better readability, should aria2c progress download string change again Dug & fixed by Giuseppe Ghibò <ghibomgx@gmail.com> and Shlomi Fish <shlomif@shlomifish.org> | ||||
* | perl_checker cleanup | Thierry Vignaud | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | error callback can be simplified too | Thierry Vignaud | 2016-04-14 | 1 | -2/+2 |
| | | | | | which means we can also simplify URPM for not passing an extra paramater on the stack | ||||
* | further simplify | Thierry Vignaud | 2016-04-14 | 1 | -5/+6 |
| | |||||
* | use new "elem" callback | Thierry Vignaud | 2016-04-14 | 1 | -1/+4 |
| | | | | need URPM >= 5.07 | ||||
* | unset LD_PRELOAD in chroot | Thierry Vignaud | 2016-01-24 | 1 | -0/+1 |
| | | | | | thus fixing warnings when using eg: eatmydata (b/c of missing object in the chroot) | ||||
* | Prefer http mirrors when using a mirrorlist | Anssi Hannula | 2015-12-31 | 1 | -1/+3 |
| | | | | | | | | | | Sort http mirrors to the beginning of the mirror list. This avoids an rsync mirror being selected as the mirror sometimes, which causes the preferred aria2 downloader from not being used. This also has the effect that in practice aria2 will only be given http mirrors. If this causes issues, the sorting code can be changed to reverse sort with the presence of "rsync://" instead. | ||||
* | fix POD | Thierry Vignaud | 2015-10-09 | 2 | -2/+4 |
| | | | | why isn't this catched by testsuite???? | ||||
* | fix urpm::bug_report (mga#16925) | Thierry Vignaud | 2015-10-09 | 1 | -0/+1 |
| | | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3 | ||||
* | convert comments to POD | Thierry Vignaud | 2015-10-09 | 1 | -5/+30 |
| | |||||
* | add basic POD for urpmi::parallel | Thierry Vignaud | 2015-10-09 | 1 | -0/+26 |
| | |||||
* | drop useless __END__ | Thierry Vignaud | 2015-10-09 | 16 | -16/+0 |
| | |||||
* | add Mga copyright | Thierry Vignaud | 2015-10-09 | 1 | -0/+2 |
| | |||||
* | bump mga copyright | Thierry Vignaud | 2015-09-04 | 5 | -5/+5 |
| | |||||
* | fix urpm::parallel | Thierry Vignaud | 2015-09-04 | 1 | -0/+1 |
| | | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3 | ||||
* | help perl_checker | Thierry Vignaud | 2015-09-04 | 1 | -0/+3 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2015-09-04 | 2 | -2/+2 |
| | |||||
* | fix Term::ReadKey warnings when redirected | Thierry Vignaud | 2015-09-03 | 2 | -4/+8 |
| | |||||
* | fix previous commit :-( | Thierry Vignaud | 2015-09-03 | 1 | -0/+1 |
| | |||||
* | drop very old CVS/SVN $Id tags | Thierry Vignaud | 2015-09-02 | 24 | -24/+0 |
| | |||||
* | explain a little more | Thierry Vignaud | 2015-08-28 | 1 | -0/+2 |
| | |||||
* | convert comments to POD | Thierry Vignaud | 2015-08-28 | 1 | -28/+63 |
| | |||||
* | describe a cople more functions | Thierry Vignaud | 2015-08-28 | 1 | -0/+50 |
| | |||||
* | fix using a proxy without an auth user (mga#11265) | Thierry Vignaud | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | always display the right package name on errors | unknown | 2015-02-26 | 1 | -13/+2 |
| | | | | | fixes mga#15032 and also simplify... needs URPM >= 5.04 | ||||
* | default to "unknown" | Thierry Vignaud | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Don't give a wrong package name when it is unknown in a callback (mga#15032) | Pascal Terjan | 2015-02-05 | 1 | -2/+12 |
| | |||||
* | s/suggests/recommends/ | Thierry Vignaud | 2014-09-07 | 1 | -2/+2 |
| | |||||
* | s/suggested/recommended/ | Thierry Vignaud | 2014-09-07 | 2 | -3/+3 |
| | |||||
* | adapt to URPM-5.00 | Thierry Vignaud | 2014-09-07 | 2 | -2/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2014-09-07 | 1 | -1/+1 |
| | |||||
* | rename '--suggests' option as '--recommends' | Thierry Vignaud | 2014-09-07 | 1 | -1/+5 |
| | |||||
* | add some missing methods, allows to do urpmf --qf '%sourcerpm:%recommends' | Thierry Vignaud | 2014-09-07 | 1 | -0/+1 |
| | |||||
* | use ->recommends_nosense() instead of suggests"() | Thierry Vignaud | 2014-09-07 | 2 | -4/+4 |
| | | | | | this is the new method name (even if compatibility still works). needs a new URPM. | ||||
* | rename 'allow-suggests' as 'allow-recommends' | Thierry Vignaud | 2014-09-07 | 1 | -3/+6 |
| | | | | but keep an alias (with a warning) for compatibility | ||||
* | rename 'no-suggests' option as 'no-recommends' | Thierry Vignaud | 2014-09-07 | 2 | -5/+13 |
| | | | | keep --no-suggests but with a warning | ||||
* | rename 'no_suggests' parameter as 'no_recommends' | Thierry Vignaud | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | fix retrieving rpm version with RCs | Thierry Vignaud | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | fix some warnings with perl 5.20 | Pascal Terjan | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires' | Pascal Terjan | 2014-05-31 | 1 | -0/+5 |
| |