Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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() | ||||
* | re-indent | Pascal Rigaux | 2008-07-03 | 1 | -17/+19 |
| | |||||
* | factorize options handling | Pascal Rigaux | 2008-07-03 | 2 | -7/+15 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-02 | 1 | -1/+1 |
| | |||||
* | much nicer var name | Pascal Rigaux | 2008-07-02 | 1 | -6/+6 |
| | |||||
* | normalize options passing: through %options or $urpm->{options} | Pascal Rigaux | 2008-07-02 | 1 | -5/+3 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | create urpm::select::installed_leaves() out of rpm-find-leaves | Pascal Rigaux | 2008-07-01 | 1 | -0/+37 |
| | |||||
* | use db_open_or_die_() | Pascal Rigaux | 2008-07-01 | 2 | -2/+2 |
| | |||||
* | create db_open_or_die_() and use it | Pascal Rigaux | 2008-07-01 | 2 | -5/+5 |
| | |||||
* | simplify rpmdb_to_synthesis() prototype | Pascal Rigaux | 2008-07-01 | 1 | -2/+2 |
| | |||||
* | add append_to_file() | Pascal Rigaux | 2008-07-01 | 1 | -1/+8 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-06-26 | 1 | -6/+7 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-06-26 | 2 | -14/+20 |
| | | | | | | | o display a message "Package foo is already installed" when asking "urpmi foo bar" and only installing bar (#41593) (requires perl-URPM 3.16) | ||||
* | - urpmi: | Pascal Rigaux | 2008-06-26 | 1 | -18/+27 |
| | | | | | | o "missing file" and "bad rpms" errors are reported asap and are fatal errors unless the user wants to go on anyway (or --force) | ||||
* | - urpmi | Pascal Rigaux | 2008-06-26 | 2 | -7/+7 |
| | | | | | o fix displaying "files are missing" (regression introduced in 5.6) | ||||
* | - all tools: | Pascal Rigaux | 2008-06-24 | 1 | -3/+23 |
| | | | | | | | | o statedir files are now in /var/lib/urpmi/<medium-name>/ for eg: /var/lib/urpmi/synthesis.hdlist.<medium-name> is now /var/lib/urpmi/<medium-name>/synthesis.hdlist.cz it allows easier medium update without using urpmi.update (#31893) | ||||
* | use @media_info_prefix_suffix and statedir_media_info_file() | Pascal Rigaux | 2008-06-24 | 1 | -2/+11 |
| | | | | | (useful for next commit) | ||||
* | empty_dir() is a better name, clean_dir() will be used for just removing the dir | Pascal Rigaux | 2008-06-24 | 2 | -2/+7 |
| | |||||
* | create statedir_media_info_basename() and use it | Pascal Rigaux | 2008-06-24 | 1 | -3/+8 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-06-24 | 1 | -8/+7 |
| | |||||
* | o fix --replacepkgs when a same package appears more than once in urpmi db | Pascal Rigaux | 2008-06-23 | 1 | -3/+1 |
| | |||||
* | urpmi: set connection timeout for rsync as well | Anssi Hannula | 2008-06-15 | 1 | -0/+2 |
| | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-06-05 | 1 | -2/+2 |
| | | | | | o fix --no-md5sum (regression introduced in 5.20) (#41237) | ||||
* | - urpmi | Pascal Rigaux | 2008-06-02 | 1 | -0/+18 |
| | | | | | | o fix --replacepkgs when a package appears more than once in urpmi db (#40893) (need perl-URPM 3.14) |