summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s/médium/média/ to be coherentPascal Rigaux2007-07-021-4/+4
|
* Updated zh_CN translationFunda Wang2007-07-011-7/+7
|
* Updated POT fileFunda Wang2007-07-0168-10076/+10479
|
* do rename medium name tooPascal Rigaux2007-06-221-1/+1
|
* obsolete-and-provide test into provide-and-no-obsolete (much better name ↵Pascal Rigaux2007-06-224-0/+8
| | | | since there really is no obsolete used)
* remove debug codePascal Rigaux2007-06-221-1/+0
|
* we really don't want logs on stdout for urpmq/urpmfPascal Rigaux2007-06-192-3/+6
| | | | | (esp. for "adding medium ..." when using --use-distrib)
* 4.9.27Pascal Rigaux2007-06-182-1/+3
|
* - all toolsPascal Rigaux2007-06-182-1/+3
| | | | | | | | 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)
* help debugging curl/wget commandsPascal Rigaux2007-06-181-0/+3
|
* - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib Pascal Rigaux2007-06-184-15/+49
| | | | | | | | | | | 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
* - urpmi.addmediaPascal Rigaux2007-06-182-5/+6
| | | | | o fix reconfig.urpmi use
* - all toolsPascal Rigaux2007-06-182-2/+9
| | | | | | o hide rsync errors by default to hide false positives, but allow getting them with --debug
* - urpmi.updatePascal Rigaux2007-06-182-3/+5
| | | | | | 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")
* - urpmfPascal Rigaux2007-06-182-1/+3
| | | | | | | o bug fix -m (#31452) (bug introduced when moving code to urpm::media)
* cleanupPascal Rigaux2007-06-181-2/+3
|
* - urpmiPascal Rigaux2007-06-182-1/+7
| | | | | | o for long package names, ensure progression of installation (####...) is still properly indented (#28639)
* updated translationPavel Maryanov2007-06-171-501/+95
|
* fix documentation regarding password in urlsPascal Rigaux2007-06-141-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.26Pascal Rigaux2007-06-142-1/+3
|
* - urpmfPascal Rigaux2007-06-145-2/+10
| | | | | o add option --use-distrib
* - urpmqPascal Rigaux2007-06-141-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
* - urpmqPascal Rigaux2007-06-142-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 Bando2007-06-141-3/+3
|
* updateTomasz Bednarski2007-06-141-111/+57
|
* wait for total to be given before displaying progress (#31302)Pascal Rigaux2007-06-111-1/+2
|
* - all toolsPascal Rigaux2007-06-112-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.25Pascal Rigaux2007-06-082-1/+3
|
* fix previous "prefer best architecture over exact name" commit:Pascal Rigaux2007-06-081-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 Rigaux2007-06-082-15/+16
| | | | | - fix quite a few more plurals using perl_checker
* one more debug messagePascal Rigaux2007-06-081-0/+1
|
* - urpmiPascal Rigaux2007-06-073-1/+15
| | | | | | | o prefer best architecture over exact name (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel) - add function min()
* - all toolsPascal Rigaux2007-06-012-0/+3
| | | | | o --debug now implies --verbose
* - urpmiPascal Rigaux2007-06-012-0/+2
| | | | | o [bugfix] fix urpmi --parallel (#30996)
* - urpmfPascal Rigaux2007-05-312-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 Rigaux2007-05-311-3/+3
|
* add a test case for bug #31130 (--auto-select not upgrading pkg "a" providingPascal Rigaux2007-05-315-1/+76
| | | | | "c" because pkg "b" provides a new version of "c")
* - adapt test to change in urpm/cfg.pmPascal Rigaux2007-05-311-3/+2
| | | | | | - when something goes wrong, display the diff using $file.verbatim, which may be more useful since things are "tidied up"
* - urpmi.addmediaPascal Rigaux2007-05-292-1/+2
| | | | | | | o [bugfix] fix using "with synthesis.hdlist.cz" (#31081) (regexp m!(^|/)synthesis\.! is tricky in list context :-/)
* - urpmi.addmediaPascal Rigaux2007-05-213-7/+24
| | | | | | o don't overwrite existing urpmi.cfg with an empty file when disk is full (#30945)
* - urpmiPascal Rigaux2007-05-182-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 translationChristophe Berthelé2007-05-171-2/+2
|
* Update fr translationChristophe Berthelé2007-05-171-6/+4
|
* nicer codePascal Rigaux2007-05-161-2/+3
|
* remove "\n" from error message for re-use in gurpmi.addmediaPascal Rigaux2007-05-091-1/+1
|
* 4.9.24Pascal Rigaux2007-05-092-1/+3
|
* - urpmiPascal Rigaux2007-05-094-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 cdromPascal Rigaux2007-05-091-2/+2
| | | | | (a better fix would be to ask to mount cdrom)
* fix urpmi.addmedia foo removable://... (#30257)Pascal Rigaux2007-05-092-4/+5
|
* upJosé Melo2007-05-071-8/+8
|