summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmason/mason-generator.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/mason/mason-generator.sh b/mason/mason-generator.sh
index acc27f3e..c1ffeb24 100755
--- a/mason/mason-generator.sh
+++ b/mason/mason-generator.sh
@@ -27,6 +27,11 @@ if [ "$1" == "-h" -o "$1" == "--help" ]; then
echo "command:"
echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/worker.key.pub VM_USER@VM_HOST"
echo ""
+ echo "To ensure that the mason can upload artifacts to the upstream trove,"
+ echo "you must supply an ssh key to the upstream trove. Do so with the"
+ echo "following command:"
+ echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/id_rsa.key.pub root@UPSTREAM_TROVE_HOSTNAME"
+ echo ""
exit 0
fi