totalusers.cfg #2

  • //
  • guest/
  • perforce_software/
  • sdp/
  • main/
  • Maintenance/
  • totalusers.cfg
  • View
  • Commits
  • Open Download .zip Download (955 B)
# This is an example config file for the totalusers.py script.
#
# case_sensitive can be set to 0 or 1 with 0 indicating case insensitive operation, and
# 1 indicating case sensitive.
#
# report_access_time can be set to 0 or 1 as well with 0 indicating do not report last access time, and
# indicating to include the last access time in the report.
#
# The next set of lines identify the robotic users to ignore. The format is:
# ROBOT|username
# Just include a line like that for all of your robotic users.
#
# The remaining lines are the lines showing the servers to include. Each line consists of the following:
# SERVER|name:port|login|SDP_INSTANCE
# The SERVER word just identifies this line as a line to parse for server information.
# The name:port is the standard perforce P4PORT setting for the server. The user name is a valid login.

case_sensitive=0
report_access_time=1
report_email=1

ROBOT|build
ROBOT|test

SERVER|localhost:1666|import|1
# Change User Description Committed
#3 27331 C. Thomas Tyler Released SDP 2020.1.27325 (2021/01/29).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
#2 26161 C. Thomas Tyler Released SDP 2019.3.26159 (2019/11/06).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
#1 10148 C. Thomas Tyler Promoted the Perforce Server Deployment Package to The Workshop.