#!/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 | |
---|---|---|---|---|---|
#2 | 28153 | Robert Cowham |
Upgrade to latest version of Helix Installer Redo ami_install_sdp.sh changes |
||
#1 | 28152 | Robert Cowham |
Branching //guest/perforce_software/helix-installer/ami-builder/... to //guest/perforce_software/helix-installer/dev-ami-builder/... |
||
//guest/perforce_software/helix-installer/ami-builder/src/r | |||||
#1 | 27449 | Robert Cowham |
Branching //guest/perforce_software/helix-installer/azure-quickstart/... to //guest/perforce_software/helix-installer/ami-builder/... |
||
//guest/perforce_software/helix-installer/azure-quickstart/src/r | |||||
#1 | 27421 | Robert Cowham |
Branching //guest/perforce_software/helix-installer/main/... to //guest/perforce_software/helix-installer/azure-quickstart/... |
||
//guest/perforce_software/helix-installer/main/src/r | |||||
#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. |