From 5eed18c4b6aaf4c9c4dc2bca3b1321b68b4c9d2c Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Fri, 16 Jun 2023 12:56:15 +0200 Subject: [PATCH] repo name change -> += "-manager" --- mpsd-software.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpsd-software.py b/mpsd-software.py index c8d4ad2..1962a13 100755 --- a/mpsd-software.py +++ b/mpsd-software.py @@ -39,7 +39,7 @@ Build software as on MPSD HPC. on the HPC system. Further documentation is available in the README.rst file, online at - https://gitlab.gwdg.de/mpsd-cs/mpsd-software/-/blob/main/README.rst + https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager/-/blob/main/README.rst Command line usage: @@ -553,7 +553,7 @@ def record_script_execution_summary( ) -> None: """Log the command used to build the package_set. - It also logs information about the mpsd-software repository branch, the + It also logs information about the mpsd-software-manager repository branch, the spack-environments branch, and the commit hashes of each. It also logs steps taken in the install process using the optional message argument. -- GitLab