| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 notices | Per Øyvind Karlsen | 2010-11-21 | 1 | -1/+1 |
| | | |||||
| * | update copyright | Thierry Vignaud | 2009-11-24 | 1 | -1/+1 |
| | | |||||
| * | urpm_popen errors are not fatal by default on ssh, only for urpmq | Pascal Rigaux | 2008-07-10 | 1 | -1/+5 |
| | | |||||
| * | add debug | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | | |||||
| * | more orthogonal error msg | Pascal Rigaux | 2008-07-10 | 1 | -3/+2 |
| | | |||||
| * | urpm_popen: fix exit condition | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | | |||||
| * | revert using --no-locales on urpmq, keep it a special case for now | Pascal Rigaux | 2008-07-10 | 1 | -1/+4 |
| | | | | | | (for compat with urpmi < 6.1) | ||||
| * | add debug message in --debug mode | Pascal Rigaux | 2008-07-10 | 1 | -0/+2 |
| | | |||||
| * | factorize parallel_install() which is now the same in each backend | Pascal Rigaux | 2008-07-10 | 1 | -33/+0 |
| | | |||||
| * | merge diffs with parallel_ka_run | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | | |||||
| * | move code into run_urpm_command() | Pascal Rigaux | 2008-07-10 | 1 | -4/+9 |
| | | |||||
| * | have an implementation that works both on ssh and rshp (where outputs are ↵ | Pascal Rigaux | 2008-07-10 | 1 | -2/+4 |
| | | | | | intermingled) | ||||
| * | merge diffs with parallel_ka_run | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | | |||||
| * | move parallel_resolve_dependencies() which is now the same in parallel_ssh ↵ | Pascal Rigaux | 2008-07-10 | 1 | -30/+0 |
| | | | | | and parallel_ka_run | ||||
| * | move some code into new function propagate_file() | Pascal Rigaux | 2008-07-10 | 1 | -3/+9 |
| | | |||||
| * | move parallel_register_rpms() to parallel (ie avoid duplication) | Pascal Rigaux | 2008-07-10 | 1 | -8/+0 |
| | | |||||
| * | create a generic copy_to_dir() replacing _scp_rpms() | Pascal Rigaux | 2008-07-10 | 1 | -7/+8 |
| | | |||||
| * | move parallel_find_remove() (=> avoid duplication) | Pascal Rigaux | 2008-07-10 | 1 | -38/+0 |
| | | |||||
| * | create ->urpm_popen and use it | Pascal Rigaux | 2008-07-10 | 1 | -27/+29 |
| | | |||||
| * | 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 |
| | | | | | | - merge diff with parallel_ka_run | ||||
| * | 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 |
| | | | | | | for some time now (r14609 2004-12-07) | ||||
| * | 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 |
| | | |||||
