From aab2ea4590853acb8f631f4fae293e03df50e6cb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 5 Oct 2017 16:06:07 +0000 Subject: [PATCH] Put a lockwrapper around the bz sync script. We're out of freeze now. https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/3G3IZWH2WLTQPEEGZG6SCBOSF3UW4TMT/ --- roles/distgit/pagure/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/tasks/main.yml b/roles/distgit/pagure/tasks/main.yml index 46125628da..9485bec281 100644 --- a/roles/distgit/pagure/tasks/main.yml +++ b/roles/distgit/pagure/tasks/main.yml @@ -237,7 +237,7 @@ user: root minute: 0 hour: 18 - job: /usr/local/bin/pagure-sync-bugzilla.py + job: /usr/bin/lock-wrapper pagure-sync-bugzilla "/usr/local/bin/pagure-sync-bugzilla.py" cron_file: pagure-sync-bugzilla state: present when: env != 'staging'