Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | use "any" instead of "grep" in scalar context | Thierry Vignaud | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | (_simple_resolve_dependencies) fix urpmq --whatrequires regression ↵ | Thierry Vignaud | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | introduced in 7.8.2 (#7706) as well as similar issue in urpmi --parallel issue introduced in commit r6067 on 2012-09-26: "simplify" | ||||
* | (_simple_resolve_dependencies) further simplify, fixing previous commit | Thierry Vignaud | 2012-09-27 | 1 | -2/+3 |
| | |||||
* | adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages() | Thierry Vignaud | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2012-09-26 | 1 | -2/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | 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) | ||||
* | urpm_popen errors are not fatal by default on ssh, only for urpmq | Pascal Rigaux | 2008-07-10 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | - 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 | 1 | -0/+32 |
| | |||||
* | move parallel_resolve_dependencies() which is now the same in parallel_ssh ↵ | Pascal Rigaux | 2008-07-10 | 1 | -0/+30 |
| | | | | and parallel_ka_run | ||||
* | 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 | 1 | -0/+8 |
| | |||||
* | move parallel_find_remove() (=> avoid duplication) | Pascal Rigaux | 2008-07-10 | 1 | -0/+38 |
| | |||||
* | factorize | Pascal Rigaux | 2008-07-09 | 1 | -0/+2 |
| | |||||
* | move duplicated code into urpm::parallel::parse_urpmq_output() | Pascal Rigaux | 2008-07-09 | 1 | -0/+29 |
| | |||||
* | 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 | 1 | -0/+42 |
| | |||||
* | factorize urpme output parsing | Pascal Rigaux | 2008-07-09 | 1 | -0/+34 |
| | |||||
* | factorize code into urpm::parallel::find_remove_pre() | Pascal Rigaux | 2008-07-09 | 1 | -0/+19 |
| | |||||
* | factorize | Pascal Rigaux | 2008-07-09 | 1 | -0/+10 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | | | | | o fix --parallel on local media (ie when synthesis.cz is not copied to /var/lib/urpmi) | ||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | add Id svn keyword | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | add svn Id | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | move urpm::parallel_remove to urpm::parallel::remove | Pascal Rigaux | 2006-11-21 | 1 | -0/+12 |
| | | | | | (but keep urpm::parallel_remove for backward compatibility since rpmdrake uses it) | ||||
* | create urpm::parallel and move some things from urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -0/+57 |