summaryrefslogtreecommitdiffstats
path: root/urpm/parallel.pm
Commit message (Expand)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-171-1/+1
* Update Mageia copyright statementsRĂ©mi Verschelde2017-04-261-1/+1
* fix PODThierry Vignaud2015-10-091-0/+2
* convert comments to PODThierry Vignaud2015-10-091-5/+30
* add basic POD for urpmi::parallelThierry Vignaud2015-10-091-0/+26
* fix urpm::parallelThierry Vignaud2015-09-041-0/+1
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
* use "any" instead of "grep" in scalar contextThierry Vignaud2012-11-211-1/+1
* (_simple_resolve_dependencies) fix urpmq --whatrequires regression introduced...Thierry Vignaud2012-10-041-1/+1
* (_simple_resolve_dependencies) further simplify, fixing previous commitThierry Vignaud2012-09-271-2/+3
* adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages()Thierry Vignaud2012-09-261-1/+1
* simplifyThierry Vignaud2012-09-261-2/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
* o fix --parallel --auto-select when one box is up-to-date but not the other...Pascal Rigaux2008-07-101-1/+1
* urpm_popen errors are not fatal by default on ssh, only for urpmqPascal Rigaux2008-07-101-1/+2
* fix parsing urpme outputPascal Rigaux2008-07-101-17/+9
* fix getting install errors (since value has been chomp'ed in urpm_popen)Pascal Rigaux2008-07-101-1/+1
* fix return value of callback to urpm_popenPascal Rigaux2008-07-101-0/+1
* skip parallel.pm when looking for parallel modulesPascal Rigaux2008-07-101-1/+1
* - when must use method calls for run_urpm_command, copy_to_dir, propagate_filePascal Rigaux2008-07-101-12/+12
* "urpmq -du" is "urpmq -m"Pascal Rigaux2008-07-101-1/+1
* factorize parallel_install() which is now the same in each backendPascal Rigaux2008-07-101-0/+32
* move parallel_resolve_dependencies() which is now the same in parallel_ssh an...Pascal Rigaux2008-07-101-0/+30
* inline urpm::parallel::post_register_rpms()Pascal Rigaux2008-07-101-4/+0
* move parallel_register_rpms() to parallel (ie avoid duplication)Pascal Rigaux2008-07-101-0/+8
* move parallel_find_remove() (=> avoid duplication)Pascal Rigaux2008-07-101-0/+38
* factorizePascal Rigaux2008-07-091-0/+2
* move duplicated code into urpm::parallel::parse_urpmq_output()Pascal Rigaux2008-07-091-0/+29
* fix indentPascal Rigaux2008-07-091-1/+1
* cleanupPascal Rigaux2008-07-091-7/+11
* can you believe this whole is simply duplicated? well, it is :-/Pascal Rigaux2008-07-091-0/+42
* factorize urpme output parsingPascal Rigaux2008-07-091-0/+34
* factorize code into urpm::parallel::find_remove_pre()Pascal Rigaux2008-07-091-0/+19
* factorizePascal Rigaux2008-07-091-0/+10
* - urpmiPascal Rigaux2008-07-091-1/+1
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-2/+2
* add Id svn keywordPascal Rigaux2006-11-211-1/+1
* add svn IdPascal Rigaux2006-11-211-1/+1
* move urpm::parallel_remove to urpm::parallel::removePascal Rigaux2006-11-211-0/+12
* create urpm::parallel and move some things from urpm.pmPascal Rigaux2006-11-211-0/+57