p4.conf #2

  • //
  • guest/
  • david_markley/
  • reviewer/
  • p4.conf
  • View
  • Commits
  • Open Download .zip Download (3 KB)
#
# P4 Properties
#

# Full path to the P4 executable
#
p4.executable=/usr/local/bin/p4

# P4PORT to connect to.
#
p4.port=public.perforce.com:1666

# P4USER to run as.
#
p4.user=dmarkley_markley

# P4CLIENT to use.
#
p4.client=dmarkley_markley-client

# P4PASSWD to use for the P4USER, if one has been set.
#
p4.password=mylittlesecret

# Logfile to use, if uncommented.
#p4.logfile=D:\\p4.log

# Log level to use, if uncommented.
#p4.log_level=split

# SystemRoot and SystemDrive for a Windows machine. These are needed in order
# for the package to resolve hostnames. Why? I have no idea. Send questions to
# [email protected]
#
p4.sysroot=D:\\WINNT
p4.sysdrive=D:

# If uncommented, this will set the server timeout threshold (in milliseconds).
#p4.threshold=30000

# Counter to be used by the reviewer process for determining changes.
p4.counter=review

# This is the email that reviewer messages will be sent from.
[email protected]

# If set, reviewer message will only be sent to email addresses ending with it.
# BE CAREFULE HERE!!! No email will be sent to users in a different domain!!!
[email protected]

# Used as the URL for changes in the text/html version of e-mail.
# Using java.text.MessageFormat, the following are replaced:
#    {0} - change number (Integer)       (ex. 14267)
p4.reviewer.url.change=http://myp4web:8080/p4web/change.jsp?num={0,number,#}

# Used as the URL for jobs in the text/html version of e-mail.
# Using java.text.MessageFormat, the following are replaced:
#    {0} - job name (String)       (ex. job000002)
p4.reviewer.url.job=http://myp4web:8080/p4web/job.jsp?name={0}

# Used as the URL for file diffs in the text/html version of e-mail.
# Using java.text.MessageFormat, the following are replaced:
#    {0} - file path (String)       (ex. //depot/src/foo.c)
#    {1} - file last revision (Integer)       (ex. 21)
#    {2} - file head revision (Integer)       (ex. 22)
#    {3} - head action (String)     (ex. edit)
p4.reviewer.url.diff=http://tools.ucentric.com/p4jsp/diff.jsp?path={0}&r1={1}&r2={2}


# Used as the URL for users in the text/html version of e-mail.
# Using java.text.MessageFormat, the following are replaced:
#    {0} - replaced with the user id (String)        (ex. david_markley)
#    {1} - replaced with the user e-mail (String)    (ex. [email protected])
#    {2} - replaced with the user full name (String) (ex. David Markley)
p4.reviewer.url.user=http://myp4web:8080/p4web/user.jsp?id={0}

# Signature placed on text/plain version of reviewer e-mail.
p4.reviewer.sig.plain=\n\nThis message automatically generated by the P4 Reviewer service.\nPlease contact David Markley with questions.

# Signature placed on text/html version of reviewer e-mail.
p4.reviewer.sig.html=<HR>This message automatically generated by the P4 Reviewer service.<BR>Please contact <A href="mailto:[email protected]">Perforce Support</A> with questions.

# SMTP mail server used by the reviewer. Take a look at JavaMail for more
# properties that may be set.
mail.smtp.host=smtp.perforce.com

# If set to true, a lot of debugging info is dumped regarding mail.
#mail.debug=true
# Change User Description Committed
#2 2019 David Markley Corrected listing of affected files in the reviewer.
#1 1362 David Markley Added a Reviewer that uses the p4package Java API.
Had this for a while, but it's updated and best to be checked in. Lost one hard drive today...that's enough loss for today.