Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
C
chkcrontab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
chkcrontab
Commits
f0da2714
Commit
f0da2714
authored
Feb 17, 2013
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Fix formatting of README.
Apparently github and bitbucket lack some of the more obscure RsT rendering options.
parent
c16ba650
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+8
-8
8 additions, 8 deletions
README.rst
with
8 additions
and
8 deletions
README.rst
+
8
−
8
View file @
f0da2714
...
@@ -7,14 +7,6 @@ chkcrontab
...
@@ -7,14 +7,6 @@ chkcrontab
Crontab linter
Crontab linter
==============
==============
.. sidebar:: Output Description
:subtitle: Whatcha talkin bout Willis?
The output of ``chkcrontab`` is described on the `CheckCrontab`_
wiki page. A link to it appears in the output if there were any
warnings or errors. It also suggests ways to fix the reported
issues.
chkcrontab is a script to check crontab files like those in
chkcrontab is a script to check crontab files like those in
``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring
``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring
errors and warn on suspect lines in a crontab file. Some valid
errors and warn on suspect lines in a crontab file. Some valid
...
@@ -34,6 +26,14 @@ To see sample output for a bad crontab, run the following::
...
@@ -34,6 +26,14 @@ To see sample output for a bad crontab, run the following::
See the ``./tests/test_crontab.disable`` crontab for how to disable
See the ``./tests/test_crontab.disable`` crontab for how to disable
warnings and errors.
warnings and errors.
Output Description
~~~~~~~~~~~~~~~~~~
The output of ``chkcrontab`` is described on the `CheckCrontab`_
wiki page. A link to it appears in the output if there were any
warnings or errors. It also suggests ways to fix the reported
issues.
Contributions
Contributions
=============
=============
Contributions are welcome! Please add unit tests for new features
Contributions are welcome! Please add unit tests for new features
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment