From bdcc498c5f3f485735286d4c2890e431f5f9f8af Mon Sep 17 00:00:00 2001 From: "D. Paolella" Date: Thu, 23 Mar 2023 09:47:03 +0100 Subject: [PATCH] Update tarball-sources output to account for the new spmm-utils host --- elliottlib/cli/tarball_sources_cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elliottlib/cli/tarball_sources_cli.py b/elliottlib/cli/tarball_sources_cli.py index 465ae543..7cbf3062 100644 --- a/elliottlib/cli/tarball_sources_cli.py +++ b/elliottlib/cli/tarball_sources_cli.py @@ -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 {} ocp-build@rcm-guest.app.eng.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)))