totalusers.cfg #1

  • //
  • guest/
  • alan_petersen/
  • sdp/
  • main/
  • Maintenance/
  • totalusers.cfg
  • View
  • Commits
  • Open Download .zip Download (940 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
# 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
# Change User Description Committed
#1 10151 alan_petersen Populate //guest/alan_petersen/sdp/...
from //guest/perforce_software/sdp/....
//guest/perforce_software/sdp/main/Maintenance/totalusers.cfg
#1 10148 C. Thomas Tyler Promoted the Perforce Server Deployment Package to The Workshop.