Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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() | ||||
* | goal: get rid of $list which must be used together with $urpm->{media}, and ↵ | Pascal Rigaux | 2008-07-08 | 5 | -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 of | Pascal Rigaux | 2008-07-08 | 2 | -13/+9 |
| | | | | | modifying the parameters | ||||
* | create _hash_intersect_list() and use it | Pascal Rigaux | 2008-07-08 | 1 | -3/+10 |
| | |||||
* | move things around | Pascal Rigaux | 2008-07-08 | 1 | -2/+4 |
| | |||||
* | - compute $blist->{list} first url instead of having it in $blist->{url} | Pascal Rigaux | 2008-07-08 | 2 | -4/+17 |
| | | | | | - create file_or_synthesis_dir_from_blist() and use it | ||||
* | rename %transaction_sources into $transaction_sources (for future commit) | Pascal Rigaux | 2008-07-08 | 1 | -16/+17 |
| | |||||
* | remove obsolete urpm::removable::copy_packages_of_removable_media(), call | Pascal Rigaux | 2008-07-08 | 2 | -6/+2 |
| | | | | | urpm::cdrom::copy_packages_of_removable_media() directly | ||||
* | simplify | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | create cachedir_rpms() out of _selected2local_and_ids() | Pascal Rigaux | 2008-07-08 | 1 | -8/+23 |
| | |||||
* | create _selected2local_and_ids() out of selected2list() | Pascal Rigaux | 2008-07-08 | 1 | -9/+20 |
| | |||||
* | we don't need to know the medium to compute ->is_delta_installable, so doing | Pascal Rigaux | 2008-07-08 | 1 | -4/+4 |
| | | | | | it in previous loop | ||||
* | rename var | Pascal Rigaux | 2008-07-08 | 1 | -3/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-07-08 | 1 | -0/+1 |
| | | | | | o handle --debug-librpm | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2008-07-08 | 1 | -1/+3 |
| | | | | | o --interactive: fix selecting "noauto" media (#39522) | ||||
* | skip non-updates media before doing ask_media | Pascal Rigaux | 2008-07-08 | 1 | -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 Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | | | | | o handle README.urpmi in utf8 (but not other encodings) (#41553) | ||||
* | - urpmq | Pascal Rigaux | 2008-07-08 | 1 | -0/+1 |
| | | | | | o add --obsoletes | ||||
* | - urpmq: | Pascal Rigaux | 2008-07-08 | 1 | -7/+4 |
| | | | | | | | | o --suggests now displays the suggested packages, see --allow-suggests for previous behaviour (#39726) - fixing duplicated setting of options in args.pm | ||||
* | fix detecting urpme creates a new orphan through "suggests" | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | use code from urpm::orphans | Pascal Rigaux | 2008-07-07 | 1 | -38/+0 |
| | |||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 4 | -2/+349 |
| | |||||
* | with --urpmi-root, we do not use statedir_media_info_file to allow ↵ | Pascal Rigaux | 2008-07-07 | 1 | -1/+4 |
| | | | | compatibility with older urpmi | ||||
* | adapt the error message: --install-src is allowed for non-root for some time, | Pascal Rigaux | 2008-07-07 | 1 | -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 Rigaux | 2008-07-07 | 1 | -2/+1 |
| | | | | | | 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) | ||||
* | create file2absolute_file() and use it | Pascal Rigaux | 2008-07-07 | 2 | -2/+15 |
| | |||||
* | handle transaction set with only removed packages | Pascal Rigaux | 2008-07-03 | 1 | -2/+3 |
| | | | | | (for upcoming orphans handling) | ||||
* | - add wc_l() | Pascal Rigaux | 2008-07-03 | 1 | -2/+5 |
| | | | | | - allow to give a backup extension to output_safe() | ||||
* | create a var | Pascal Rigaux | 2008-07-03 | 1 | -1/+3 |
| | |||||
* | - rewrite find_removed_from_basesystem() | Pascal Rigaux | 2008-07-03 | 1 | -15/+29 |
| | | | | | | | | - enhance find_removed_from_basesystem: do not return "basesystem" and "basesystem-minimal" when "basesystem" is removed only because "basesystem-minimal" is removed - create rejected_closure() and rejected_unsatisfied() |