| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
o fix regression introduced in 4.10.15:
"urpmi --force valid invalid" should warn about "invalid" but still
install "valid"
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this regression was introduced in commit r231535:
there is no reason search_packages should return multiple
pkgs with same fullname when using {provides}, and should
not otherwise
a "better" fix could be done in urpmq.
nb: "urpmq -d basesystem" still use "|" for choices, but
"urpmq --sources -d basesystem" doesn't, so it's quite broken...
|
|
|
|
|
| |
o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
|
|
|
|
|
| |
o new option --requires-recursive (alias of option -d)
|
|
|
|
|
|
|
|
|
| |
o --auto-update is quite unsafe, but at least now it should be cleaner
(ensure $urpm doesn't have media twice)
bug triggered by --auto-update --update. still --auto-update --update should
not update non-update media...
|
|
|
|
|
| |
o fix --limit-rate (regression introduced in 4.9.12)
|
|
|
|
|
| |
(this fixes pubkey checks when a src.rpm is available in more than one media)
|
|
|
|
|
|
|
| |
(broken since search_packages can return more than one src.rpm)
anyway, this code is not needed and will be dropped
|
| |
|
|
|
|
|
|
|
|
| |
o fix "urpmi --install-src" (regression introduced in 4.10.9)
nb: packages_by_name can't be used here since $urpm->{provides} doesn't have src.rpm
so a full search is needed
|
|
|
|
|
|
|
| |
fullname when using {provides}, and should not otherwise
(will cleanup duplication in next commit)
|
|
|
|
|
| |
(allow to test nofsync and private db)
|
|
|
|
|
|
| |
o with rsync, use --copy-links (to have the same behaviour as http/ftp, and
so allow symlinks on the server)
|
|
|
|
|
| |
- add some debug (it may help dvalin)
|
|
|
|
|
| |
o urpm::media::add_distrib_media: add option "only_updates" for rpmdrake
|
|
|
|
|
| |
o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
|
| |
|
|
|
|
|
|
|
|
|
| |
o ensure a second pass is done even if media has not been modified
(useful for the %trigger trick done in urpmi to rebuild synthesis with
suggests)
without it, file provides are not computed properly
|
| |
|
| |
|
|
|
|
|
|
|
| |
"Passing bundle option, even if that does nothing for now"
since it does nothing. will revert if/when support is really implemented
|
|
|
|
|
| |
is not used
|
|
|
|
|
| |
selected2list(). it needs to be a little more complex...
|
| |
|
| |
|
|
|
|
|
|
|
| |
o fix --synthesis
(by handling synthesis argument the same way in urpmq, urpmi and urpmf)
|
|
|
|
|
| |
=> make it instantaneous instead of taking 20% of the time of a small urpmi command
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(previous tentative was not very good.
i don't know in which case $input is undef)
|
|
|
|
|
|
|
|
|
| |
o do not prompt questions if not waiting for user answer
(for urpmi --force or urpme --force)
create message_input_() which deprecated message_input(), $o_default_input is
dumb IMO
|
|
|
|
|
| |
(as suggested by Olivier Faurax on cooker@)
|
| |
|
| |
|
|
|
|
|
|
| |
o enhance "columns" display of packages to install (esp. fit on 80 columns)
|
| |
|
| |
|
|
|
|
|
| |
(ie more than one searchmedia)
|
|
|
|
|
|
| |
- use URPM::build_listid
- prepare for next commit which will handle more than one searchmedia
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o display size that will be installed - removed
- urpmi, urpme
o use best unit (KB, MB...) to display size will be installed - removed
for this, use ->selected_size from perl-URPM
and import formatXiB from drakx common.pm
|
| |
|
|
|
|
|
|
|
| |
o handle --searchmedia <media1>,...,<mediaN>
(asked by tvignaud for rpmdrake)
|
| |
|
| |
|
| |
|