summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Japanese translation updated.Yukiko Bando2007-08-071-7/+6
|
* fix typoPascal Rigaux2007-08-031-2/+2
|
* 4.9.28Pascal Rigaux2007-08-032-1/+3
|
* need perl-URPM 1.68Pascal Rigaux2007-08-031-0/+1
|
* - urpmiPascal Rigaux2007-08-039-17/+72
| | | | | | | | 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
* (install) callback_open & callback_close are no more supported sinceThierry Vignaud2007-08-031-3/+3
| | | | | they are no more used
* - fix typo in previous commitPascal Rigaux2007-08-031-5/+9
| | | | | - export code in its own function: get_README_files()
* - libraryPascal Rigaux2007-08-032-3/+5
| | | | | o urpm::install: export %readmes so that rpmdrake can access it
* typo fixesThierry Vignaud2007-08-021-4/+4
|
* (open_safe) since these errors messages are displayed byThierry Vignaud2007-08-021-1/+1
| | | | | urpmi/rpmdrake, let's display translated messages
* handle urpmf --licensePascal Rigaux2007-08-025-1/+10
|
* get rid of some "Use of uninitialized value"Pascal Rigaux2007-08-021-1/+1
|
* fix debugging urpmf callbackPascal Rigaux2007-08-021-3/+2
|
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-019-24/+10
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* simplify code by using directly $options{...} (exported from urpm::args)Pascal Rigaux2007-08-011-68/+68
| | | | | instead of using $urpm::args::options{...}
* remove dead code:Pascal Rigaux2007-08-011-3/+0
| | | | | | | urpmq is not using use_provides by default since 13 May 2004 when rgs refactorization somewhat failed. since then the documentation has been adapted to show -p is not the default anymore, so not reverting to previous behaviour.
* - normalize verbose option handling over $options{verbose}Pascal Rigaux2007-08-014-17/+15
| | | | | - handle $rpm_opt where it is used
* update translation for HebrewDotan Kamber2007-08-011-379/+51
|
* updateThierry Vignaud2007-07-301-0/+1414
|
* updateJosé Melo2007-07-261-103/+53
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-07-201-2/+2
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-07-181-3/+3
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-07-151-89/+57
|
* Update fr translationChristophe Berthelé2007-07-081-10/+6
|
* remove duplicated \nPascal Rigaux2007-07-061-1/+1
|
* fix & enhance testPascal Rigaux2007-07-061-5/+18
|
* - urpmqPascal Rigaux2007-07-062-5/+7
| | | | | | o --whatrequires: fix skipping packages through provides provided by other packages, when the other package is the same pkg name (#31773)
* add test on rpmnew creation for %config filesPascal Rigaux2007-07-054-0/+141
|
* fix typosPascal Rigaux2007-07-051-2/+2
|
* - when adding media with --distrib, ignore incompatible media according archOlivier Thauvin2007-07-051-0/+7
|
* - remove t/data/ from MANIFEST causing useless warningOlivier Thauvin2007-07-041-1/+0
|
* make sure comments appear in po catalogsThierry Vignaud2007-07-041-4/+7
|
* 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
|