Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Update tarball-sources output to account for the new spmm-utils host #532

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions elliottlib/cli/tarball_sources_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ def print_success_message(tarball_sources_list, out_dir):

All tarball sources are successfully created.

To send all tarball sources to rcm-guest, run:
To send all tarball sources to spmm-utils, run:

rsync -avz --no-perms --no-owner --no-group {} [email protected].bos.redhat.com:/mnt/rcm-guest/ocp-client-handoff/
rsync -avz --no-perms --no-owner --no-group {} spmm-util.hosts.prod.psi.bos.redhat.com:ocp-client-handoff/

Then notify RCM (https://projects.engineering.redhat.com/projects/RCM/issues) that the following tarball sources have been uploaded to rcm-guest:
Then notify RCM (https://projects.engineering.redhat.com/projects/RCM/issues) that the following tarball sources have been uploaded to spmm-utils:

{}
""".format(pipes.quote(os.path.abspath(out_dir) + "/"), "\n".join(relative_paths)))