summaryrefslogtreecommitdiffstats
path: root/urpm/parallel_ssh.pm
Commit message (Collapse)AuthorAgeFilesLines
* - handle --nolock on localhost in _ssh_urpm()Pascal Rigaux2008-07-091-5/+7
| | | | | - merge diff with parallel_ka_run
* 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
| | | | | for some time now (r14609 2004-12-07)
* 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
|
* factorize code into urpm::parallel::find_remove_pre()Pascal Rigaux2008-07-091-13/+3
|
* merge small differences between those 2 modulesPascal Rigaux2008-07-091-7/+6
|
* use urpm::parallelPascal Rigaux2008-07-091-0/+1
|
* factorizePascal Rigaux2008-07-091-5/+1
|
* cleanupPascal Rigaux2008-07-091-6/+3
|
* cleanupPascal Rigaux2008-07-091-1/+1
|
* cleanupPascal Rigaux2008-07-091-4/+4
|
* rename var, cleanupPascal Rigaux2008-07-091-6/+6
|
* cleanup: use N() instead of urpm::N()Pascal Rigaux2008-07-091-14/+15
|
* help perl_checkerPascal Rigaux2006-11-091-0/+2
|
* we need urpm::util for basename()Pascal Rigaux2006-11-091-0/+1
|
* move basename() to urpm::utilPascal Rigaux2006-11-091-8/+10
|
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
| | | | | For gurpmi.pm, use the same version number as urpm.
* The parallel handlers define the same function. This could lead to warnings; ↵Rafael Garcia-Suarez2005-12-061-0/+2
| | | | silence them.
* Update copyright noticesRafael Garcia-Suarez2005-12-021-0/+3
|
* Be backwards compatible with older versions of urpmeRafael Garcia-Suarez2005-11-171-1/+1
|
* Add comments in urpme about messages that should not be changed.Rafael Garcia-Suarez2005-11-171-1/+1
| | | | | But change a message badly worded.
* Add VERSION in parallel modulesRafael Garcia-Suarez2005-11-171-1/+5
|
* use strict !Rafael Garcia-Suarez2005-11-171-0/+1
|
* parallel distribution via ssh wasn't working on localhost when network mediaRafael Garcia-Suarez2005-06-101-2/+12
| | | | | were involved
* When node is localhost, don't use ssh to run commands on itRafael Garcia-Suarez2005-06-091-10/+13
|
* Introduce a --nolock option in urpmi and urpmq.Rafael Garcia-Suarez2005-06-091-3/+5
| | | | | Use it for parallel distribution over ssh on localhost
* Error reporting nitRafael Garcia-Suarez2005-06-091-4/+4
|
* Missing parenthesesRafael Garcia-Suarez2005-06-091-1/+1
|
* Fix invocation of scpRafael Garcia-Suarez2005-06-091-6/+5
|
* Adjust fudge factorRafael Garcia-Suarez2005-06-081-2/+2
|