- #!/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/perforce_software/helix-installer/main/LICENSE
- #------------------------------------------------------------------------------
- set -u
- declare Version=1.1.3
- # 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 &
- #
- $PWD/reset_sdp.sh -fast
# | 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-he...lix-installer-dev'. « |
4 years ago | |
#5 | 25495 | C. Thomas Tyler | Released. | 6 years ago | |
#4 | 22202 | C. Thomas Tyler | Tweaked the 'r' shorthand test script to test against the 'dev' branch of the SDP rather... than main. « |
8 years ago | |
#3 | 20652 | C. Thomas Tyler | Tweaked to give realtime feedback during execution. | 8 years ago | |
#2 | 19261 | C. Thomas Tyler | Accounted for move to //guest/perforce_software from //guest/tom_tyler. | 9 years ago | |
#1 | 19230 | C. Thomas Tyler | Populate -o //guest/tom_tyler/helix-installer/... //guest/perforce_software/helix-install...er/.... « |
9 years ago | |
//guest/tom_tyler/helix-installer/main/src/r | |||||
#2 | 16360 | C. Thomas Tyler | Minor code and copyright cleanup. | 9 years ago | |
#1 | 15829 | C. Thomas Tyler |
Moved Helix Installer to new Workshop Standard for personal projects. |
9 years ago | |
//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. | 10 years ago | |
#4 | 15051 | C. Thomas Tyler | Copy Up using 'p4 copy -r -b tom_tyler-hi-dev' | 10 years ago | |
#3 | 14120 | C. Thomas Tyler | Moved sample depot checkpoint load to configurator script. Added '-fast' flag to speed up... testing. Various minor tweaks. « |
10 years ago | |
#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. « |
10 years ago | |
#1 | 13940 | C. Thomas Tyler |
Added my personal reset_sdp test script. DO NOT DEPLOY on a live server. |
10 years ago |