FTBFS weekly reminder: Only run every third week
Fixes https://pagure.io/releng/issue/8915 Signed-off-by: Miro Hrončok <miro@hroncok.cz> Consider my patch Public Domain
This commit is contained in:
parent
53d1d9190c
commit
cb70c21385
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# A weekly cron job which actually does the items needed.
|
# A weekly cron job which actually does the items needed.
|
||||||
|
# Only run every third week, see https://pagure.io/releng/issue/8915
|
||||||
|
test $(($(date +%W) % 3)) -eq 0 || exit 0
|
||||||
TMPDIR=`mktemp -d /tmp/ftbfs_reminder.XXXXXX`
|
TMPDIR=`mktemp -d /tmp/ftbfs_reminder.XXXXXX`
|
||||||
GITREPO=https://pagure.io/releng.git
|
GITREPO=https://pagure.io/releng.git
|
||||||
SCRIPT=ftbfs_weekly_reminder.py
|
SCRIPT=ftbfs_weekly_reminder.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue