Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | use "find" instead of "grep" in scalar context | Thierry Vignaud | 2012-11-21 | 1 | -2/+2 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2012-09-08 | 1 | -1/+0 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | 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 ------------------------------------------------------------------------ | ||||
* | update copyright notices | Per Øyvind Karlsen | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | update copyright | Thierry Vignaud | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | urpm_popen errors are not fatal by default on ssh, only for urpmq | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | urpm_popen: fix exit condition | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+4 |
| | | | | | (for compat with urpmi < 6.1) | ||||
* | add debug message in --debug mode | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | factorize parallel_install() which is now the same in each backend | Pascal Rigaux | 2008-07-10 | 1 | -33/+0 |
| | |||||
* | move code into run_urpm_command() | Pascal Rigaux | 2008-07-10 | 1 | -1/+6 |
| | |||||
* | have an implementation that works both on ssh and rshp (where outputs are ↵ | Pascal Rigaux | 2008-07-10 | 1 | -2/+3 |
| | | | | intermingled) | ||||
* | - 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 | 1 | -30/+0 |
| | | | | and parallel_ka_run | ||||
* | create propagate_file() to be similar to parallel_ssh | Pascal Rigaux | 2008-07-10 | 1 | -1/+6 |
| | |||||
* | move parallel_register_rpms() to parallel (ie avoid duplication) | Pascal Rigaux | 2008-07-10 | 1 | -9/+0 |
| | |||||
* | create copy_to_dir() to be similar with parallel_ssh | Pascal Rigaux | 2008-07-10 | 1 | -2/+4 |
| | |||||
* | 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 | 1 | -38/+0 |
| | |||||
* | rename var | Pascal Rigaux | 2008-07-10 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | introduce inheritance | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | create _rshp_urpm_popen() and use it | Pascal Rigaux | 2008-07-09 | 1 | -4/+11 |
| | |||||
* | replace _rshp_command() with the more specialized _rshp_urpm() | Pascal Rigaux | 2008-07-09 | 1 | -9/+9 |
| | | | | | (which takes care of --no-locales) | ||||
* | make run_mput() local | Pascal Rigaux | 2008-07-09 | 1 | -4/+4 |
| | |||||
* | make rshp_command() local | Pascal Rigaux | 2008-07-09 | 1 | -5/+5 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -9/+8 |
| | |||||
* | factorize | Pascal Rigaux | 2008-07-09 | 1 | -1/+0 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -5/+4 |
| | |||||
* | move duplicated code into urpm::parallel::parse_urpmq_output() | Pascal Rigaux | 2008-07-09 | 1 | -24/+1 |
| | |||||
* | merge changes with parallel_ssh | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 |
| | |||||
* | can you believe this whole is simply duplicated? well, it is :-/ | Pascal Rigaux | 2008-07-09 | 1 | -36/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 |
| | |||||
* | no kidding, those vars are used for reading, never written! | Pascal Rigaux | 2008-07-09 | 1 | -3/+1 |
| | |||||
* | create run_mput() and use it | Pascal Rigaux | 2008-07-09 | 1 | -6/+11 |
| | |||||
* | enhance rshp_command() to fit its uses | Pascal Rigaux | 2008-07-09 | 1 | -7/+8 |
| | |||||
* | create rshp_command() and use it to remove duplication of the {log} | Pascal Rigaux | 2008-07-09 | 1 | -8/+11 |
| | |||||
* | $urpm->{ui_msg} is same as $urpm->{log} since $urpm->{ui} is dead | Pascal Rigaux | 2008-07-09 | 1 | -6/+5 |
| | | | | | for some time now (r14609 2004-12-07) | ||||
* | fix typo | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | remove ugly duplication | Pascal Rigaux | 2008-07-09 | 1 | -2/+3 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -4/+4 |
| | |||||
* | factorize urpme output parsing | Pascal Rigaux | 2008-07-09 | 1 | -29/+5 |
| | |||||
* | merge diff with parallel_ssh | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 |
| | |||||
* | cleanup (and show common code) | Pascal Rigaux | 2008-07-09 | 1 | -1/+3 |
| | |||||
* | factorize code into urpm::parallel::find_remove_pre() | Pascal Rigaux | 2008-07-09 | 1 | -14/+4 |
| | |||||
* | merge small differences between those 2 modules | Pascal Rigaux | 2008-07-09 | 1 | -7/+7 |
| |