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.
This commit is contained in:
Adam Williamson 2017-02-22 11:56:53 -08:00
parent 0a90ed2722
commit f78d015cf4

View file

@ -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