summaryrefslogtreecommitdiffhomepage
path: root/desktop/scripts
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-04-04 16:29:53 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-04-08 09:36:48 +0200
commit1e15295e9a23d5ed2ce866ea70434845c4bb193b (patch)
tree9eda90681cf7701a2762dc5815c3735b83e477d1 /desktop/scripts
parent7d8edeabf333bd40adc77188c851d983bbe7a718 (diff)
downloadmullvadvpn-1e15295e9a23d5ed2ce866ea70434845c4bb193b.tar.xz
mullvadvpn-1e15295e9a23d5ed2ce866ea70434845c4bb193b.zip
Add comments abount arguments to script
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