Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace unless with if ! | Pascal Rigaux | 2008-08-20 | 1 | -2/+2 |
| | |||||
* | create _search_packages_keep_best() out of _search_packages() | Pascal Rigaux | 2008-08-20 | 1 | -22/+27 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-08-20 | 1 | -3/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | handle --justdb and --noscripts in gurpmi | Thierry Vignaud | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | o sort the list of orphans | Pascal Rigaux | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | - urpme | Pascal Rigaux | 2008-07-11 | 1 | -1/+1 |
| | | | | | o add --justdb | ||||
* | o fix creation of chroot with --root by using ↵ | Pascal Rigaux | 2008-07-10 | 1 | -7/+7 |
| | | | | | | | | | /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 Rigaux | 2008-07-10 | 1 | -1/+1 |
| | | | | others (#41924) | ||||
* | this message is parsed in urpm::parallel too | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | urpm_popen errors are not fatal by default on ssh, only for urpmq | Pascal Rigaux | 2008-07-10 | 3 | -2/+8 |
| | |||||
* | fix parsing urpme output | Pascal Rigaux | 2008-07-10 | 1 | -17/+9 |
| | |||||
* | fix getting install errors (since value has been chomp'ed in urpm_popen) | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fix return value of callback to urpm_popen | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | skip parallel.pm when looking for parallel modules | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | add debug | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | shut up the "adding medium "Virtual"" when using --synthesis or --use-distrib | Pascal Rigaux | 2008-07-10 | 1 | -5/+5 |
| | |||||
* | more orthogonal error msg | Pascal Rigaux | 2008-07-10 | 1 | -3/+2 |
| | |||||
* | urpm_popen: fix exit condition | Pascal Rigaux | 2008-07-10 | 2 | -2/+2 |
| | |||||
* | fix debug message | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | revert using --no-locales on urpmq, keep it a special case for now | Pascal Rigaux | 2008-07-10 | 2 | -2/+8 |
| | | | | | (for compat with urpmi < 6.1) | ||||
* | 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 |
| |