[cpp-linbuild] branch main updated: Add Rocky 10 to copy script.

Scott Cantor cantor.2 at osu.edu
Tue Jul 1 20:48:07 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=51b2a1788d090c455619de8c4c9d77fe677040f6

The following commit(s) were added to refs/heads/main by this push:
     new 51b2a17  Add Rocky 10 to copy script.
51b2a17 is described below

commit 51b2a1788d090c455619de8c4c9d77fe677040f6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 1 16:48:02 2025 -0400

    Add Rocky 10 to copy script.
---
 bin/sign-and-copy.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/sign-and-copy.sh b/bin/sign-and-copy.sh
index 58f8287..73b7e9e 100755
--- a/bin/sign-and-copy.sh
+++ b/bin/sign-and-copy.sh
@@ -37,4 +37,7 @@ $CP $SRC/os/rockylinux8/products/RPMS/$ARCH/*${COMP}*${VER}* $DEST/rockylinux8/$
 $CP $SRC/os/rockylinux9/products/SRPMS/*${COMP}*${VER}* $DEST/rockylinux9/src/
 $CP $SRC/os/rockylinux9/products/RPMS/$ARCH/*${COMP}*${VER}* $DEST/rockylinux9/$ARCH/
 
+$CP $SRC/os/rockylinux10/products/SRPMS/*${COMP}*${VER}* $DEST/rockylinux10/src/
+$CP $SRC/os/rockylinux10/products/RPMS/$ARCH/*${COMP}*${VER}* $DEST/rockylinux10/$ARCH/
+
 fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list