diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-02 09:59:44 +1000 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-02 09:59:44 +1000 |
commit | f472071f6f77e13715d6bd3ac44e6311d2438142 (patch) | |
tree | c62307815c2d97dcf9ae3746ac08e3725bbebc6c /.openshift/cron/weekly/README | |
parent | 7b695aa6847abd0dee1f36282fdcf47905756017 (diff) | |
parent | f23f8f7f5df4f0a7b03c688a911bfdadbff0951b (diff) | |
download | volse-hubzilla-f472071f6f77e13715d6bd3ac44e6311d2438142.tar.gz volse-hubzilla-f472071f6f77e13715d6bd3ac44e6311d2438142.tar.bz2 volse-hubzilla-f472071f6f77e13715d6bd3ac44e6311d2438142.zip |
Merge pull request #66 from HaakonME/master
Updated Norwegian strings for Hubzilla , optional OpenShift deploy and cron
Diffstat (limited to '.openshift/cron/weekly/README')
-rw-r--r-- | .openshift/cron/weekly/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.openshift/cron/weekly/README b/.openshift/cron/weekly/README new file mode 100644 index 000000000..7c3e659fe --- /dev/null +++ b/.openshift/cron/weekly/README @@ -0,0 +1,16 @@ +Run scripts or jobs on a weekly basis +===================================== +Any scripts or jobs added to this directory will be run on a scheduled basis +(weekly) using run-parts. + +run-parts ignores any files that are hidden or dotfiles (.*) or backup +files (*~ or *,) or named *.{rpmsave,rpmorig,rpmnew,swp,cfsaved} and handles +the files named jobs.deny and jobs.allow specially. + +In this specific example, the chronograph script is the only script or job file +executed on a weekly basis (due to white-listing it in jobs.allow). And the +README and chrono.dat file are ignored either as a result of being black-listed +in jobs.deny or because they are NOT white-listed in the jobs.allow file. + +For more details, please see ../README.cron file. + |