| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
|
|
|
|
| |
o urpm::install: export %readmes so that rpmdrake can access it
|
| |
|
|
|
|
|
| |
this fixes -q option not handled by urpmi.update (#31890)
|
|
|
|
|
|
| |
o --whatrequires: fix skipping packages through provides provided by other
packages, when the other package is the same pkg name (#31773)
|
| |
|
|
|
|
|
|
|
|
| |
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 bug fix -m (#31452)
(bug introduced when moving code to urpm::media)
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
- fix quite a few more plurals using perl_checker
|
|
|
|
|
|
|
| |
o prefer best architecture over exact name
(eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel)
- add function min()
|
|
|
|
|
| |
o --debug now implies --verbose
|
|
|
|
|
| |
o [bugfix] fix urpmi --parallel (#30996)
|
|
|
|
|
|
| |
o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist
files in memory
|
|
|
|
|
|
|
| |
o [bugfix] fix using "with synthesis.hdlist.cz" (#31081)
(regexp m!(^|/)synthesis\.! is tricky in list context :-/)
|
|
|
|
|
|
| |
o don't overwrite existing urpmi.cfg with an empty file
when disk is full (#30945)
|
|
|
|
|
|
| |
o fix "Argument list too long" when calling curl/wget/proz
(things should work even in case of one big transaction) (#30848)
|
| |
|
|
|
|
|
|
|
|
| |
o display "removing package ..." when removing an obsolete or conflicting
package (need perl-URPM 1.63), and not before
o in verbose mode, display "removing upgraded package ..."
(should make it more understandable by users)
|
| |
|
| |
|
|
|
|
|
|
| |
o [bugfix] look for media/$media_dir/media_info/pubkey instead of
media/$media_dir/pubkey
|
|
|
|
|
|
| |
o with --distrib, don't use previous media's pubkey if a pubkey is missing
(eg: use pubkey_main for media "Main Updates" when pubkey_main_updates is missing)
|
| |
|
| |
|
|
|
|
|
|
| |
packages is needed:" so that user can understand what dependency is used
(as suggested by Guillaume Rousse on cooker)
|
| |
|
| |
|
|
|
|
|
|
| |
- display "removing package ..." when upgrading package
(may be too verbose though)
|
|
|