[cpp-linbuild] branch main updated: Script to upload EDS to package staging.

Scott Cantor cantor.2 at osu.edu
Tue Feb 27 16:47:19 UTC 2024


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=bf300b1d02039cef0d6a77d094689dd1e339f1c0

The following commit(s) were added to refs/heads/main by this push:
     new bf300b1  Script to upload EDS to package staging.
bf300b1 is described below

commit bf300b1d02039cef0d6a77d094689dd1e339f1c0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 27 11:47:15 2024 -0500

    Script to upload EDS to package staging.
---
 bin/eds_upload.sh | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/bin/eds_upload.sh b/bin/eds_upload.sh
new file mode 100755
index 0000000..a4fac63
--- /dev/null
+++ b/bin/eds_upload.sh
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+SRC=.
+DEST=shibwww at shibboleth.net:mirror/yum
+COMP=shibboleth-embedded-ds
+VER=1.3.0
+
+scp $SRC/os/amazonlinux2/products/SRPMS/${COMP}*${VER}* $DEST/amazonlinux2/src/
+scp $SRC/os/amazonlinux2/products/RPMS/noarch/${COMP}*${VER}* $DEST/amazonlinux2/noarch/
+
+scp $SRC/os/amazonlinux2023/products/SRPMS/${COMP}*${VER}* $DEST/amazonlinux2023/src/
+scp $SRC/os/amazonlinux2023/products/RPMS/noarch/${COMP}*${VER}* $DEST/amazonlinux2023/noarch/
+
+scp $SRC/os/centos7/products/SRPMS/${COMP}*${VER}* $DEST/CentOS_7/src/
+scp $SRC/os/centos7/products/RPMS/noarch/${COMP}*${VER}* $DEST/CentOS_7/noarch/
+
+scp $SRC/os/centos8/products/SRPMS/${COMP}*${VER}* $DEST/CentOS_8/src/
+scp $SRC/os/centos8/products/RPMS/noarch/${COMP}*${VER}* $DEST/CentOS_8/noarch/
+
+scp $SRC/os/rockylinux8/products/SRPMS/${COMP}*${VER}* $DEST/rockylinux8/src/
+scp $SRC/os/rockylinux8/products/RPMS/noarch/${COMP}*${VER}* $DEST/rockylinux8/noarch/
+
+scp $SRC/os/rockylinux9/products/SRPMS/${COMP}*${VER}* $DEST/rockylinux9/src/
+scp $SRC/os/rockylinux9/products/RPMS/noarch/${COMP}*${VER}* $DEST/rockylinux9/noarch/
+

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


More information about the commits mailing list