summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* Update Mageia copyright statementsRémi Verschelde2017-04-2625-7/+42
|
* Make sure that urpmi.cfg is world-readable so that mgaapplet can read it ↵Frédéric Buclin2017-04-031-0/+4
| | | | (mga#9386)
* skip kernel-firmware-nonfree tooMartin Whitaker2016-11-121-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 breakagesThierry Vignaud2016-10-151-1/+1
| | | | now testuite pass again after droping the "gnu_compat" option
* add 'no_ignore_case' to Getopt options (mga#17923)Shlomi Fish2016-07-111-1/+1
| | | | thus fixing t/superuser--orphans.t regressions
* adapt to aria2c-1.16+ output (mga#16500)Shlomi Fish2016-07-111-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 cleanupThierry Vignaud2016-04-141-1/+1
|
* error callback can be simplified tooThierry Vignaud2016-04-141-2/+2
| | | | | which means we can also simplify URPM for not passing an extra paramater on the stack
* further simplifyThierry Vignaud2016-04-141-5/+6
|
* use new "elem" callbackThierry Vignaud2016-04-141-1/+4
| | | | need URPM >= 5.07
* unset LD_PRELOAD in chrootThierry Vignaud2016-01-241-0/+1
| | | | | thus fixing warnings when using eg: eatmydata (b/c of missing object in the chroot)
* Prefer http mirrors when using a mirrorlistAnssi Hannula2015-12-311-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 PODThierry Vignaud2015-10-092-2/+4
| | | | why isn't this catched by testsuite????
* fix urpm::bug_report (mga#16925)Thierry Vignaud2015-10-091-0/+1
| | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
* convert comments to PODThierry Vignaud2015-10-091-5/+30
|
* add basic POD for urpmi::parallelThierry Vignaud2015-10-091-0/+26
|
* drop useless __END__Thierry Vignaud2015-10-0916-16/+0
|
* add Mga copyrightThierry Vignaud2015-10-091-0/+2
|
* bump mga copyrightThierry Vignaud2015-09-045-5/+5
|
* fix urpm::parallelThierry Vignaud2015-09-041-0/+1
| | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
* help perl_checkerThierry Vignaud2015-09-041-0/+3
|
* perl_checker cleanupThierry Vignaud2015-09-041-1/+1
|
* help perl_checkerThierry Vignaud2015-09-042-2/+2
|
* fix Term::ReadKey warnings when redirectedThierry Vignaud2015-09-032-4/+8
|
* fix previous commit :-(Thierry Vignaud2015-09-031-0/+1
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-0224-24/+0
|
* explain a little moreThierry Vignaud2015-08-281-0/+2
|
* convert comments to PODThierry Vignaud2015-08-281-28/+63
|
* describe a cople more functionsThierry Vignaud2015-08-281-0/+50
|
* fix using a proxy without an auth user (mga#11265)Thierry Vignaud2015-08-261-1/+1
|
* always display the right package name on errorsunknown2015-02-261-13/+2
| | | | | fixes mga#15032 and also simplify... needs URPM >= 5.04
* default to "unknown"Thierry Vignaud2015-02-061-1/+1
|
* Don't give a wrong package name when it is unknown in a callback (mga#15032)Pascal Terjan2015-02-051-2/+12
|
* s/suggests/recommends/Thierry Vignaud2014-09-071-2/+2
|
* s/suggested/recommended/Thierry Vignaud2014-09-072-3/+3
|
* adapt to URPM-5.00Thierry Vignaud2014-09-072-2/+2
|
* typo fixThierry Vignaud2014-09-071-1/+1
|
* rename '--suggests' option as '--recommends'Thierry Vignaud2014-09-071-1/+5
|
* add some missing methods, allows to do urpmf --qf '%sourcerpm:%recommends'Thierry Vignaud2014-09-071-0/+1
|
* use ->recommends_nosense() instead of suggests"()Thierry Vignaud2014-09-072-4/+4
| | | | | this is the new method name (even if compatibility still works). needs a new URPM.
* rename 'allow-suggests' as 'allow-recommends'Thierry Vignaud2014-09-071-3/+6
| | | | but keep an alias (with a warning) for compatibility
* rename 'no-suggests' option as 'no-recommends'Thierry Vignaud2014-09-072-5/+13
| | | | keep --no-suggests but with a warning
* rename 'no_suggests' parameter as 'no_recommends'Thierry Vignaud2014-09-051-1/+1
|
* fix retrieving rpm version with RCsThierry Vignaud2014-08-271-1/+1
|
* fix some warnings with perl 5.20Pascal Terjan2014-06-161-2/+2
|
* add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires'Pascal Terjan2014-05-311-0/+5
|
* Use /proc/self/mountinfo for ro filesystem checks mga#11319Colin Guthrie2013-11-281-2/+7
|
* add support for --deploops optionThierry Vignaud2013-11-053-1/+3
|
* download: fix parsing download progress with rsync >= 3.10Olivier Blin2013-10-151-1/+1
| | | | | | | | | | | | | 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.
* adapt to perl-5.18's random hash keys orderingThierry Vignaud2013-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | (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' ];