summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge small differences between those 2 modulesPascal Rigaux2008-07-092-14/+13
|
* use urpm::parallelPascal Rigaux2008-07-092-0/+2
|
* cleanupPascal Rigaux2008-07-091-1/+1
|
* factorizePascal Rigaux2008-07-093-10/+12
|
* cleanupPascal Rigaux2008-07-091-10/+7
|
* cleanupPascal Rigaux2008-07-091-6/+3
|
* cleanupPascal Rigaux2008-07-091-1/+1
|
* cleanupPascal Rigaux2008-07-091-4/+4
|
* rename var, cleanupPascal Rigaux2008-07-091-6/+6
|
* udpate docPascal Rigaux2008-07-091-7/+5
|
* - urpmiPascal Rigaux2008-07-092-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 Rigaux2008-07-092-29/+31
|
* - all toolsPascal Rigaux2008-07-092-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 Rigaux2008-07-091-1/+1
|
* adapt to --suggests urpmi option being now --allow-suggestsPascal Rigaux2008-07-091-1/+1
|
* add aria2 to --helpPer Øyvind Karlsen2008-07-091-0/+1
|
* - urpmi, urpme, urpmq:Pascal Rigaux2008-07-092-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 orphansPascal Rigaux2008-07-091-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 setPascal Rigaux2008-07-091-3/+5
| | | | | cache's network_mtime everytime we use the cache)
* simplifyPascal Rigaux2008-07-081-6/+4
|
* now, get rid of blist->{list} :)Pascal Rigaux2008-07-082-10/+4
|
* final urpm::cdrom adaptation to blist->{pkgs} instead of blist->{list}Pascal Rigaux2008-07-081-1/+1
|
* $o_url and blists_url is no more allowed, so adaptPascal Rigaux2008-07-082-27/+25
|
* rename varPascal Rigaux2008-07-081-2/+2
|
* migrate to use blist->{pkgs} instead of blist->{list}Pascal Rigaux2008-07-082-9/+9
|
* fix typoPascal Rigaux2008-07-081-2/+2
|
* migrate download_packages_of_distant_media() to use blist->{pkgs} instead of ↵Pascal Rigaux2008-07-081-6/+4
| | | | blist->{list}
* migrate _download_packages_of_distant_media() to use blist->{pkgs} instead ↵Pascal Rigaux2008-07-081-7/+8
| | | | of blist->{list}
* use a local copy of $blists to avoid modifying itPascal Rigaux2008-07-081-6/+6
|
* simplify using urpm::blist_to_urls()Pascal Rigaux2008-07-081-3/+1
|
* create blist_to_urls()Pascal Rigaux2008-07-081-1/+11
|
* propagate blist->{pkgs}Pascal Rigaux2008-07-081-1/+4
|
* migrate to use $blist->{pkgs} instead of $blist->{list}Pascal Rigaux2008-07-081-3/+4
|
* add {pkgs} to $blist, it deprecates {list}Pascal Rigaux2008-07-081-3/+7
|
* createPascal Rigaux2008-07-081-0/+5
|
* use urpm::get_pkgs::selected2local_and_blists()Pascal Rigaux2008-07-081-2/+2
|
* make selected2list() use selected2local_and_blists()Pascal Rigaux2008-07-081-17/+14
| | | | | and make selected2local_and_blists() do the computation
* migrate to urpm::get_pkgs::selected2local_and_blists()Pascal Rigaux2008-07-081-6/+5
|
* rename $i to $id to make it clearPascal Rigaux2008-07-081-6/+6
|
* rename/create vars for clarityPascal Rigaux2008-07-081-5/+6
|
* pass a blist to _download_packages_of_distant_media()Pascal Rigaux2008-07-081-12/+10
|
* re-indentPascal Rigaux2008-07-081-29/+30
|
* create _download_packages_of_distant_media() out of ↵Pascal Rigaux2008-07-081-15/+23
| | | | download_packages_of_distant_media()
* goal: get rid of $list which must be used together with $urpm->{media}, and ↵Pascal Rigaux2008-07-085-43/+41
| | | | | | | | | | | | | | use $blists instead - create urpm::get_pkgs::selected2local_and_blists(), which is similar to selected2list(), but returns a $blists - the following functions have been modified to use a $blists instead of $list: urpm::cdrom::copy_packages_of_removable_media() urpm::install::prepare_transaction() urpm::removable::try_mounting_non_cdroms() urpm::get_pkgs::download_packages_of_distant_media() - adapt code to use $blists
* urpm::install::prepare_transaction() now returns the computed values instead ofPascal Rigaux2008-07-082-13/+9
| | | | | modifying the parameters
* create _hash_intersect_list() and use itPascal Rigaux2008-07-081-3/+10
|
* move things aroundPascal Rigaux2008-07-081-2/+4
|
* - compute $blist->{list} first url instead of having it in $blist->{url}Pascal Rigaux2008-07-082-4/+17
| | | | | - create file_or_synthesis_dir_from_blist() and use it
* rename %transaction_sources into $transaction_sources (for future commit)Pascal Rigaux2008-07-081-16/+17
|
* remove obsolete urpm::removable::copy_packages_of_removable_media(), callPascal Rigaux2008-07-082-6/+2
| | | | | urpm::cdrom::copy_packages_of_removable_media() directly