Skip to content

Commit da38b30

Browse files
authored
Merge pull request #131 from ryanrath/xdmod-add-supremm-arm64-rpm
Updating XDMoD's install script
2 parents 6620913 + 3fd56da commit da38b30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xdmod/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ 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 https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta4-el8/xdmod-10.0.0-1.4.beta4.el8.noarch.rpm \
42+
dnf install -y https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta5-el8/xdmod-10.0.0-1.5.beta5.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 \
4444
https://github.com/ubccr/xdmod/releases/download/v10.0.0-beta4-el8/xdmod-supremm-10.0.0-1.4.beta4.el8.noarch.rpm \
45-
https://github.com/ubccr/supremm/releases/download/2.0.0-beta3/supremm-2.0.0-1.0_beta3.el8.x86_64.rpm
45+
https://github.com/ubccr/supremm/releases/download/2.0.0-beta3/supremm-2.0.0-1.0_beta3.el8."$ARCHTYPE".rpm
4646

4747
#------------------------
4848
# The Job Performance software uses MongoDB to store the job-level performance

0 commit comments

Comments
 (0)