Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce inheritance | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
* | - handle --nolock on localhost in _ssh_urpm() | Pascal Rigaux | 2008-07-09 | 1 | -5/+7 |
* | use plain system() | Pascal Rigaux | 2008-07-09 | 1 | -9/+10 |
* | not needed anymore to read char by char | Pascal Rigaux | 2008-07-09 | 1 | -1/+0 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -8/+6 |
* | move common things into _ssh_urpm() | Pascal Rigaux | 2008-07-09 | 1 | -13/+10 |
* | prepare next commit | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 |
* | factorize (see previous commit on parallel.pm) | Pascal Rigaux | 2008-07-09 | 1 | -1/+0 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -4/+3 |
* | move duplicated code into urpm::parallel::parse_urpmq_output() | Pascal Rigaux | 2008-07-09 | 1 | -24/+1 |
* | can you believe this whole is simply duplicated? well, it is :-/ | Pascal Rigaux | 2008-07-09 | 1 | -36/+1 |
* | rename func to be local to module | Pascal Rigaux | 2008-07-09 | 1 | -3/+3 |
* | create _scp() and use it | Pascal Rigaux | 2008-07-09 | 1 | -7/+14 |
* | create _ssh_urpm() and use it | Pascal Rigaux | 2008-07-09 | 1 | -8/+11 |
* | don't use a regexp, it's unsafe without \Q | Pascal Rigaux | 2008-07-09 | 1 | -2/+3 |
* | create scp_rpms() and use it | Pascal Rigaux | 2008-07-09 | 1 | -13/+8 |
* | hoist | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
* | rename var | Pascal Rigaux | 2008-07-09 | 1 | -5/+5 |
* | normalize | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 |
* | $urpm->{ui_msg} is same as $urpm->{log} since $urpm->{ui} is dead | Pascal Rigaux | 2008-07-09 | 1 | -19/+5 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -3/+3 |
* | factorize urpme output parsing | Pascal Rigaux | 2008-07-09 | 1 | -27/+3 |
* | merge fix for parallel_ka_run (r13623 2003-07-29) | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -1/+2 |
* | factorize code into urpm::parallel::find_remove_pre() | Pascal Rigaux | 2008-07-09 | 1 | -13/+3 |
* | merge small differences between those 2 modules | Pascal Rigaux | 2008-07-09 | 1 | -7/+6 |
* | use urpm::parallel | Pascal Rigaux | 2008-07-09 | 1 | -0/+1 |
* | factorize | Pascal Rigaux | 2008-07-09 | 1 | -5/+1 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -6/+3 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -4/+4 |
* | rename var, cleanup | Pascal Rigaux | 2008-07-09 | 1 | -6/+6 |
* | cleanup: use N() instead of urpm::N() | Pascal Rigaux | 2008-07-09 | 1 | -14/+15 |
* | help perl_checker | Pascal Rigaux | 2006-11-09 | 1 | -0/+2 |
* | we need urpm::util for basename() | Pascal Rigaux | 2006-11-09 | 1 | -0/+1 |
* | move basename() to urpm::util | Pascal Rigaux | 2006-11-09 | 1 | -8/+10 |
* | Use revision number as version numbers for internal modules. | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+3 |
* | The parallel handlers define the same function. This could lead to warnings; ... | Rafael Garcia-Suarez | 2005-12-06 | 1 | -0/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+3 |
* | Be backwards compatible with older versions of urpme | Rafael Garcia-Suarez | 2005-11-17 | 1 | -1/+1 |
* | Add comments in urpme about messages that should not be changed. | Rafael Garcia-Suarez | 2005-11-17 | 1 | -1/+1 |
* | Add VERSION in parallel modules | Rafael Garcia-Suarez | 2005-11-17 | 1 | -1/+5 |
* | use strict ! | Rafael Garcia-Suarez | 2005-11-17 | 1 | -0/+1 |
* | parallel distribution via ssh wasn't working on localhost when network media | Rafael Garcia-Suarez | 2005-06-10 | 1 | -2/+12 |
* | When node is localhost, don't use ssh to run commands on it | Rafael Garcia-Suarez | 2005-06-09 | 1 | -10/+13 |
* | Introduce a --nolock option in urpmi and urpmq. | Rafael Garcia-Suarez | 2005-06-09 | 1 | -3/+5 |
* | Error reporting nit | Rafael Garcia-Suarez | 2005-06-09 | 1 | -4/+4 |
* | Missing parentheses | Rafael Garcia-Suarez | 2005-06-09 | 1 | -1/+1 |
* | Fix invocation of scp | Rafael Garcia-Suarez | 2005-06-09 | 1 | -6/+5 |