Skip to content

Commit 5f478ba

Browse files
committed
Moving from local rpms to github hosted
1 parent 3d4603a commit 5f478ba

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-13.2 MB
Binary file not shown.
-308 KB
Binary file not shown.

xdmod/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ pip2 install pexpect==4.4.0
3939
# be installed in the same container. In a production deployment they may be installed
4040
# on separate hosts.
4141
#------------------------
42-
dnf install -y /build/bin/xdmod-10.0.0-1.0.el8.noarch.rpm \
42+
dnf install -y https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta4-el8/xdmod-10.0.0-1.4.beta4.el8.noarch.rpm \
4343
https://github.com/ubccr/xdmod-ondemand/releases/download/v10.0.0/xdmod-ondemand-10.0.0-1.0.beta1.el8.noarch.rpm \
44-
https://github.com/ubccr/xdmod-supremm/releases/download/v10.0.0/xdmod-supremm-10.0.0-1.0.beta1.el8.noarch.rpm \
44+
https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta4-el8/xdmod-supremm-10.0.0-1.4.beta4.el8.noarch.rpm \
4545
/build/bin/supremm-2.0.0-1.el8.x86_64.rpm
4646

4747
#------------------------

0 commit comments

Comments
 (0)