FTBFS reminder cron job
Fixing a dir path Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
672f66017f
commit
068dad4c0e
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
#FTBFS Weekly Reminder
|
||||
* * 0 0 * ftbfs TMPDIR=`mktemp -d /tmp/ftbfs_reminder.XXXXXX` && pushd $TMPDIR && git clone https://pagure.io/releng.git && pushd releng/scripts && ./ftbfs_weekly_reminder.py && popd && popd && popd &&rm -rf $TMPDIR
|
|
@ -38,7 +38,7 @@
|
|||
when: inventory_hostname.startswith('compose-x86-01')
|
||||
|
||||
- name: add ftbfs cache dir
|
||||
file: state=directory path=/home/ftbfs/.cache mode=2775 owner=ftbfs group=ftbfs
|
||||
file: state=directory path=/home/fedora/ftbfs/.cache mode=2775 owner=ftbfs group=ftbfs
|
||||
when: inventory_hostname.startswith('compose-x86-01')
|
||||
|
||||
- name: add ftbfs weekly cron job
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue