summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* minimal re-indent to make things clearPascal Rigaux2008-08-211-2/+3
* - urpmiPascal Rigaux2008-08-201-1/+3
* - urpmi, urpmq:Pascal Rigaux2008-08-201-1/+2
* add formatList() (taken from MDK::Common)Pascal Rigaux2008-08-201-0/+4
* factorizePascal Rigaux2008-08-201-2/+1
* replace unless with if !Pascal Rigaux2008-08-201-2/+2
* create _search_packages_keep_best() out of _search_packages()Pascal Rigaux2008-08-201-22/+27
* cleanupPascal Rigaux2008-08-201-3/+1
* cleanupPascal Rigaux2008-08-201-1/+1
* handle --justdb and --noscripts in gurpmiThierry Vignaud2008-08-071-1/+1
* o sort the list of orphansPascal Rigaux2008-07-111-1/+1
* - urpmePascal Rigaux2008-07-111-1/+1
* o fix creation of chroot with --root by using /var/lib/rpm/installed-throug...Pascal Rigaux2008-07-101-7/+7
* o fix --parallel --auto-select when one box is up-to-date but not the other...Pascal Rigaux2008-07-101-1/+1
* this message is parsed in urpm::parallel tooPascal Rigaux2008-07-101-0/+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
* 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
* "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 int...Pascal Rigaux2008-07-102-4/+7
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-0/+1
* - merge diffs with parallel_sshPascal Rigaux2008-07-101-2/+3
* move parallel_resolve_dependencies() which is now the same in parallel_ssh an...Pascal Rigaux2008-07-103-60/+30
* 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
* 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