arch-repo-manager/librepomgr
Martchus 4f413e86ba Allow to abort build action immediately while waiting for chroot locks
* Avoid aborted build actions from being stuck in running state while
  waiting until the chroot locks can be acquired; allow aborting action
  immediately instead
* Use async locks when invoking makechrootpkg and split affected function
  accordingly
2023-01-17 18:40:05 +01:00
..
buildactions Allow to abort build action immediately while waiting for chroot locks 2023-01-17 18:40:05 +01:00
testfiles Fix adding last package of current batch already to staging repository 2022-09-20 23:00:36 +02:00
tests Fix "invalid escape" in regular expression in test suite 2022-12-29 17:33:01 +01:00
webapi Avoid duplicating "Clone of" in task name 2022-11-13 22:44:41 +01:00
webclient Log "Loading …" message when reloading DBs also without force-flag 2022-11-01 14:35:00 +01:00
CMakeLists.txt Use `flagenumclass.h` for auth flags 2022-07-29 22:06:40 +02:00
authentication.cpp Avoid using deprecated OpenSSL functions 2022-11-03 22:34:31 +01:00
authentication.h Use `flagenumclass.h` for auth flags 2022-07-29 22:06:40 +02:00
errorhandling.cpp Initial import 2021-02-08 23:53:56 +01:00
errorhandling.h Initial import 2021-02-08 23:53:56 +01:00
global.h Initial import 2021-02-08 23:53:56 +01:00
globallock.cpp Fix locks for global resources by implementing a mutex not tied to a thread 2021-02-26 01:39:21 +01:00
globallock.h Implement helper functions for async global locks 2023-01-17 18:40:05 +01:00
helper.h Limit results returned by the API for better scalability 2022-02-25 00:29:43 +01:00
json.cpp Add test for repository cleanup 2021-08-29 00:29:26 +02:00
json.h Initial import 2021-02-08 23:53:56 +01:00
logcontext.h lmdb: Use lmdb to store build actions 2022-02-13 21:04:54 +01:00
logging.h Log lock acquisitions/releases 2021-02-25 22:12:56 +01:00
multisession.h Initial import 2021-02-08 23:53:56 +01:00
resourceusage.cpp Split `ResourceUsage` into `MemoryUsage` and setup specific stats 2022-04-24 18:25:22 +02:00
resourceusage.h Split `ResourceUsage` into `MemoryUsage` and setup specific stats 2022-04-24 18:25:22 +02:00
serversetup.cpp Add simple cleanup of old build actions 2022-11-24 21:33:42 +01:00
serversetup.h Implement helper functions for async global locks 2023-01-17 18:40:05 +01:00