summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 6.16.1Pascal Rigaux2008-07-102-1/+3
|
* o fix creation of chroot with --root by using ↵Pascal Rigaux2008-07-103-8/+10
| | | | | | | | | /var/lib/rpm/installed-through-deps.list (instead of having it in /var/lib/urpmi) it's a saner place to put this file anyway
* o fix --parallel --auto-select when one box is up-to-date but not the ↵Pascal Rigaux2008-07-102-1/+2
| | | | others (#41924)
* this message is parsed in urpm::parallel tooPascal Rigaux2008-07-101-0/+1
|
* make it more clear what message is parsedPascal Rigaux2008-07-101-1/+1
|
* urpm_popen errors are not fatal by default on ssh, only for urpmqPascal Rigaux2008-07-103-2/+8
|
* fix parsing urpme outputPascal Rigaux2008-07-101-17/+9
|
* fix getting install errors (since value has been chomp'ed in urpm_popen)Pascal Rigaux2008-07-101-1/+1
|
* fix return value of callback to urpm_popenPascal Rigaux2008-07-101-0/+1
|
* skip parallel.pm when looking for parallel modulesPascal Rigaux2008-07-101-1/+1
|
* add debugPascal Rigaux2008-07-101-0/+1
|
* shut up the "adding medium "Virtual"" when using --synthesis or --use-distribPascal Rigaux2008-07-101-5/+5
|
* more orthogonal error msgPascal Rigaux2008-07-101-3/+2
|
* urpm_popen: fix exit conditionPascal Rigaux2008-07-102-2/+2
|
* fix debug messagePascal Rigaux2008-07-101-1/+1
|
* revert using --no-locales on urpmq, keep it a special case for nowPascal Rigaux2008-07-102-2/+8
| | | | | (for compat with urpmi < 6.1)
* add debug message in --debug modePascal Rigaux2008-07-101-0/+2
|
* add debug message in --debug modePascal Rigaux2008-07-101-0/+1
|
* add comment wrt. <?xml*> field at top of metalinkPer Øyvind Karlsen2008-07-101-0/+2
|
* - when must use method calls for run_urpm_command, copy_to_dir, propagate_filePascal Rigaux2008-07-101-12/+12
| | | | | - use local function names
* "urpmq -du" is "urpmq -m"Pascal Rigaux2008-07-101-1/+1
|
* factorize parallel_install() which is now the same in each backendPascal Rigaux2008-07-103-66/+32
|
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-1/+1
|
* move code into run_urpm_command()Pascal Rigaux2008-07-102-5/+15
|
* have an implementation that works both on ssh and rshp (where outputs are ↵Pascal Rigaux2008-07-102-4/+7
| | | | intermingled)
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-0/+1
|
* - merge diffs with parallel_sshPascal Rigaux2008-07-101-2/+3
| | | | | - fix return value (bug introduced during refactoring)
* move parallel_resolve_dependencies() which is now the same in parallel_ssh ↵Pascal Rigaux2008-07-103-60/+30
| | | | and parallel_ka_run
* create propagate_file() to be similar to parallel_sshPascal Rigaux2008-07-101-1/+6
|
* move some code into new function propagate_file()Pascal Rigaux2008-07-101-3/+9
|
* cleanupPascal Rigaux2008-07-101-1/+3
|
* inline urpm::parallel::post_register_rpms()Pascal Rigaux2008-07-101-4/+0
|
* move parallel_register_rpms() to parallel (ie avoid duplication)Pascal Rigaux2008-07-103-17/+8
|
* 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-102-19/+9
|
* 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 aria2 option to --help as well as --metalinkPer Øyvind Karlsen2008-07-102-0/+3
|
* 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
|