summaryrefslogtreecommitdiffhomepage
path: root/desktop/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-xdesktop/scripts/release/5-update-and-publish-metadata2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/scripts/release/5-update-and-publish-metadata b/desktop/scripts/release/5-update-and-publish-metadata
index 5c2b71a6c8..9c1e1d8417 100755
--- a/desktop/scripts/release/5-update-and-publish-metadata
+++ b/desktop/scripts/release/5-update-and-publish-metadata
@@ -22,7 +22,9 @@ if [ $# -ne 3 ]; then
fi
PRODUCT_VERSION=$1
+# The hostname (can be the alias in your ~/.ssh/config) of the build server
BUILDSERVER_HOST=$2
+# The server to upload the metadata to *from* the build server (argument above)
METADATA_SERVER_HOST=$3
# shellcheck source=desktop/scripts/release/release-config.sh