summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* 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 download_packages_of_dist...Pascal Rigaux2008-07-081-15/+23
* goal: get rid of $list which must be used together with $urpm->{media}, and u...Pascal Rigaux2008-07-085-43/+41
* urpm::install::prepare_transaction() now returns the computed values instead ofPascal Rigaux2008-07-082-13/+9
* 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
* 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
* 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
* rename varPascal Rigaux2008-07-081-3/+3
* - urpmiPascal Rigaux2008-07-081-0/+1
* - urpmi.addmediaPascal Rigaux2008-07-081-1/+3
* skip non-updates media before doing ask_media Pascal Rigaux2008-07-081-5/+6
* allow "urpmi.addmedia --distrib --mirrorlist" to please blino (#40283)Pascal Rigaux2008-07-081-1/+1
* - urpmi:Pascal Rigaux2008-07-081-1/+1
* - urpmqPascal Rigaux2008-07-081-0/+1
* - urpmq:Pascal Rigaux2008-07-081-7/+4
* 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-071-38/+0
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-074-2/+349
* with --urpmi-root, we do not use statedir_media_info_file to allow compatibil...Pascal Rigaux2008-07-071-1/+4
* adapt the error message: --install-src is allowed for non-root for some time,Pascal Rigaux2008-07-071-2/+1
* what was introduced in perl-URPM 3.16 to get "rejected already installed pkgs"Pascal Rigaux2008-07-071-2/+1
* create file2absolute_file() and use itPascal Rigaux2008-07-072-2/+15
* handle transaction set with only removed packagesPascal Rigaux2008-07-031-2/+3
* - add wc_l()Pascal Rigaux2008-07-031-2/+5
* create a varPascal Rigaux2008-07-031-1/+3
* - rewrite find_removed_from_basesystem()Pascal Rigaux2008-07-031-15/+29
* re-indentPascal Rigaux2008-07-031-17/+19
* factorize options handlingPascal Rigaux2008-07-032-7/+15
* simplifyPascal Rigaux2008-07-021-1/+1
* much nicer var namePascal Rigaux2008-07-021-6/+6
* normalize options passing: through %options or $urpm->{options}Pascal Rigaux2008-07-021-5/+3
* simplifyPascal Rigaux2008-07-011-1/+1
* create urpm::select::installed_leaves() out of rpm-find-leavesPascal Rigaux2008-07-011-0/+37
* use db_open_or_die_()Pascal Rigaux2008-07-012-2/+2
* create db_open_or_die_() and use itPascal Rigaux2008-07-012-5/+5
* simplify rpmdb_to_synthesis() prototypePascal Rigaux2008-07-011-2/+2
* add append_to_file()Pascal Rigaux2008-07-011-1/+8
* cleanupPascal Rigaux2008-06-261-6/+7
* - urpmiPascal Rigaux2008-06-262-14/+20
* - urpmi:Pascal Rigaux2008-06-261-18/+27