summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* inline function select_media() (for next commit)Pascal Rigaux2007-09-051-4/+5
|
* add new urpmi option, only for debugging purpose: --debug__do_not_installPascal Rigaux2007-09-043-2/+5
|
* fix scrict-arch descriptionPascal Rigaux2007-09-031-2/+2
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-09-021-78/+43
|
* Update fr translationChristophe Berthelé2007-09-011-8/+12
|
* Updated Estonian translation.Marek Laane2007-09-011-7/+7
|
* - urpmiPascal Rigaux2007-08-312-8/+1
| | | | | o do auto upgrade mandriva kernels (ie remove kernel*-latest to skip.list)
* make it more robust when no password is found in urpmi's netrcPascal Rigaux2007-08-301-1/+1
|
* upJosé Melo2007-08-291-107/+55
|
* rpm patch ↵Pascal Rigaux2007-08-291-2/+2
| | | | rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch breaks a+ga+gd test (it is meant to be that way)
* (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵Thierry Vignaud2007-08-292-1/+4
| | | | fixing locking with --root
* (create_var_lib_rpm) enable to lock chrooted rpmdb with --root tooThierry Vignaud2007-08-291-3/+3
|
* (create_var_lib_rpm) split it out of set_files()Thierry Vignaud2007-08-291-6/+10
|
* (set_files) document policy regarding chroot envThierry Vignaud2007-08-291-0/+1
|
* Japanese translation updated.Yukiko Bando2007-08-291-4/+5
|
* - add a test case for same files but different paths through symlinkPascal Rigaux2007-08-295-4/+139
| | | | | - perl-URPM do not drop tags anymore, so re-enable the test which fails without tag RPMTAG_FILEDIGESTS
* Updated zh_CN translationFunda Wang2007-08-281-8/+5
|
* Updated POT fileFunda Wang2007-08-2868-9582/+10559
|
* upJosé Melo2007-08-281-2/+2
|
* simplify debug message: {install} is never set Pascal Rigaux2007-08-281-2/+1
| | | | | (cf build_transaction_set() in perl-URPM)
* 4.10.6Pascal Rigaux2007-08-282-1/+3
|
* update commentPascal Rigaux2007-08-281-1/+1
|
* test fixed by new perl-URPM 1.76Pascal Rigaux2007-08-281-1/+1
|
* better debug messagePascal Rigaux2007-08-281-3/+4
|
* - urpmiPascal Rigaux2007-08-284-9/+33
| | | | | | | o handle changes in priority-upgrade list between old and new urpmi (#32925) nb: keep --no-priority-upgrade since it is passed by older urpmi when restarting
* urpmi: do not verify signature of .spec files (#32824)Pascal Rigaux2007-08-282-0/+3
| | | | | | (see also a fix in perl-URPM so that URPM::spec2srcheader($_)->arch returns "src" and so urpmi doesn't say it's going to install it (even if it skips it))
* simplify commentPascal Rigaux2007-08-281-3/+1
|
* better error message as suggested on cooker-i18nPascal Rigaux2007-08-281-1/+1
|
* better error message as suggested on cooker-i18nPascal Rigaux2007-08-281-1/+1
|
* updateJosé Melo2007-08-281-127/+70
|