| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
use, just report it back
|
|
|
|
|
| |
select a package (eg: because i586 package is already installed on x86_64)
|
|
|
|
|
| |
commit on 2006-01-11 13:17)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
o really add global option no-suggests
(thanks to Frederik Himpe)
|
| |
|
|
|
|
|
|
|
| |
o urpm::select: new function get_preferred() replacing sort_choices()
(for drakx)
o get rid of "use of unitialized" when file is unset (for drakx)
|
|
|
|
|
|
| |
o handle preferred choices (through --prefer, /etc/urpmi/prefer.list
and /etc/urpmi/prefer.vendor.list)
|
|
|
|
|
|
|
| |
- have extra first in the list (useful for --preferred being taken into
account before /etc/urpmi/preferred.list)
- cleanup
|
| |
|
| |
|
| |
|
|
|
|
|
| |
o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
|
|
|
|
|
| |
o fix --quiet (regression introduced in 4.9.28)
|
|
|
|
|
| |
o new option --wait-lock (#13025)
|
|
|
|
|
| |
o move some code to new module urpm::main_loop to share it with rpmdrake
|
|
|
|
|
|
|
|
|
|
|
| |
o explicit error when using "urpmi ---install-src" as user with remote media
o add support for "suggests": a newly suggested package is installed as if
required, but one can remove it afterwards, or use --no-suggests
- urpmf
o handle --suggests
all the work is done in perl-URPM 1.69
|
| |
|
|
|
|
|
| |
o explicit error when using "urpmi ---install-src" as user with remote media
|
|
|
|
|
|
|
|
| |
o handle README.<version>.upgrade.urpmi and
README.<version>-<release>.upgrade.urpmi: the content is displayed
when upgrading from rpm older than <version> (#30187)
- fix build of some test rpms
|
|
|
|
|
| |
they are no more used
|
|
|
|
|
| |
- export code in its own function: get_README_files()
|
|
|
|
|
| |
o urpm::install: export %readmes so that rpmdrake can access it
|
|
|
|
|
| |
urpmi/rpmdrake, let's display translated messages
|
| |
|
| |
|
|
|
|
|
| |
this fixes -q option not handled by urpmi.update (#31890)
|
|
|
|
|
| |
- handle $rpm_opt where it is used
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o 4.9.26 is broken when downloading with wget since it creates hdlist.cz.1
files. fixing using --force-clobber option (! need a patched wget !)
(need wget 1.10.2-6mdv2008.0)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o media.cfg per media field hdlist=hdlist_xxx.cz is not used anymore,
xxx/media_info/hdlist.cz is used instead. To get previous behaviour, use
option --use-copied-hdlist or use_copied_hdlist=1 in media.cfg
beware: this modifies the behaviour of urpmi, especially for multi CDs media
which were the only one really using the hdlist-copied-in-media/media_info
feature
|
|
|
|
|
| |
o fix reconfig.urpmi use
|
|
|
|
|
|
| |
o hide rsync errors by default to hide false positives,
but allow getting them with --debug
|
|
|
|
|
|
| |
o only copy previous hdlist in cache dir for rsync, don't do it for wget/curl
(it's useless and potentially dangerous when used with "resume")
|
| |
|
|
|
|
|
|
| |
o for long package names, ensure progression of installation (####...) is
still properly indented (#28639)
|
|
|
|
|
| |
o add option --use-distrib
|
|
|
|
|
|
|
|
| |
o allow using --use-distrib as non-root
nb: reverting commit r15208 2005-10-12 "Forbid urpmq --use-distrib when non
root" since i can't see any valid reason for this
|
| |
|
|
|
|
|
|
|
| |
o don't use time-stamping when downloading with wget
(useless and slow since it forces to download the whole directory listing)
(as suggested by Andrey Borzenkov on cooker)
|
|
|
|
|
|
|
| |
noarch pkgs need to be taken into account differently
(nb: is it a pb that the list order is not kept?)
|
| |
|