IoT: fix date command in rawhide-iot cronjob
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
3860204d34
commit
084ebcd4eb
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
# IoT rawhide compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
00 10 * * * root touch /tmp/fedora-compose-rawhide-iot && TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/fedora-iot/pungi-iot.git && cd pungi-iot && ./twoweek-nightly.sh "RC-$(date "+%Y%m%d").0" && rm /tmp/fedora-compose-rawhide-iot
|
||||
00 10 * * * root touch /tmp/fedora-compose-rawhide-iot && TMPDIR=`mktemp -d /tmp/rawhide.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/fedora-iot/pungi-iot.git && cd pungi-iot && ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && rm /tmp/fedora-compose-rawhide-iot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue