summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* simplifyPascal Rigaux2008-07-081-1/+1
|
* create cachedir_rpms() out of _selected2local_and_ids()Pascal Rigaux2008-07-081-8/+23
|
* create _selected2local_and_ids() out of selected2list()Pascal Rigaux2008-07-081-9/+20
|
* we don't need to know the medium to compute ->is_delta_installable, so doingPascal Rigaux2008-07-081-4/+4
| | | | | it in previous loop
* rename varPascal Rigaux2008-07-081-3/+3
|
* simplifyPascal Rigaux2008-07-081-1/+1
|
* simplifyPascal Rigaux2008-07-081-3/+1
|
* cleanupPascal Rigaux2008-07-081-1/+1
|
* - urpmiPascal Rigaux2008-07-084-2/+6
| | | | | o handle --debug-librpm
* - urpmi.addmediaPascal Rigaux2008-07-082-1/+4
| | | | | o --interactive: fix selecting "noauto" media (#39522)
* skip non-updates media before doing ask_media Pascal Rigaux2008-07-081-5/+6
| | | | | | (for urpmi.addmedia --interactive), otherwise we prompt for a media, then discard it
* allow "urpmi.addmedia --distrib --mirrorlist" to please blino (#40283)Pascal Rigaux2008-07-083-4/+6
|
* - urpme:Pascal Rigaux2008-07-082-1/+5
| | | | | | | o --test: display "Removal is possible" if no pb (#40584) (though i wonder what kind of issues could arise when testing transaction?)
* make it more explicit we are actually testing removal, not really removingPascal Rigaux2008-07-081-1/+3
|
* - urpmi:Pascal Rigaux2008-07-082-1/+3
| | | | | o handle README.urpmi in utf8 (but not other encodings) (#41553)
* fix translation (#41572)Pascal Rigaux2008-07-081-2/+2
|
* - urpmqPascal Rigaux2008-07-085-2/+9
| | | | | o add --obsoletes
* fix doc: -P is deprecated for same time, do not refer to itPascal Rigaux2008-07-081-1/+1
|
* - urpmq:Pascal Rigaux2008-07-085-10/+15
| | | | | | | | o --suggests now displays the suggested packages, see --allow-suggests for previous behaviour (#39726) - fixing duplicated setting of options in args.pm
* update urpmi.potPascal Rigaux2008-07-081-347/+383
|
* 6.06.0Pascal Rigaux2008-07-072-1/+3
|
* updatePascal Rigaux2008-07-071-0/+85
|
* check "urpmi --auto-select" and "urpme" correctly warn about new orphansPascal Rigaux2008-07-071-18/+53
|
* fix detecting urpme creates a new orphan through "suggests"Pascal Rigaux2008-07-071-1/+1
|
* fix typoPascal Rigaux2008-07-071-1/+1
|
* use code from urpm::orphansPascal Rigaux2008-07-072-43/+3
|
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-0799-18/+1672
|
* with --urpmi-root, we do not use statedir_media_info_file to allow ↵Pascal Rigaux2008-07-072-1/+6
| | | | compatibility with older urpmi
* fix bug in previous commitPascal Rigaux2008-07-071-1/+1
|
* fix "urpme -a" (bug introduced in r243154 2008-07-02)Pascal Rigaux2008-07-071-1/+1
|
* adapt the error message: --install-src is allowed for non-root for some time,Pascal Rigaux2008-07-071-2/+1
| | | | | | so the real pb here is $cachedir/partial being fucked up (occurs for example when /var is being removed during urpmi...)
* what was introduced in perl-URPM 3.16 to get "rejected already installed pkgs"Pascal Rigaux2008-07-072-3/+2
| | | | | | is wrong. Adapt to perl-URPM 3.18 way ($state->{rejected_already_installed}) which ensures we don't break things (eg: superuser--priority-upgrade.t test case)