totalusers.cfg #3

  • //
  • guest/
  • russell_jackson/
  • sdp/
  • 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 30658 Russell C. Jackson (Rusty) Updated to work with current python3
#2 24675 Russell C. Jackson (Rusty) Fixed bugs in sdputils.py and scripts using it.
Converted to standard 2 space spacing, removed copyright stuff.
#1 22693 Russell C. Jackson (Rusty) Branched a Unix only version of the SDP.
Removed extra items to create a cleaner tree.
Moved a few items around to make more sense without Windows in the mix.
//guest/perforce_software/sdp/dev/Maintenance/totalusers.cfg
#1 10638 C. Thomas Tyler Populate perforce_software-sdp-dev.
//guest/perforce_software/sdp/main/Maintenance/totalusers.cfg
#1 10148 C. Thomas Tyler Promoted the Perforce Server Deployment Package to The Workshop.