Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | please perl_checker | Pascal Rigaux | 2008-07-09 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | udpate doc | Pascal Rigaux | 2008-07-09 | 1 | -7/+5 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-07-09 | 2 | -1/+2 |
| | | | | | 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 | 2 | -3/+5 |
| | | | | | o fix broken ssh:// (regression introduced in 6.0) | ||||
* | -h doesn't exist (it has been removed from manpage in 2006, cf r15529) | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | adapt to --suggests urpmi option being now --allow-suggests | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | add aria2 to --help | Per Øyvind Karlsen | 2008-07-09 | 1 | -0/+1 |
| | |||||
* | - urpmi, urpme, urpmq: | Pascal Rigaux | 2008-07-09 | 2 | -1/+3 |
| | | | | | | | | 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) | ||||
* | check that just required packages are not detected as orphans | Pascal Rigaux | 2008-07-09 | 1 | -0/+3 |
| | | | | | | (reported on cooker@ that 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 |
| | |||||
* | simplify using urpm::blist_to_urls() | Pascal Rigaux | 2008-07-08 | 1 | -3/+1 |
| | |||||
* | create blist_to_urls() | Pascal Rigaux | 2008-07-08 | 1 | -1/+11 |
| | |||||
* | propagate blist->{pkgs} | Pascal Rigaux | 2008-07-08 | 1 | -1/+4 |
| | |||||
* | migrate to use $blist->{pkgs} instead of $blist->{list} | Pascal Rigaux | 2008-07-08 | 1 | -3/+4 |
| | |||||
* | add {pkgs} to $blist, it deprecates {list} | Pascal Rigaux | 2008-07-08 | 1 | -3/+7 |
| | |||||
* | create | Pascal Rigaux | 2008-07-08 | 1 | -0/+5 |
| | |||||
* | use urpm::get_pkgs::selected2local_and_blists() | Pascal Rigaux | 2008-07-08 | 1 | -2/+2 |
| | |||||
* | make selected2list() use selected2local_and_blists() | Pascal Rigaux | 2008-07-08 | 1 | -17/+14 |
| | | | | | and make selected2local_and_blists() do the computation | ||||
* | migrate to urpm::get_pkgs::selected2local_and_blists() | Pascal Rigaux | 2008-07-08 | 1 | -6/+5 |
| | |||||
* | 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 |
| |