Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo reported on cooker-i18n@ | Pascal Rigaux | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-17 | 1 | -2/+2 |
| | | | | | o nicer error message when database is locked (#38923) | ||||
* | o fix displaying error message when failing to lock (regression in 5.1) | Pascal Rigaux | 2008-01-17 | 1 | -2/+2 |
| | | | | | (thanks to blino) | ||||
* | fix calls to {fatal} | Pascal Rigaux | 2008-01-15 | 1 | -2/+2 |
| | |||||
* | (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵ | Thierry Vignaud | 2007-08-29 | 1 | -1/+1 |
| | | | | fixing locking with --root | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -23/+20 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -1/+2 |
| | |||||
* | fix warning msg | Pascal Rigaux | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -0/+89 |
- handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking |