From 5b1d7ff5b9c42bed0bcdfcb42ff2f5bb799562fc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 17 Jul 2023 20:55:55 +0200 Subject: lib/intentions-queue: make execute_all_intentions() locking * now, it's safe to call it in almost all places * this enables us to do it at the start of many scripts, potentially cleaning up old left-over intentions --- conf/master.conf.example | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/master.conf.example') diff --git a/conf/master.conf.example b/conf/master.conf.example index 38419ef..5cf9c90 100755 --- a/conf/master.conf.example +++ b/conf/master.conf.example @@ -41,6 +41,7 @@ #build_list_lock_file="${work_dir}/build-list.lock" #check_mirrors_lock_file="${work_dir}/check-mirrors.lock" #harvest_commit_times_lock_file="${work_dir}/harvest-commit-times.lock" +#intentions_lock_file="${work_dir}/intentions.lock" #package_database_lock_file="${work_dir}/package-database.lock" #sanity_check_lock_file="${work_dir}/sanity-check.lock" #status_lock_file="${work_dir}/status.lock" -- cgit v1.2.3-54-g00ecf