[ftbft] remember that /etc/cron.weekly is a place where scripts land and not cron jobs. Put the script in right place

This commit is contained in:
Stephen Smoogen 2019-07-01 13:31:12 +00:00
parent cc0bc4063b
commit 61d8163602
3 changed files with 2 additions and 7 deletions

View file

@ -1,2 +1,2 @@
#FTBFS Weekly Reminder
* * 0 0 * ftbfs /usr/local/bin/ftbfs.sh

View file

@ -1,4 +1,5 @@
#!/bin/bash
# A weekly cron job which actually does the items needed.
TMPDIR=`mktemp -d /tmp/ftbfs_reminder.XXXXXX`
GITREPO=https://pagure.io/releng.git
SCRIPT=ftbfs_weekly_reminder.py

View file

@ -49,12 +49,6 @@
tags:
- ftbfs
- name: copy over ftbfs master script.
copy: src="ftbfs.sh" dest=/usr/local/bin/sh mode=755
when: inventory_hostname.startswith('compose-x86-01')
tags:
- ftbfs
- name: add ftbfs weekly cron job
copy: src="ftbfs.cron" dest=/etc/cron.weekly/ mode=755
when: inventory_hostname.startswith('compose-x86-01')