summaryrefslogtreecommitdiffstats
path: root/urpm/parallel_ssh.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove unused variablesRafael Garcia-Suarez2005-06-081-4/+4
|
* a few perl_checker fixesRafael Garcia-Suarez2005-06-081-9/+9
|
* Don't use hashes in scalar contextRafael Garcia-Suarez2005-06-081-3/+3
|
* Factorize commandsRafael Garcia-Suarez2005-06-081-17/+19
|
* Remove globsRafael Garcia-Suarez2005-06-081-17/+17
|
* Don't shell out when calling scpRafael Garcia-Suarez2005-06-081-6/+7
|
* Fix parallel installation messageRafael Garcia-Suarez2005-06-081-1/+1
|
* Report remote commands exit codesRafael Garcia-Suarez2005-01-201-4/+4
|
* More error handlingRafael Garcia-Suarez2005-01-201-4/+8
|
* Only show progress bar if there is a routine to show a progress bar.Rafael Garcia-Suarez2004-11-041-2/+2
|
* more graphical feedback in urpmi --parallel --X (status, progress, etc)Guillaume Cottenceau2004-01-151-7/+26
|