diff options
author | Template builder <builder@example.com> | 2015-07-05 16:27:08 -0400 |
---|---|---|
committer | Template builder <builder@example.com> | 2015-07-05 16:27:08 -0400 |
commit | d94e61a7b627381715751fb6cb6c0cecf7ece3f9 (patch) | |
tree | cf0c5eb342763aa6adc1e9003d23a1053e01d621 /.openshift/cron/weekly/jobs.allow | |
download | volse-hubzilla-d94e61a7b627381715751fb6cb6c0cecf7ece3f9.tar.gz volse-hubzilla-d94e61a7b627381715751fb6cb6c0cecf7ece3f9.tar.bz2 volse-hubzilla-d94e61a7b627381715751fb6cb6c0cecf7ece3f9.zip |
Creating template
Diffstat (limited to '.openshift/cron/weekly/jobs.allow')
-rw-r--r-- | .openshift/cron/weekly/jobs.allow | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.openshift/cron/weekly/jobs.allow b/.openshift/cron/weekly/jobs.allow new file mode 100644 index 000000000..8d32abc70 --- /dev/null +++ b/.openshift/cron/weekly/jobs.allow @@ -0,0 +1,12 @@ +# +# Script or job files listed in here (one entry per line) will be +# executed on a weekly-basis. +# +# Example: The chronograph script will be executed weekly but the README +# and chrono.dat files in this directory will be ignored. +# +# The README file is actually ignored due to the entry in the +# jobs.deny which is checked before jobs.allow (this file). +# +chronograph + |