Changes between Version 12 and Version 13 of JobControlPlugin


Ignore:
Timestamp:
Jan 30, 2016, 7:13:16 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • JobControlPlugin

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = A job scheduler and monitoring plug-in for Trac
     3= A job scheduler and monitoring plugin for Trac
    44
    55{{{#!box warning
    6 **Notice:** This plugin is in alpha stage: this module is under development and suggestions would be welcome. So please add your feature requests tickets against the JobControlPlugin component.
     6**Notice:** This plugin is in alpha stage: this module is under development and suggestions are welcome. Please add your feature requests tickets against the JobControlPlugin component.
    77}}}
    88
     
    1515 * Log Admin - Clean-up logs and other tasks.
    1616
    17 Each job run environment and schedule is specified by the version of a single configuration file - a python script - in the SCM. Therefore any changes are carefully tracked. This script is used to create the sandbox and invoke the job.
     17Each job run environment and schedule is specified by the version of a single configuration file - a Python script - in the SCM. Therefore any changes are tracked across versions. This script is used to create the sandbox and invoke the job.
    1818
    1919== Screenshots
     
    3838== Source
    3939
    40 It's not yet available for version 0.12. Earlier versions are in alpha and you will be able to check out JobControlPlugin from [/svn/jobcontrolplugin here] using Subversion, or [source:jobcontrolplugin browse the source] with Trac.
     40You will be able to check out alpha versions of this JobControlPlugin for Trac 0.9 and 0.10 from [/svn/jobcontrolplugin here] using Subversion, or [source:jobcontrolplugin browse the source] with Trac.
     41
     42This plugin is not yet available for Trac version 0.12 and above.
    4143
    4244== Example
    4345
    4446Here is an example of a job configuration:
    45 {{{
    46 #!python
     47{{{#!python
    4748from jobcontrolplugin import JobSpec, today
    4849