Changes between Version 1 and Version 2 of PerforceJobScript

Show
Ignore:
Author:
ttressieres (IP: 82.235.6.53)
Timestamp:
11/02/06 14:53:52 (1 year ago)
Comment:

update installation and configuration sections

Legend:

Unmodified
Added
Removed
Modified
  • PerforceJobScript

    v1 v2  
    1313[http://trac-hacks.org/newticket?component=PerforceJobScript&owner=ttressieres new ticket]. 
    1414 
    15 == Download == 
     15== Download/Installation == 
    1616 
    1717Download the zipped source from [download:perforcejobscript here]. 
    1818 
    19 == Source == 
     19=== Source === 
    2020 
    2121You can check out PerforceJobScript from [http://trac-hacks.org/svn/perforcejobscript here] using Subversion, or [source:perforcejobscript browse the source] with Trac. 
    2222 
    23 == Example == 
     23=== Requirements === 
     24 
     25 * See [wiki:PerforcePlugin#Requirements PerforcePlugin requirements] 
     26 * [http://pyperforce.sourceforge.net/ PyPerforce] 0.3a1 with a patch for jobs 
     27 
     28=== Installation === 
     29 
     30 1. Download and install the requirements (see above). 
     31 2. launch the script 
     32{{{ 
     33   python.exe p4_trac_jobs.py --file p4trac.conf 
     34}}} 
     35 
     36=== Configuration === 
    2437 
    2538you have to configure the script with the p4trac.conf file 
    4659    closed   : closed 
    4760    reopened : open 
     61p4job_prefix  : job 
    4862}}} 
    4963