summaryrefslogtreecommitdiffstats
path: root/urpm/parallel_ssh.pm
Commit message (Expand)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
* kill unused variablesThierry Vignaud2012-09-081-2/+0
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-2/+2
* 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-1/+5
* add debugPascal Rigaux2008-07-101-0/+1
* more orthogonal error msgPascal Rigaux2008-07-101-3/+2
* urpm_popen: fix exit conditionPascal Rigaux2008-07-101-1/+1
* revert using --no-locales on urpmq, keep it a special case for nowPascal Rigaux2008-07-101-1/+4
* add debug message in --debug modePascal Rigaux2008-07-101-0/+2
* factorize parallel_install() which is now the same in each backendPascal Rigaux2008-07-101-33/+0
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-1/+1
* move code into run_urpm_command()Pascal Rigaux2008-07-101-4/+9
* have an implementation that works both on ssh and rshp (where outputs are int...Pascal Rigaux2008-07-101-2/+4
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-0/+1
* move parallel_resolve_dependencies() which is now the same in parallel_ssh an...Pascal Rigaux2008-07-101-30/+0
* move some code into new function propagate_file()Pascal Rigaux2008-07-101-3/+9
* move parallel_register_rpms() to parallel (ie avoid duplication)Pascal Rigaux2008-07-101-8/+0
* create a generic copy_to_dir() replacing _scp_rpms()Pascal Rigaux2008-07-101-7/+8
* move parallel_find_remove() (=> avoid duplication)Pascal Rigaux2008-07-101-38/+0
* create ->urpm_popen and use itPascal Rigaux2008-07-101-27/+29
* introduce inheritancePascal Rigaux2008-07-091-1/+1
* - handle --nolock on localhost in _ssh_urpm()Pascal Rigaux2008-07-091-5/+7
* use plain system()Pascal Rigaux2008-07-091-9/+10
* not needed anymore to read char by charPascal Rigaux2008-07-091-1/+0
* cleanupPascal Rigaux2008-07-091-8/+6
* move common things into _ssh_urpm()Pascal Rigaux2008-07-091-13/+10
* prepare next commitPascal Rigaux2008-07-091-2/+2
* factorize (see previous commit on parallel.pm)Pascal Rigaux2008-07-091-1/+0
* cleanupPascal Rigaux2008-07-091-4/+3
* move duplicated code into urpm::parallel::parse_urpmq_output()Pascal Rigaux2008-07-091-24/+1
* can you believe this whole is simply duplicated? well, it is :-/Pascal Rigaux2008-07-091-36/+1
* rename func to be local to modulePascal Rigaux2008-07-091-3/+3
* create _scp() and use itPascal Rigaux2008-07-091-7/+14
* create _ssh_urpm() and use itPascal Rigaux2008-07-091-8/+11
* don't use a regexp, it's unsafe without \QPascal Rigaux2008-07-091-2/+3
* create scp_rpms() and use itPascal Rigaux2008-07-091-13/+8
* hoistPascal Rigaux2008-07-091-1/+1
* rename varPascal Rigaux2008-07-091-5/+5
* normalizePascal Rigaux2008-07-091-2/+2
* $urpm->{ui_msg} is same as $urpm->{log} since $urpm->{ui} is dead Pascal Rigaux2008-07-091-19/+5
* cleanupPascal Rigaux2008-07-091-1/+1
* cleanupPascal Rigaux2008-07-091-3/+3
* factorize urpme output parsingPascal Rigaux2008-07-091-27/+3
* merge fix for parallel_ka_run (r13623 2003-07-29)Pascal Rigaux2008-07-091-1/+1
* cleanupPascal Rigaux2008-07-091-1/+2