p4.crontab.solaris #1

  • //
  • guest/
  • alan_petersen/
  • sdp/
  • dev/
  • Server/
  • Unix/
  • p4/
  • common/
  • etc/
  • cron.d/
  • p4.crontab.solaris
  • View
  • Commits
  • Open Download .zip Download (259 B)
# common tasks

# Verify
0 4 * * 6 /p4/common/bin/p4verify.sh 1

# Checkpoints
0 2 * * 6 /p4/common/bin/weekly_backup.sh 1
0 2 * * 0-5 /p4/common/bin/daily_backup.sh 1

# p4review daemon
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /p4/common/bin/p4review.py 1

# Change User Description Committed
#1 15465 alan_petersen Merging using sdp_alan_petersen
//guest/perforce_software/sdp/dev/Server/Unix/p4/common/etc/cron.d/p4.crontab.solaris
#2 12169 Russell C. Jackson (Rusty) Updated copyright date to 2015

 Updated shell scripts to require an instance parameter to eliminate the need
 for calling p4master_run.    Python and Perl still need it since you have to set the
environment for them to run in.

 Incorporated comments from reviewers. Left the . instead of source as that seems
more common in the field and has the same functionality.
#1 10638 C. Thomas Tyler Populate perforce_software-sdp-dev.
//guest/perforce_software/sdp/main/Server/Unix/p4/common/etc/cron.d/p4.crontab.solaris
#1 10148 C. Thomas Tyler Promoted the Perforce Server Deployment Package to The Workshop.