summaryrefslogtreecommitdiffstats
path: root/urpm/lock.pm
Commit message (Collapse)AuthorAgeFilesLines
* o fix displaying error message when failing to lock (regression in 5.1)Pascal Rigaux2008-01-171-2/+2
| | | | | (thanks to blino)
* fix calls to {fatal}Pascal Rigaux2008-01-151-2/+2
|
* (rpm_db) lock rpmdb in /var/lib/rpm rather than in /var/lib/urpmi thus ↵Thierry Vignaud2007-08-291-1/+1
| | | | fixing locking with --root
* - all toolsPascal Rigaux2007-08-111-23/+20
| | | | | o new option --wait-lock (#13025)
* re-sync after the big svn lossPascal Rigaux2007-04-241-1/+2
|
* fix warning msgPascal Rigaux2006-11-291-1/+1
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-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