Changes between Initial Version and Version 1 of PerforceJobScript


Ignore:
Timestamp:
Oct 28, 2006, 9:00:26 PM (18 years ago)
Author:
ttressieres
Comment:

New hack PerforceJobScript, created by ttressieres

Legend:

Unmodified
Added
Removed
Modified
  • PerforceJobScript

    v1 v1  
     1= Synchronize Perforce jobs from/to Trac tickets =
     2
     3== Description ==
     4
     5A script used to synchronize Trac tickets to Perforce jobs. Status, user, description are synchronized.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for PerforceJobScript are
     10[report:9?COMPONENT=PerforceJobScript here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=PerforceJobScript&owner=ttressieres new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:perforcejobscript here].
     18
     19== Source ==
     20
     21You can check out PerforceJobScript from [http://trac-hacks.org/svn/perforcejobscript here] using Subversion, or [source:perforcejobscript browse the source] with Trac.
     22
     23== Example ==
     24
     25you have to configure the script with the p4trac.conf file
     26
     27sample configuration:
     28{{{
     29trac_project  : /env/TracDatabase
     30debug         : 0
     31p4port        : localhost:1666
     32p4user        : User
     33p4passwd      : 0000000000000000000000000000
     34check_delay   : 60
     35first_check   : -1
     36dry_run       : 0
     37p4_to_trac :
     38    open      : new
     39    assigned  : assigned
     40    working   : assigned
     41    suspended : assigned
     42    closed    : closed
     43trac_to_p4 :
     44    new      : open
     45    assigned : assigned
     46    closed   : closed
     47    reopened : open
     48}}}
     49
     50== Recent Changes ==
     51
     52[[ChangeLog(perforcejobscript, 3)]]
     53
     54== Author/Contributors ==
     55
     56'''Author:''' [wiki:ttressieres] [[BR]]
     57'''Contributors:'''