summaryrefslogtreecommitdiffstats
path: root/urpm/parallel.pm
Commit message (Collapse)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
| | | | why isn't this catched by testsuite????
* 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
| | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
* 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 ↵Thierry Vignaud2012-10-041-1/+1
| | | | | | | | introduced in 7.8.2 (#7706) as well as similar issue in urpmi --parallel issue introduced in commit r6067 on 2012-09-26: "simplify"
* (_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
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* 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 ↵Pascal Rigaux2008-07-101-1/+1
| | | | others (#41924)
* 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
| | | | | - use local function names
* "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 ↵Pascal Rigaux2008-07-101-0/+30
| | | | and parallel_ka_run
* 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
| | | | | o fix --parallel on local media (ie when synthesis.cz is not copied to /var/lib/urpmi)
* 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
| | | | | (but keep urpm::parallel_remove for backward compatibility since rpmdrake uses it)
* create urpm::parallel and move some things from urpm.pmPascal Rigaux2006-11-211-0/+57