Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -5/+22 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+25 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | (warn_about_locker) split it out of _lock() | Thierry Vignaud | 2012-01-06 | 1 | -9/+13 |
| | |||||
* | (get_lock_pid) simplify by reusing cat_() | Thierry Vignaud | 2012-01-06 | 1 | -4/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-01-06 | 1 | -4/+4 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | print PID of process locking the URPMI database | Christophe Fergeau | 2009-10-15 | 1 | -1/+21 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | 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 |