summaryrefslogtreecommitdiffstats
path: root/urpm/lock.pm
Commit message (Collapse)AuthorAgeFilesLines
* Update Mageia copyright statementsRémi Verschelde2017-04-261-1/+1
|
* drop useless __END__Thierry Vignaud2015-10-091-1/+0
|
* add Mga copyrightThierry Vignaud2015-10-091-0/+2
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
|
* convert a couple comments to PODThierry Vignaud2012-08-311-5/+22
|
* add basic POD documentationThierry Vignaud2012-08-311-0/+25
|
* perl_checker cleanupsThierry Vignaud2012-02-011-1/+1
|
* (warn_about_locker) split it out of _lock()Thierry Vignaud2012-01-061-9/+13
|
* (get_lock_pid) simplify by reusing cat_()Thierry Vignaud2012-01-061-4/+1
|
* perl_checker cleanupsThierry Vignaud2012-01-061-4/+4
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-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 databaseChristophe Fergeau2009-10-151-1/+21
|
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
|
* fix typo reported on cooker-i18n@Pascal Rigaux2008-03-251-1/+1
|
* - urpmi:Pascal Rigaux2008-03-171-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 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