| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
o --whatrequires: fix skipping packages through provides provided by other
packages, when the other package is the same pkg name (#31773)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
since there really is no obsolete used)
|
| |
|
|
|
|
|
| |
(esp. for "adding medium ..." when using --use-distrib)
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
| |
cf 4.9.0 change:
o do not use list.<media_name> to store passwords, use /etc/urpmi/netrc
instead. Also do have the url in urpmi.cfg, only the password is removed
|
| |
|
|
|
|
|
| |
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 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?)
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
"c" because pkg "b" provides a new version of "c")
|
|
|
|
|
|
| |
- when something goes wrong, display the diff using $file.verbatim, which may
be more useful since things are "tidied up"
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|