summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* create copy_to_dir() to be similar with parallel_sshPascal Rigaux2008-07-101-2/+4
|
* create a generic copy_to_dir() replacing _scp_rpms()Pascal Rigaux2008-07-101-7/+8
|
* normalize parameters orderingPascal Rigaux2008-07-101-9/+9
|
* factorize error handling into _run_mput()Pascal Rigaux2008-07-101-3/+2
|
* move parallel_find_remove() (=> avoid duplication)Pascal Rigaux2008-07-103-76/+38
|
* rename varPascal Rigaux2008-07-101-4/+4
|
* create ->urpm_popen and use itPascal Rigaux2008-07-101-27/+29
|
* create urpm_popen() and use itPascal Rigaux2008-07-101-20/+24
|
* do same as sshPascal Rigaux2008-07-101-1/+1
|
* factorize --version and --help handlingPascal Rigaux2008-07-101-19/+7
|
* factorizePascal Rigaux2008-07-101-4/+9
|
* cleanup, and also add --metalink on urpmqPascal Rigaux2008-07-101-4/+2
| | | | | (no reason not to have it there too)
* adjust tabbing to pixel's tastePer Øyvind Karlsen2008-07-102-43/+43
|
* add --metalink option to urpmi.addmedia & urpmi.updatemedia as wellPer Øyvind Karlsen2008-07-091-0/+2
|
* clean up with help from pixel's suggestionsPer Øyvind Karlsen2008-07-091-28/+25
|
* introduce inheritancePascal Rigaux2008-07-092-2/+2
|
* add local metalink generationPer Øyvind Karlsen2008-07-092-4/+84
|
* create _rshp_urpm_popen() and use itPascal Rigaux2008-07-091-4/+11
|
* - handle --nolock on localhost in _ssh_urpm()Pascal Rigaux2008-07-091-5/+7
| | | | | - merge diff with parallel_ka_run
* replace _rshp_command() with the more specialized _rshp_urpm()Pascal Rigaux2008-07-091-9/+9
| | | | | (which takes care of --no-locales)
* make run_mput() localPascal Rigaux2008-07-091-4/+4
|
* make rshp_command() localPascal Rigaux2008-07-091-5/+5
|
* use plain system()Pascal Rigaux2008-07-091-9/+10
|
* cleanupPascal Rigaux2008-07-091-9/+8
|
* not needed anymore to read char by charPascal Rigaux2008-07-091-1/+0
|
* cleanupPascal Rigaux2008-07-091-8/+6
|
* move common things into _ssh_urpm()Pascal Rigaux2008-07-091-13/+10
|
* prepare next commitPascal Rigaux2008-07-091-2/+2
|
* factorize (see previous commit on parallel.pm)Pascal Rigaux2008-07-091-1/+0
|
* factorizePascal Rigaux2008-07-092-1/+2
|
* cleanupPascal Rigaux2008-07-091-4/+3
|
* cleanupPascal Rigaux2008-07-091-5/+4
|
* move duplicated code into urpm::parallel::parse_urpmq_output()Pascal Rigaux2008-07-093-48/+31
|
* merge changes with parallel_sshPascal Rigaux2008-07-091-2/+2
|
* fix indentPascal Rigaux2008-07-091-1/+1
|
* cleanupPascal Rigaux2008-07-091-7/+11
|
* can you believe this whole is simply duplicated? well, it is :-/Pascal Rigaux2008-07-093-72/+44
|
* cleanupPascal Rigaux2008-07-091-2/+2
|
* no kidding, those vars are used for reading, never written!Pascal Rigaux2008-07-091-3/+1
|
* rename func to be local to modulePascal Rigaux2008-07-091-3/+3
|
* create _scp() and use itPascal Rigaux2008-07-091-7/+14
|
* create _ssh_urpm() and use itPascal Rigaux2008-07-091-8/+11
|
* have --no-locales for all toolsPascal Rigaux2008-07-091-3/+3
|
* 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
|
* create run_mput() and use itPascal Rigaux2008-07-091-6/+11
|
* enhance rshp_command() to fit its usesPascal Rigaux2008-07-091-7/+8
|