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

Commit

Permalink
Merge pull request #532 from locriandev/update-tarball-sources-output
Browse files Browse the repository at this point in the history
Update tarball-sources output to account for the new spmm-utils host
  • Loading branch information
vfreex authored Mar 23, 2023
2 parents 312d55d + bdcc498 commit 658ab23
Showing 1 changed file with 3 additions and 3 deletions.
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)))

0 comments on commit 658ab23

Please sign in to comment.