summaryrefslogtreecommitdiffstats
path: root/urpm/parallel_ka_run.pm
Commit message (Collapse)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-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 "find" instead of "grep" in scalar contextThierry Vignaud2012-11-211-2/+2
|
* kill unused variablesThierry Vignaud2012-09-081-1/+0
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-3/+3
| | | | | | | | | | | | 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 ------------------------------------------------------------------------
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* update copyrightThierry Vignaud2009-11-241-1/+1
|
* urpm_popen errors are not fatal by default on ssh, only for urpmqPascal Rigaux2008-07-101-0/+1
|
* urpm_popen: fix exit conditionPascal Rigaux2008-07-101-1/+1
|
* fix debug messagePascal Rigaux2008-07-101-1/+1
|
* revert using --no-locales on urpmq, keep it a special case for nowPascal Rigaux2008-07-101-1/+4
| | | | | (for compat with urpmi < 6.1)
* add debug message in --debug modePascal Rigaux2008-07-101-0/+1
|
* factorize parallel_install() which is now the same in each backendPascal Rigaux2008-07-101-33/+0
|
* move code into run_urpm_command()Pascal Rigaux2008-07-101-1/+6
|
* have an implementation that works both on ssh and rshp (where outputs are ↵Pascal Rigaux2008-07-101-2/+3
| | | | intermingled)
* - merge diffs with parallel_sshPascal Rigaux2008-07-101-2/+3
| | | | | - fix return value (bug introduced during refactoring)
* move parallel_resolve_dependencies() which is now the same in parallel_ssh ↵Pascal Rigaux2008-07-101-30/+0
| | | | and parallel_ka_run
* create propagate_file() to be similar to parallel_sshPascal Rigaux2008-07-101-1/+6
|
* move parallel_register_rpms() to parallel (ie avoid duplication)Pascal Rigaux2008-07-101-9/+0
|
* create copy_to_dir() to be similar with parallel_sshPascal Rigaux2008-07-101-2/+4
|
* normalize parameters orderingPascal Rigaux2008-07-101-9/+9
|
* factorize error handling into _run_mput()Pascal Rigaux2008-07-101-3/+2
|
* move parallel_find_remove() (=> avoid duplication)Pascal Rigaux2008-07-101-38/+0
|
* rename varPascal Rigaux2008-07-101-4/+4
|
* create urpm_popen() and use itPascal Rigaux2008-07-101-20/+24
|
* do same as sshPascal Rigaux2008-07-101-1/+1
|
* introduce inheritancePascal Rigaux2008-07-091-1/+1
|
* create _rshp_urpm_popen() and use itPascal Rigaux2008-07-091-4/+11
|
* replace _rshp_command() with the more specialized _rshp_urpm()Pascal Rigaux2008-07-091-9/+9
| | | | | (which takes care of --no-locales)
* make run_mput() localPascal Rigaux2008-07-091-4/+4
|
* make rshp_command() localPascal Rigaux2008-07-091-5/+5
|
* cleanupPascal Rigaux2008-07-091-9/+8
|
* factorizePascal Rigaux2008-07-091-1/+0
|
* cleanupPascal Rigaux2008-07-091-5/+4
|
* move duplicated code into urpm::parallel::parse_urpmq_output()Pascal Rigaux2008-07-091-24/+1
|
* merge changes with parallel_sshPascal Rigaux2008-07-091-2/+2
|
* can you believe this whole is simply duplicated? well, it is :-/Pascal Rigaux2008-07-091-36/+1
|
* cleanupPascal Rigaux2008-07-091-2/+2
|
* no kidding, those vars are used for reading, never written!Pascal Rigaux2008-07-091-3/+1
|
* create run_mput() and use itPascal Rigaux2008-07-091-6/+11
|
* enhance rshp_command() to fit its usesPascal Rigaux2008-07-091-7/+8
|
* create rshp_command() and use it to remove duplication of the {log}Pascal Rigaux2008-07-091-8/+11
|
* $urpm->{ui_msg} is same as $urpm->{log} since $urpm->{ui} is dead Pascal Rigaux2008-07-091-6/+5
| | | | | for some time now (r14609 2004-12-07)
* fix typoPascal Rigaux2008-07-091-1/+1
|
* remove ugly duplicationPascal Rigaux2008-07-091-2/+3
|
* cleanupPascal Rigaux2008-07-091-4/+4
|
* factorize urpme output parsingPascal Rigaux2008-07-091-29/+5
|
* merge diff with parallel_sshPascal Rigaux2008-07-091-2/+2
|