Changes between Version 4 and Version 5 of PerforceJobScript


Ignore:
Timestamp:
Nov 4, 2015, 11:04:07 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PerforceJobScript

    v4 v5  
    1 = Synchronize Perforce jobs from/to Trac tickets =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Synchronize Perforce jobs from/to Trac tickets
    44
    5 A script used to synchronize Trac tickets to Perforce jobs. Status, user, and description are synchronized.
     5== Description
    66
    7 == Bugs/Feature Requests ==
     7This is a script used to synchronize Trac tickets to [https://www.perforce.com/ Perforce] jobs. Status, user, and description are synchronized.
     8
     9Perforce is a commercial, proprietary revision control system developed by Perforce Software.
     10
     11== Bugs/Feature Requests
    812
    913Existing bugs and feature requests for PerforceJobScript are
     
    1115
    1216If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=PerforceJobScript&owner=ttressieres new ticket].
     17[/newticket?component=PerforceJobScript new ticket].
    1418
    15 == Download/Installation ==
     19[[TicketQuery(component=PerforceJobScript&group=type,format=progress)]]
    1620
    17 Download the zipped source from [download:perforcejobscript here].
     21== Download
    1822
    19 === Source ===
     23Download the zipped source from [export:perforcejobscript here].
    2024
    21 You can check out PerforceJobScript from [http://trac-hacks.org/svn/perforcejobscript here] using Subversion, or [source:perforcejobscript browse the source] with Trac.
     25== Source
    2226
    23 === Requirements ===
     27You can check out PerforceJobScript from [/svn/perforcejobscript here] using Subversion, or [source:perforcejobscript browse the source] with Trac.
    2428
    25  * See [wiki:PerforcePlugin#Requirements PerforcePlugin requirements]
    26  * [http://pyperforce.sourceforge.net/ PyPerforce] 0.4
     29== Installation
    2730
    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
     31 1. Download and install the requirements:
     32  * See [wiki:PerforcePlugin#Requirements PerforcePlugin requirements]
     33  * [http://pyperforce.sourceforge.net/ PyPerforce] 0.4
     34 1. Launch the script:
     35 {{{
     36python.exe p4_trac_jobs.py --file p4trac.conf
    3437}}}
    3538
    36 === Configuration ===
     39== Configuration
    3740
    38 you have to configure the script with the p4trac.conf file
    39 
    40 sample configuration:
     41You have to configure the script with the p4trac.conf file. Sample configuration:
    4142{{{
    4243trac_project  : /env/TracDatabase
     
    6263}}}
    6364
    64 == Recent Changes ==
     65== Recent Changes
    6566
    6667[[ChangeLog(perforcejobscript, 3)]]
    6768
    68 == Author/Contributors ==
     69== Author/Contributors
    6970
    7071'''Author:''' [wiki:ttressieres] [[BR]]
     72'''Maintainer:''' [[Maintainer]] [[BR]]
    7173'''Contributors:'''