Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-09-02 | 1 | -78/+43 |
| | |||||
* | Update fr translation | Christophe Berthelé | 2007-09-01 | 1 | -8/+12 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2007-09-01 | 1 | -7/+7 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-31 | 2 | -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 netrc | Pascal Rigaux | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | up | José Melo | 2007-08-29 | 1 | -107/+55 |
| | |||||
* | rpm patch ↵ | Pascal Rigaux | 2007-08-29 | 1 | -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 Vignaud | 2007-08-29 | 2 | -1/+4 |
| | | | | fixing locking with --root | ||||
* | (create_var_lib_rpm) enable to lock chrooted rpmdb with --root too | Thierry Vignaud | 2007-08-29 | 1 | -3/+3 |
| | |||||
* | (create_var_lib_rpm) split it out of set_files() | Thierry Vignaud | 2007-08-29 | 1 | -6/+10 |
| | |||||
* | (set_files) document policy regarding chroot env | Thierry Vignaud | 2007-08-29 | 1 | -0/+1 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2007-08-29 | 1 | -4/+5 |
| | |||||
* | - add a test case for same files but different paths through symlink | Pascal Rigaux | 2007-08-29 | 5 | -4/+139 |
| | | | | | - perl-URPM do not drop tags anymore, so re-enable the test which fails without tag RPMTAG_FILEDIGESTS | ||||
* | Updated zh_CN translation | Funda Wang | 2007-08-28 | 1 | -8/+5 |
| | |||||
* | Updated POT file | Funda Wang | 2007-08-28 | 68 | -9582/+10559 |
| | |||||
* | up | José Melo | 2007-08-28 | 1 | -2/+2 |
| | |||||
* | simplify debug message: {install} is never set | Pascal Rigaux | 2007-08-28 | 1 | -2/+1 |
| | | | | | (cf build_transaction_set() in perl-URPM) | ||||
* | 4.10.6 | Pascal Rigaux | 2007-08-28 | 2 | -1/+3 |
| | |||||
* | update comment | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | test fixed by new perl-URPM 1.76 | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | better debug message | Pascal Rigaux | 2007-08-28 | 1 | -3/+4 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-28 | 4 | -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 Rigaux | 2007-08-28 | 2 | -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 comment | Pascal Rigaux | 2007-08-28 | 1 | -3/+1 |
| | |||||
* | better error message as suggested on cooker-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | better error message as suggested on cooker-i18n | Pascal Rigaux | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | update | José Melo | 2007-08-28 | 1 | -127/+70 |
| | |||||
* | * 2007-08-28 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2007-08-27 | 1 | -24/+24 |
| | | | | | | - nl.po: Updated Dutch translation | ||||
* | Update fr translation | Christophe Berthelé | 2007-08-25 | 1 | -33/+24 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2007-08-25 | 1 | -38/+22 |
| | |||||
* | update | Thierry Vignaud | 2007-08-24 | 1 | -0/+227 |
| | |||||
* | --strip-prefix is uneeded with latest svn2cl | Thierry Vignaud | 2007-08-24 | 1 | -1/+1 |
| | |||||
* | fix typo in debug message | Pascal Rigaux | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | display computed transaction set in debug mode | Pascal Rigaux | 2007-08-23 | 1 | -0/+14 |
| | |||||
* | - debug message when scheduling a pkg removal | Pascal Rigaux | 2007-08-23 | 1 | -2/+6 |
| | | | | | - don't translate debug message | ||||
* | nicer debug message, | Pascal Rigaux | 2007-08-23 | 1 | -2/+3 |
| | | | | | esp. remove eid= which is the same as id= | ||||
* | this is debug stuff, hide it from -v | Pascal Rigaux | 2007-08-23 | 1 | -2/+3 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-23 | 7 | -2/+10 |
| | | | | | o new option --justdb (new perl-URPM 1.76) | ||||
* | rename urpm::install::create_transaction() into build_transaction_set_() | Pascal Rigaux | 2007-08-23 | 2 | -2/+2 |
| | | | | | (to avoid confusion with $db->create_transaction from URPM.xs) | ||||
* | better comment | Pascal Rigaux | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | add a test case for #31969, need to fix urpmi now... | Pascal Rigaux | 2007-08-22 | 8 | -1/+125 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2007-08-22 | 1 | -21/+22 |
| | |||||
* | Updated urpmi translation | Funda Wang | 2007-08-22 | 1 | -38/+22 |
| | |||||
* | Updated POT file | Funda Wang | 2007-08-22 | 68 | -27622/+32209 |
| | |||||
* | update translation for Hebrew | Dotan Kamber | 2007-08-22 | 1 | -67/+68 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-21 | 2 | -3/+5 |
| | | | | | o fix --bug when there is no /etc/urpmi/prefer.list file | ||||
* | - urpmf | Pascal Rigaux | 2007-08-21 | 2 | -0/+4 |
| | | | | | o display "usage" when no <pattern-expression> is given (#32658) | ||||
* | Update fr translation | Christophe Berthelé | 2007-08-19 | 1 | -3/+3 |
| | |||||
* | 4.10.5 | Pascal Rigaux | 2007-08-18 | 3 | -2/+6 |
| | |||||
* | * 2007-08-14 Reinout van Schouwen <reinout@gmail.com> | Reinout van Schouwen | 2007-08-14 | 1 | -7/+8 |
| | | | | | | - nl.po: updated Dutch translation |