wssync.dev.sh #1

  • //
  • cbd/
  • main/
  • scripts/
  • wssync.dev.sh
  • View
  • Commits
  • Open Download .zip Download (143 B)
#!/bin/sh
export PYTHONPATH=$PYTHONPATH:/p4/common/bin/cbd/scripts/pydev
export CBD_LOG=cbd.dev.log
python3 $CBD_HOME/scripts/wssync.dev.py $*
# Change User Description Committed
#1 21633 C. Thomas Tyler Populate -o //guest/perforce_software/cbd/main/...
//cbd/main/....
//guest/perforce_software/cbd/main/scripts/wssync.dev.sh
#1 15009 C. Thomas Tyler Promoted CBD development work to main from dev.
//guest/perforce_software/cbd/dev/scripts/wssync.dev.sh
#1 14198 C. Thomas Tyler Got Workshop up to date with latest version of CBD developed
elsewhere.

Added CbdDev.py to illustrate enabling testing a newer version
on a live server, as a supplement to the test suite.  This comes
with supporting scripts wssync.dev.(sh,py)

Added cmd_trig_by_auth.pl, a technology sample script.  Not used
presently.