Bug#752457: reprepro: Please release lock after crash

2014-06-23 Thread Benjamin Drung
Package: reprepro Version: 4.14.0-1 Severity: normal Tags: patch When reprepro crashes, the database lock file is not released, because the lock file still exists on the system. A patch is attached that changes the locking system to use fcntl() to lock the database lockfile instead of open with

Bug#752457: reprepro: Please release lock after crash

2014-06-23 Thread Bernhard R. Link
package reprepro tag 752457 -patch +wontfix thanks When reprepro crashes, the database lock file is not released, because the lock file still exists on the system. A patch is attached that changes the locking system to use fcntl() to lock the database lockfile instead of open with O_EXCL.