Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add debug message in --debug mode | Pascal Rigaux | 2008-07-10 | 1 | -0/+2 |
| | |||||
* | add debug message in --debug mode | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | add comment wrt. <?xml*> field at top of metalink | Per Øyvind Karlsen | 2008-07-10 | 1 | -0/+2 |
| | |||||
* | - when must use method calls for run_urpm_command, copy_to_dir, propagate_file | Pascal Rigaux | 2008-07-10 | 1 | -12/+12 |
| | | | | | - use local function names | ||||
* | "urpmq -du" is "urpmq -m" | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | factorize parallel_install() which is now the same in each backend | Pascal Rigaux | 2008-07-10 | 3 | -66/+32 |
| | |||||
* | 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 | 2 | -5/+15 |
| | |||||
* | have an implementation that works both on ssh and rshp (where outputs are ↵ | Pascal Rigaux | 2008-07-10 | 2 | -4/+7 |
| | | | | intermingled) | ||||
* | merge diffs with parallel_ka_run | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | - merge diffs with parallel_ssh | Pascal Rigaux | 2008-07-10 | 1 | -2/+3 |
| | | | | | - fix return value (bug introduced during refactoring) | ||||
* | move parallel_resolve_dependencies() which is now the same in parallel_ssh ↵ | Pascal Rigaux | 2008-07-10 | 3 | -60/+30 |
| | | | | and parallel_ka_run | ||||
* | create propagate_file() to be similar to parallel_ssh | Pascal Rigaux | 2008-07-10 | 1 | -1/+6 |
| | |||||
* | move some code into new function propagate_file() | Pascal Rigaux | 2008-07-10 | 1 | -3/+9 |
| | |||||
* | inline urpm::parallel::post_register_rpms() | Pascal Rigaux | 2008-07-10 | 1 | -4/+0 |
| | |||||
* | move parallel_register_rpms() to parallel (ie avoid duplication) | Pascal Rigaux | 2008-07-10 | 3 | -17/+8 |
| | |||||
* | create copy_to_dir() to be similar with parallel_ssh | Pascal Rigaux | 2008-07-10 | 1 | -2/+4 |
| | |||||
* | create a generic copy_to_dir() replacing _scp_rpms() | Pascal Rigaux | 2008-07-10 | 1 | -7/+8 |
| | |||||
* | normalize parameters ordering | Pascal Rigaux | 2008-07-10 | 1 | -9/+9 |
| | |||||
* | factorize error handling into _run_mput() | Pascal Rigaux | 2008-07-10 | 1 | -3/+2 |
| | |||||
* | move parallel_find_remove() (=> avoid duplication) | Pascal Rigaux | 2008-07-10 | 3 | -76/+38 |
| | |||||
* | rename var | Pascal Rigaux | 2008-07-10 | 1 | -4/+4 |
| | |||||
* | create ->urpm_popen and use it | Pascal Rigaux | 2008-07-10 | 1 | -27/+29 |
| | |||||
* | create urpm_popen() and use it | Pascal Rigaux | 2008-07-10 | 1 | -20/+24 |
| | |||||
* | do same as ssh | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | factorize --version and --help handling | Pascal Rigaux | 2008-07-10 | 1 | -19/+7 |
| | |||||
* | factorize | Pascal Rigaux | 2008-07-10 | 1 | -4/+9 |
| | |||||
* | cleanup, and also add --metalink on urpmq | Pascal Rigaux | 2008-07-10 | 1 | -4/+2 |
| | | | | | (no reason not to have it there too) | ||||
* | adjust tabbing to pixel's taste | Per Øyvind Karlsen | 2008-07-10 | 2 | -43/+43 |
| | |||||
* | add --metalink option to urpmi.addmedia & urpmi.updatemedia as well | Per Øyvind Karlsen | 2008-07-09 | 1 | -0/+2 |
| | |||||
* | clean up with help from pixel's suggestions | Per Øyvind Karlsen | 2008-07-09 | 1 | -28/+25 |
| | |||||
* | introduce inheritance | Pascal Rigaux | 2008-07-09 | 2 | -2/+2 |
| | |||||
* | add local metalink generation | Per Øyvind Karlsen | 2008-07-09 | 2 | -4/+84 |
| | |||||
* | create _rshp_urpm_popen() and use it | Pascal Rigaux | 2008-07-09 | 1 | -4/+11 |
| | |||||
* | - handle --nolock on localhost in _ssh_urpm() | Pascal Rigaux | 2008-07-09 | 1 | -5/+7 |
| | | | | | - merge diff with parallel_ka_run | ||||
* | replace _rshp_command() with the more specialized _rshp_urpm() | Pascal Rigaux | 2008-07-09 | 1 | -9/+9 |
| | | | | | (which takes care of --no-locales) | ||||
* | make run_mput() local | Pascal Rigaux | 2008-07-09 | 1 | -4/+4 |
| | |||||
* | make rshp_command() local | Pascal Rigaux | 2008-07-09 | 1 | -5/+5 |
| | |||||
* | use plain system() | Pascal Rigaux | 2008-07-09 | 1 | -9/+10 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -9/+8 |
| | |||||
* | 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 |
| | |||||
* | factorize | Pascal Rigaux | 2008-07-09 | 2 | -1/+2 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -4/+3 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -5/+4 |
| | |||||
* | move duplicated code into urpm::parallel::parse_urpmq_output() | Pascal Rigaux | 2008-07-09 | 3 | -48/+31 |
| | |||||
* | merge changes with parallel_ssh | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 |
| |