2016-12-14 12:31:44 -08:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# schedule openQA jobs for the current 'live-respins' compose; if it's
|
|
|
|
# already been tested, this will not create any new jobs
|
|
|
|
|
2019-06-24 15:06:10 -07:00
|
|
|
/usr/local/bin/fedora-openqa compose https://dl.fedoraproject.org/pub/alt/live-respins/ > /dev/null 2>&1 || /usr/bin/true
|