mirror of
https://github.com/AlekseyLobanov/AlekseyLobanov.github.io.git
synced 2026-01-11 20:52:01 +03:00
Openshift files removed
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
The OpenShift `php` cartridge documentation can be found at:
|
|
||||||
http://openshift.github.io/documentation/oo_cartridge_guide.html#php
|
|
||||||
|
|
||||||
For information about .openshift directory, consult the documentation:
|
|
||||||
http://openshift.github.io/documentation/oo_user_guide.html#the-openshift-directory
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
For information about action hooks, consult the documentation:
|
|
||||||
|
|
||||||
http://openshift.github.io/documentation/oo_user_guide.html#action-hooks
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
Run scripts or jobs on a periodic basis
|
|
||||||
=======================================
|
|
||||||
Any scripts or jobs added to the minutely, hourly, daily, weekly or monthly
|
|
||||||
directories will be run on a scheduled basis (frequency is as indicated by the
|
|
||||||
name of the directory) using run-parts.
|
|
||||||
|
|
||||||
run-parts ignores any files that are hidden or dotfiles (.*) or backup
|
|
||||||
files (*~ or *,) or named *.{rpmsave,rpmorig,rpmnew,swp,cfsaved}
|
|
||||||
|
|
||||||
The presence of two specially named files jobs.deny and jobs.allow controls
|
|
||||||
how run-parts executes your scripts/jobs.
|
|
||||||
jobs.deny ===> Prevents specific scripts or jobs from being executed.
|
|
||||||
jobs.allow ===> Only execute the named scripts or jobs (all other/non-named
|
|
||||||
scripts that exist in this directory are ignored).
|
|
||||||
|
|
||||||
The principles of jobs.deny and jobs.allow are the same as those of cron.deny
|
|
||||||
and cron.allow and are described in detail at:
|
|
||||||
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-Automating_System_Tasks.html#s2-autotasks-cron-access
|
|
||||||
|
|
||||||
See: man crontab or above link for more details and see the the weekly/
|
|
||||||
directory for an example.
|
|
||||||
|
|
||||||
PLEASE NOTE: The Cron cartridge must be installed in order to run the configured jobs.
|
|
||||||
|
|
||||||
For more information about cron, consult the documentation:
|
|
||||||
http://openshift.github.io/documentation/oo_cartridge_guide.html#cron
|
|
||||||
http://openshift.github.io/documentation/oo_user_guide.html#cron
|
|
||||||
0
.openshift/cron/daily/.gitignore
vendored
0
.openshift/cron/daily/.gitignore
vendored
0
.openshift/cron/hourly/.gitignore
vendored
0
.openshift/cron/hourly/.gitignore
vendored
0
.openshift/cron/minutely/.gitignore
vendored
0
.openshift/cron/minutely/.gitignore
vendored
0
.openshift/cron/monthly/.gitignore
vendored
0
.openshift/cron/monthly/.gitignore
vendored
@@ -1,16 +0,0 @@
|
|||||||
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.
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Time And Relative D...n In Execution (Open)Shift!
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo "`date`: `cat $(dirname \"$0\")/chrono.dat`"
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
#
|
|
||||||
# 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
|
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#
|
|
||||||
# Any script or job files listed in here (one entry per line) will NOT be
|
|
||||||
# executed (read as ignored by run-parts).
|
|
||||||
#
|
|
||||||
|
|
||||||
README
|
|
||||||
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
For information about markers, consult the documentation:
|
|
||||||
|
|
||||||
http://openshift.github.io/documentation/oo_user_guide.html#markers
|
|
||||||
http://openshift.github.io/documentation/oo_cartridge_guide.html#php-markers
|
|
||||||
Reference in New Issue
Block a user