Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hoist | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | rename var | Pascal Rigaux | 2008-07-09 | 1 | -5/+5 | |
| | ||||||
* | normalize | Pascal Rigaux | 2008-07-09 | 1 | -2/+2 | |
| | ||||||
* | 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 | 2 | -25/+10 | |
| | | | | | for some time now (r14609 2004-12-07) | |||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -3/+3 | |
| | ||||||
* | factorize urpme output parsing | Pascal Rigaux | 2008-07-09 | 3 | -56/+42 | |
| | ||||||
* | merge fix for parallel_ka_run (r13623 2003-07-29) | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -1/+2 | |
| | ||||||
* | factorize code into urpm::parallel::find_remove_pre() | Pascal Rigaux | 2008-07-09 | 3 | -27/+26 | |
| | ||||||
* | merge small differences between those 2 modules | Pascal Rigaux | 2008-07-09 | 2 | -14/+13 | |
| | ||||||
* | use urpm::parallel | Pascal Rigaux | 2008-07-09 | 2 | -0/+2 | |
| | ||||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | factorize | Pascal Rigaux | 2008-07-09 | 3 | -10/+12 | |
| | ||||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -10/+7 | |
| | ||||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -6/+3 | |
| | ||||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | cleanup | Pascal Rigaux | 2008-07-09 | 1 | -4/+4 | |
| | ||||||
* | rename var, cleanup | Pascal Rigaux | 2008-07-09 | 1 | -6/+6 | |
| | ||||||
* | - 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) | |||||
* | cleanup: use N() instead of urpm::N() | Pascal Rigaux | 2008-07-09 | 2 | -29/+31 | |
| | ||||||
* | - all tools | Pascal Rigaux | 2008-07-09 | 1 | -3/+3 | |
| | | | | | o fix broken ssh:// (regression introduced in 6.0) | |||||
* | - urpmi, urpme, urpmq: | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 | |
| | | | | | | | | o fix orphans handling: suggested packages must not be detected as orphans (reported on cooker ml: perl-Mail-DomainKeys suggested by spamassassin was detected as orphan) | |||||
* | set network_mtime in _pick_one_, it's cleaner (since we don't need to set | Pascal Rigaux | 2008-07-09 | 1 | -3/+5 | |
| | | | | | cache's network_mtime everytime we use the cache) | |||||
* | simplify | Pascal Rigaux | 2008-07-08 | 1 | -6/+4 | |
| | ||||||
* | now, get rid of blist->{list} :) | Pascal Rigaux | 2008-07-08 | 2 | -10/+4 | |
| | ||||||
* | final urpm::cdrom adaptation to blist->{pkgs} instead of blist->{list} | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 | |
| | ||||||
* | $o_url and blists_url is no more allowed, so adapt | Pascal Rigaux | 2008-07-08 | 2 | -27/+25 | |
| | ||||||
* | rename var | Pascal Rigaux | 2008-07-08 | 1 | -2/+2 | |
| | ||||||
* | migrate to use blist->{pkgs} instead of blist->{list} | Pascal Rigaux | 2008-07-08 | 2 | -9/+9 | |
| | ||||||
* | fix typo | Pascal Rigaux | 2008-07-08 | 1 | -2/+2 | |
| | ||||||
* | migrate download_packages_of_distant_media() to use blist->{pkgs} instead of ↵ | Pascal Rigaux | 2008-07-08 | 1 | -6/+4 | |
| | | | | blist->{list} | |||||
* | migrate _download_packages_of_distant_media() to use blist->{pkgs} instead ↵ | Pascal Rigaux | 2008-07-08 | 1 | -7/+8 | |
| | | | | of blist->{list} | |||||
* | use a local copy of $blists to avoid modifying it | Pascal Rigaux | 2008-07-08 | 1 | -6/+6 | |
| | ||||||
* | propagate blist->{pkgs} | Pascal Rigaux | 2008-07-08 | 1 | -1/+4 | |
| | ||||||
* | add {pkgs} to $blist, it deprecates {list} | Pascal Rigaux | 2008-07-08 | 1 | -3/+7 | |
| | ||||||
* | make selected2list() use selected2local_and_blists() | Pascal Rigaux | 2008-07-08 | 1 | -17/+14 | |
| | | | | | and make selected2local_and_blists() do the computation | |||||
* | rename $i to $id to make it clear | Pascal Rigaux | 2008-07-08 | 1 | -6/+6 | |
| | ||||||
* | rename/create vars for clarity | Pascal Rigaux | 2008-07-08 | 1 | -5/+6 | |
| | ||||||
* | pass a blist to _download_packages_of_distant_media() | Pascal Rigaux | 2008-07-08 | 1 | -12/+10 | |
| | ||||||
* | re-indent | Pascal Rigaux | 2008-07-08 | 1 | -29/+30 | |
| | ||||||
* | create _download_packages_of_distant_media() out of ↵ | Pascal Rigaux | 2008-07-08 | 1 | -15/+23 | |
| | | | | download_packages_of_distant_media() |