Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix documentation regarding password in urls | Pascal Rigaux | 2007-06-14 | 1 | -4/+1 |
| | | | | | | | | 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 | ||||
* | 4.9.26 | Pascal Rigaux | 2007-06-14 | 2 | -1/+3 |
| | |||||
* | - urpmf | Pascal Rigaux | 2007-06-14 | 5 | -2/+10 |
| | | | | | o add option --use-distrib | ||||
* | - urpmq | Pascal Rigaux | 2007-06-14 | 1 | -0/+2 |
| | | | | | | | | 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 | ||||
* | - urpmq | Pascal Rigaux | 2007-06-14 | 2 | -10/+2 |
| | | | | | | | | 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 | ||||
* | Japanese translation updated. | Yukiko Bando | 2007-06-14 | 1 | -3/+3 |
| | |||||
* | update | Tomasz Bednarski | 2007-06-14 | 1 | -111/+57 |
| | |||||
* | wait for total to be given before displaying progress (#31302) | Pascal Rigaux | 2007-06-11 | 1 | -1/+2 |
| | |||||
* | - all tools | Pascal Rigaux | 2007-06-11 | 2 | -1/+5 |
| | | | | | | | 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) | ||||
* | 4.9.25 | Pascal Rigaux | 2007-06-08 | 2 | -1/+3 |
| | |||||
* | fix previous "prefer best architecture over exact name" commit: | Pascal Rigaux | 2007-06-08 | 1 | -2/+3 |
| | | | | | | | noarch pkgs need to be taken into account differently (nb: is it a pb that the list order is not kept?) | ||||
* | - [bugfix] fix plural handling in "Packages foo can not be installed" (#31229) | Pascal Rigaux | 2007-06-08 | 2 | -15/+16 |
| | | | | | - fix quite a few more plurals using perl_checker | ||||
* | one more debug message | Pascal Rigaux | 2007-06-08 | 1 | -0/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-06-07 | 3 | -1/+15 |
| | | | | | | | o prefer best architecture over exact name (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel) - add function min() | ||||
* | - all tools | Pascal Rigaux | 2007-06-01 | 2 | -0/+3 |
| | | | | | o --debug now implies --verbose | ||||
* | - urpmi | Pascal Rigaux | 2007-06-01 | 2 | -0/+2 |
| | | | | | o [bugfix] fix urpmi --parallel (#30996) | ||||
* | - urpmf | Pascal Rigaux | 2007-05-31 | 2 | -1/+4 |
| | | | | | | o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory | ||||
* | simplify (callback is never passed as parameter) | Pascal Rigaux | 2007-05-31 | 1 | -3/+3 |
| | |||||
* | add a test case for bug #31130 (--auto-select not upgrading pkg "a" providing | Pascal Rigaux | 2007-05-31 | 5 | -1/+76 |
| | | | | | "c" because pkg "b" provides a new version of "c") | ||||
* | - adapt test to change in urpm/cfg.pm | Pascal Rigaux | 2007-05-31 | 1 | -3/+2 |
| | | | | | | - when something goes wrong, display the diff using $file.verbatim, which may be more useful since things are "tidied up" | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-29 | 2 | -1/+2 |
| | | | | | | | o [bugfix] fix using "with synthesis.hdlist.cz" (#31081) (regexp m!(^|/)synthesis\.! is tricky in list context :-/) | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-21 | 3 | -7/+24 |
| | | | | | | o don't overwrite existing urpmi.cfg with an empty file when disk is full (#30945) | ||||
* | - urpmi | Pascal Rigaux | 2007-05-18 | 2 | -1/+12 |
| | | | | | | o fix "Argument list too long" when calling curl/wget/proz (things should work even in case of one big transaction) (#30848) | ||||
* | Update fr translation | Christophe Berthelé | 2007-05-17 | 1 | -2/+2 |
| | |||||
* | Update fr translation | Christophe Berthelé | 2007-05-17 | 1 | -6/+4 |
| | |||||
* | nicer code | Pascal Rigaux | 2007-05-16 | 1 | -2/+3 |
| | |||||
* | remove "\n" from error message for re-use in gurpmi.addmedia | Pascal Rigaux | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | 4.9.24 | Pascal Rigaux | 2007-05-09 | 2 | -1/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-05-09 | 4 | -4/+17 |
| | | | | | | | | 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) | ||||
* | urpmf: allow using hdlist on mounted cdrom | Pascal Rigaux | 2007-05-09 | 1 | -2/+2 |
| | | | | | (a better fix would be to ask to mount cdrom) | ||||
* | fix urpmi.addmedia foo removable://... (#30257) | Pascal Rigaux | 2007-05-09 | 2 | -4/+5 |
| | |||||
* | up | José Melo | 2007-05-07 | 1 | -8/+8 |
| | |||||
* | up | José Melo | 2007-05-07 | 1 | -122/+62 |
| | |||||
* | Updated Simplified Chinese translation. | Funda Wang | 2007-05-05 | 1 | -3/+3 |
| | |||||
* | Updated POT file. | Funda Wang | 2007-05-05 | 68 | -7956/+8340 |
| | |||||
* | make it clear that it's a bugfix | Pascal Rigaux | 2007-05-04 | 1 | -2/+3 |
| | |||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-04 | 2 | -1/+3 |
| | | | | | | o [bugfix] look for media/$media_dir/media_info/pubkey instead of media/$media_dir/pubkey | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-04 | 2 | -0/+6 |
| | | | | | | 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) | ||||
* | log the copying of pubkey | Pascal Rigaux | 2007-05-04 | 1 | -0/+1 |
| | |||||
* | make it explicit that perl-URPM 1.62 is needed | Pascal Rigaux | 2007-05-03 | 1 | -0/+1 |
| | |||||
* | 4.9.23 | Pascal Rigaux | 2007-05-03 | 2 | -1/+3 |
| | |||||
* | display "In order to satisfy the '%s' dependency, one of the following | Pascal Rigaux | 2007-05-03 | 2 | -2/+4 |
| | | | | | | packages is needed:" so that user can understand what dependency is used (as suggested by Guillaume Rousse on cooker) | ||||
* | 4.9.22 has not been released, will release directly 4.9.23 | Pascal Rigaux | 2007-05-03 | 1 | -2/+0 |
| | |||||
* | add a simple test case on split transactions | Pascal Rigaux | 2007-04-30 | 5 | -0/+95 |
| | |||||
* | check the output displays "removing package a" | Pascal Rigaux | 2007-04-30 | 1 | -1/+17 |
| | |||||
* | ignore some temp files | Pascal Rigaux | 2007-04-30 | 0 | -0/+0 |
| | |||||
* | add test checking the bad upgrade of mandriva-release in 2007.1: basesystem ↵ | Pascal Rigaux | 2007-04-30 | 2 | -2/+32 |
| | | | | is removed! | ||||
* | 4.9.22 | Pascal Rigaux | 2007-04-27 | 1 | -0/+2 |
| | |||||
* | - display "removing package ..." when removing, not before. | Pascal Rigaux | 2007-04-27 | 3 | -6/+14 |
| | | | | | | - display "removing package ..." when upgrading package (may be too verbose though) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 151 | -21215/+21477 |
| |