Skip to content

Instantly share code, notes, and snippets.

@codicesoftware
Created October 5, 2018 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codicesoftware/0baa831adf5831330b1d8ebb611b8643 to your computer and use it in GitHub Desktop.
Save codicesoftware/0baa831adf5831330b1d8ebb611b8643 to your computer and use it in GitHub Desktop.
Plastic SCM upgrade configuration files
<!-- NOTE: Replace "@@VERSION@@" by the installed PlasticSCM server version. Example: Replace "@@VERSION@@" by "5.4.16.619" -->
<ScriptActions>
<Actions>
<SetStatus Msg = "Downloading Plastic SCM installer (@@VERSION@@) ..." />
<SetDistraction Msg = "" />
<SetProgress Value = "20" />
<Download
Url = "http://www.plasticscm.com/releases/@@VERSION@@/plasticscm/linux/PlasticSCM-@@VERSION@@-linux-installer.run"
ExecuteAfterDownload = "true"
DeleteAfterExecute = "true"
ContinueOnError = "false"
ShowProcessWindow = "true"
CloseUpgradeAfterRun = "false"
FinalProgress = "100"
/>
</Actions>
</ScriptActions>
<!-- NOTE: Replace "@@VERSION@@" by the installed PlasticSCM server version. Example: Replace "@@VERSION@@" by "5.4.16.619" -->
<ScriptActions>
<Actions>
<SetStatus Msg = "Downloading Plastic SCM installer (@@VERSION@@) ..." />
<SetDistraction Msg = "" />
<SetProgress Value = "20" />
<Download
Url = "http://www.plasticscm.com/releases/@@VERSION@@/plasticscm/osx/PlasticSCM-@@VERSION@@-osx-installer.app.zip"
ExecuteAfterDownload = "true"
DeleteAfterExecute = "true"
ContinueOnError = "false"
ShowProcessWindow = "true"
CloseUpgradeAfterRun = "false"
FinalProgress = "100"
/>
</Actions>
</ScriptActions>
<!-- NOTE: Replace "@@VERSION@@" by the installed PlasticSCM server version. Example: Replace "@@VERSION@@" by "5.4.16.619" -->
<ScriptActions>
<Actions>
<SetStatus Msg = "Downloading Plastic SCM installer (@@VERSION@@) ..." />
<SetDistraction Msg = "" />
<SetProgress Value = "20" />
<Download
Url = "http://www.plasticscm.com/releases/@@VERSION@@/plasticscm/windows/PlasticSCM-@@VERSION@@-windows-installer.exe"
ExecuteAfterDownload = "true"
DeleteAfterExecute = "true"
ContinueOnError = "false"
ShowProcessWindow = "true"
CloseUpgradeAfterRun = "true"
FinalProgress = "100"
/>
</Actions>
</ScriptActions>
[upgrade]
server\upgrade\upgrade-linux.xml
server\upgrade\upgrade-macos.xml
server\upgrade\upgrade-windows.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment