r #1

  • //
  • guest/
  • perforce_software/
  • helix-installer/
  • main/
  • src/
  • r
  • View
  • Commits
  • Open Download .zip Download (724 B)
#!/bin/bash
#==============================================================================
# Copyright and license info is available in the LICENSE file included with
# this package, and also available online:
# https://swarm.workshop.perforce.com/view/guest/tom_tyler/helix-installer/main/LICENSE
#------------------------------------------------------------------------------
set -u

declare Version=1.0.2

# Usage:
# sudo bash
# cd /where/this/script/is
# # If you terminal session is reliably long-lived:
# ./r
# # Or, for optimum robustness (e.g. over a flakey VPN terminal session):
# nohup ./r < /dev/null > /dev/null 2>&1 &
#
log=log.reset_sdp
$PWD/reset_sdp.sh -fast > $log 2>&1
echo EXIT_CODE=$? >> $log
cat $log
# Change User Description Committed
#6 27427 C. Thomas Tyler Released SDP 2021.2.27425 (2021/02/09).
Copy Up using 'p4 copy -r -b perforce_software-helix-installer-dev'.
#5 25495 C. Thomas Tyler Released.
#4 22202 C. Thomas Tyler Tweaked the 'r' shorthand test script to test against
the 'dev' branch of the SDP rather than main.
#3 20652 C. Thomas Tyler Tweaked to give realtime feedback during execution.
#2 19261 C. Thomas Tyler Accounted for move to //guest/perforce_software from //guest/tom_tyler.
#1 19230 C. Thomas Tyler Populate -o //guest/tom_tyler/helix-installer/...
//guest/perforce_software/helix-installer/....
//guest/tom_tyler/helix-installer/main/src/r
#2 16360 C. Thomas Tyler Minor code and copyright cleanup.
#1 15829 C. Thomas Tyler Moved Helix Installer to new Workshop Standard
for personal projects.
//guest/tom_tyler/sw/main/hi/src/r
#5 15060 C. Thomas Tyler Rollback of Copy Up done with a new utility that apparently needs some work.
#4 15051 C. Thomas Tyler Copy Up using 'p4 copy -r -b tom_tyler-hi-dev'
#3 14120 C. Thomas Tyler Moved sample depot checkpoint load to configurator script.
Added '-fast' flag to speed up testing.
Various minor tweaks.
#2 14033 C. Thomas Tyler Added script to transform stock Sample Depot data set to be
SDP compliant (mostly a stub at this point).  Various improvements
to reset_sdp.sh and the wrapper r.sh.
#1 13940 C. Thomas Tyler Added my personal reset_sdp test script.
 DO NOT DEPLOY on a live server.