From f78d015cf452b340a839ffba529e652fe17aa97c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 22 Feb 2017 11:56:53 -0800 Subject: [PATCH] openqa/dispatcher: update respin cronjob for new scheduler name The scheduler binary name changed from 'fedora-openqa-schedule' to 'fedora-openqa', but I forgot to update the call in this cronjob. Oops. --- roles/openqa/dispatcher/files/schedule-live-respins.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/dispatcher/files/schedule-live-respins.cron b/roles/openqa/dispatcher/files/schedule-live-respins.cron index ca96826ebd..7751eb810c 100644 --- a/roles/openqa/dispatcher/files/schedule-live-respins.cron +++ b/roles/openqa/dispatcher/files/schedule-live-respins.cron @@ -3,4 +3,4 @@ # schedule openQA jobs for the current 'live-respins' compose; if it's # already been tested, this will not create any new jobs -/usr/bin/fedora-openqa-schedule compose https://dl.fedoraproject.org/pub/alt/live-respins/ > /dev/null 2>&1 || /usr/bin/true +/usr/bin/fedora-openqa compose https://dl.fedoraproject.org/pub/alt/live-respins/ > /dev/null 2>&1 || /usr/bin/true