pacman/lib
Andrew Gregory 448b43a5d2 allow committing transaction without a lock file
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

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
2024-03-12 08:23:12 -07:00
..
libalpm allow committing transaction without a lock file 2024-03-12 08:23:12 -07:00