Skip to content

Commit 841affc

Browse files
Merge pull request #9 from brianhlin/SOFTWARE-4537.specify-bosco-url
Add ability for admins to (SOFTWARE-4537)
2 parents c5a8c1c + aabefb1 commit 841affc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hosted-ce/30-remote-site-setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ fi
161161
[[ $REMOTE_BOSCO_DIR ]] && bosco_cluster_opts+=(-b "$REMOTE_BOSCO_DIR") \
162162
|| REMOTE_BOSCO_DIR=bosco
163163
164-
echo "Using Bosco tarball: $(bosco_findplatform --url)"
164+
# Add the ability for admins to override the default Bosco tarball URL (SOFTWARE-4537)
165+
[[ $BOSCO_TARBALL_URL ]] && bosco_cluster_opts+=(--url "$BOSCO_TARBALL_URL")
166+
165167
for ruser in $users; do
166168
setup_ssh_config
167169
done

0 commit comments

Comments
 (0)