]> git.donarmstrong.com Git - wannabuild.git/commit
Implement locking for other process
authorJoachim Breitner <mail@joachim-breitner.de>
Thu, 23 Jul 2009 23:45:19 +0000 (01:45 +0200)
committerJoachim Breitner <mail@joachim-breitner.de>
Thu, 23 Jul 2009 23:45:19 +0000 (01:45 +0200)
commite812d5856b7748812c6f2ed900240ecf72f715ac
tree08537da11c4cdf9ea50d7703df404adaeef599f7
parent2bc93f24ccf34704ed7774c677a8d64868d81eb8
Implement locking for other process

Locking for another process means that a longer running process (most likely
wb) wants to do several steps at once, and manages the locks.

Added parameters are:
    --lock-for PID: Locks the database for the process with this pid
    --unlock-for PID: Unlocks the database for the process with this pid
    --act-on-behalve-of PID: Ignores the log (if it is held by this pid)
bin/wanna-build