| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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)
|
|
|