Skip to content

allow committing transaction without a lock file

Andrew Gregory requested to merge andrew/nolock into master

This is useful to allow front-ends to manage the lock file themselves, allowing them to ensure database consistency across multiple commands, e.g.:

 paclock --lock
 pacinstall --no-lock foo
 # foo is guaranteed to be installed until the db is unlocked
 paclock --unlock
Edited by Andrew Gregory

Merge request reports