Обновить библиотеку, читалку и выпуск до 2.31
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
param(
|
||||
[string]$ManifestPath,
|
||||
[string]$SshHost = "192.168.0.185",
|
||||
[string]$SshHost = "192.168.0.25",
|
||||
[string]$SshUser = "sevenhill",
|
||||
[string]$ArgusDataPath = "/srv/argus-data",
|
||||
[string]$ArgusDataPath = "/opt/argus/data",
|
||||
[switch]$RestartArgus
|
||||
)
|
||||
|
||||
@@ -309,6 +309,7 @@ $remoteScriptLines = @(
|
||||
"export ARGUS_PLATFORM=$(ConvertTo-BashSingleQuoted $platform)",
|
||||
"export ARGUS_PACKAGE_KIND=$(ConvertTo-BashSingleQuoted $packageKind)",
|
||||
"export ARGUS_NOTES=$(ConvertTo-BashSingleQuoted $releaseNotes)",
|
||||
'trap ''rm -f -- "$SOURCE_FILE"'' EXIT',
|
||||
'python3 - "$SOURCE_FILE" <<''PY''',
|
||||
$pythonBlock,
|
||||
"PY",
|
||||
|
||||
Reference in New Issue
Block a user