Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -19/+9 |
* | factorize | Pascal Rigaux | 2008-07-10 | 1 | -4/+9 |
* | cleanup, and also add --metalink on urpmq | Pascal Rigaux | 2008-07-10 | 1 | -4/+2 |
* | adjust tabbing to pixel's taste | Per Øyvind Karlsen | 2008-07-10 | 2 | -43/+43 |
* | add aria2 option to --help as well as --metalink | Per Øyvind Karlsen | 2008-07-10 | 2 | -0/+3 |
* | 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 | 3 | -4/+85 |
* | 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 |
* | replace _rshp_command() with the more specialized _rshp_urpm() | Pascal Rigaux | 2008-07-09 | 1 | -9/+9 |
* | 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 |
* | fix indent | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -7/+11 |
* | can you believe this whole is simply duplicated? well, it is :-/ | Pascal Rigaux | 2008-07-09 | 3 | -72/+44 |
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 |
* | no kidding, those vars are used for reading, never written! | Pascal Rigaux | 2008-07-09 | 1 | -3/+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 |
* | have --no-locales for all tools | Pascal Rigaux | 2008-07-09 | 1 | -3/+3 |
* | 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 |
* | create run_mput() and use it | Pascal Rigaux | 2008-07-09 | 1 | -6/+11 |