summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* silence gendistribPascal Rigaux2007-09-101-1/+1
|
* - urpmi, urpmePascal Rigaux2007-09-102-4/+12
| | | | | | | o default to selecting all the prefered packages according to installed locales (need perl-URPM 1.81 to work)
* if there is a prefered package, it's the first onePascal Rigaux2007-09-101-1/+5
|
* implement default choice for rangePascal Rigaux2007-09-101-2/+2
| | | | | | (previous tentative was not very good. i don't know in which case $input is undef)
* - urpmi, urpmePascal Rigaux2007-09-105-24/+27
| | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO
* 4.10.8Pascal Rigaux2007-09-102-1/+3
|
* use ">" instead of "*" to mean ellipsis Pascal Rigaux2007-09-101-1/+1
| | | | | (as suggested by Olivier Faurax on cooker@)
* do not use netrc for protocol sshPascal Rigaux2007-09-102-1/+2
|
* more debug info (rsync cmd)Pascal Rigaux2007-09-101-2/+4
|
* update translation for HebrewDotan Kamber2007-09-091-301/+252
|
* Japanese translation updated.Yukiko Bando2007-09-091-16/+10
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-09-091-109/+73
|
* Updated Slovenian translationJure Repinc2007-09-091-516/+315
|
* Updated Czech translation.Michal Bukovjan2007-09-081-150/+84
|
* New translations.Mashrab Kuvatov2007-09-082-2/+2
|
* New translations.Mashrab Kuvatov2007-09-082-289/+78
|
* upJosé Melo2007-09-081-110/+59
|
* add a reverse conflict test case, not nicely handled at the momentPascal Rigaux2007-09-075-0/+68
|
* - urpmiPascal Rigaux2007-09-073-22/+62
| | | | | | o enhance "columns" display of packages to install (esp. fit on 80 columns)
* updatePascal Rigaux2007-09-071-0/+8
|
* Updated POT fileFunda Wang2007-09-0768-8873/+11105
|
* mark clearly what are errors (ERROR) and what could be better (WARNING)Pascal Rigaux2007-09-074-10/+10
|
* add another testPascal Rigaux2007-09-071-0/+13
|
* add more tests showing the need for promotionPascal Rigaux2007-09-075-1/+87
|
* add a test showing the lack of promotionPascal Rigaux2007-09-071-0/+14
|
* add a simple test case for promotion on conflictPascal Rigaux2007-09-075-9/+82
|
* nicer commentPascal Rigaux2007-09-071-2/+2
|
* rename test into split-transactions--promotePascal Rigaux2007-09-0711-4/+10
|
* add a test showing promotion of a new package on missing requirePascal Rigaux2007-09-076-5/+91
|
* add more things to skipPascal Rigaux2007-09-071-0/+2
|
* add more things to skipPascal Rigaux2007-09-071-1/+3
|
* 4.10.7Pascal Rigaux2007-09-073-1/+89
|
* small fix: there may be no medium name for a package (from command line)Pascal Rigaux2007-09-071-1/+2
|
* revert debug codePascal Rigaux2007-09-071-1/+1
|
* - urpmiPascal Rigaux2007-09-062-10/+21
| | | | | | | | | o display size that will be installed - removed with a nice message (#32022) o display packages which are going to installed with name-version-release info in columns (need enhancing a little more the "info in columns")
* add max()Pascal Rigaux2007-09-061-1/+2
|
* fix typo in previous previous commitPascal Rigaux2007-09-061-1/+1
|
* simplifyPascal Rigaux2007-09-061-3/+3
|
* handle --searchmedia <media1>,...,<mediaN>Pascal Rigaux2007-09-062-10/+12
| | | | | (ie more than one searchmedia)
* new functions:Pascal Rigaux2007-09-061-8/+19
| | | | | | - use URPM::build_listid - prepare for next commit which will handle more than one searchmedia
* remove debug codePascal Rigaux2007-09-061-1/+0
|
* - urpmiPascal Rigaux2007-09-064-10/+30
| | | | | | | | | | o display size that will be installed - removed - urpmi, urpme o use best unit (KB, MB...) to display size will be installed - removed for this, use ->selected_size from perl-URPM and import formatXiB from drakx common.pm
* remove duplicated $env codePascal Rigaux2007-09-061-10/+6
|
* add a simple test that shows urpmi promotes pkgs when a strict require failsPascal Rigaux2007-09-0512-18/+104
|
* add a test (that is not fully well handled)Pascal Rigaux2007-09-051-0/+6
|
* add a commentPascal Rigaux2007-09-051-1/+1
|
* test case is fixed since perl-URPM defaults to "one big transaction" insteadPascal Rigaux2007-09-051-2/+1
| | | | | of doing nonsense
* add a test case which triggers "transaction is too small" errorPascal Rigaux2007-09-056-0/+100
| | | | | (nb: it's not a fatal error since "one big transaction" fallback is used)
* fix using --debug__do_not_install with --envPascal Rigaux2007-09-051-2/+3
|
* - urpmiPascal Rigaux2007-09-053-2/+3
| | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake)