File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ log_info() {
1010log_info " Installing required packages for xdmod.."
1111
1212ARCHTYPE=` uname -m`
13+ XDMOD_VERSION=" 11.0.1-1"
1314
1415# ------------------------
1516# For the purpose of the tutorial we install some extra packages that
@@ -46,9 +47,9 @@ dnf install -y \
4647# be installed in the same container. In a production deployment they may be installed
4748# on separate hosts.
4849# ------------------------
49- dnf install -y https://github.com/ubccr/xdmod/releases/download/v11.0.0-1.0 /xdmod-11.0.0-1.0 .el8.noarch.rpm \
50- https://github.com/ubccr/xdmod-ondemand/releases/download/v11.0.0-1.0 /xdmod-ondemand-11.0.0-1.0 .el8.noarch.rpm \
51- https://github.com/ubccr/xdmod-supremm/releases/download/v11.0.0-1.0 /xdmod-supremm-11.0.0-1.0 .el8.noarch.rpm \
50+ dnf install -y https://github.com/ubccr/xdmod/releases/download/v ${XDMOD_VERSION} /xdmod-${XDMOD_VERSION} .el8.noarch.rpm \
51+ https://github.com/ubccr/xdmod-ondemand/releases/download/v ${XDMOD_VERSION} /xdmod-ondemand-${XDMOD_VERSION} .el8.noarch.rpm \
52+ https://github.com/ubccr/xdmod-supremm/releases/download/v ${XDMOD_VERSION} /xdmod-supremm-${XDMOD_VERSION} .el8.noarch.rpm \
5253 https://github.com/ubccr/supremm/releases/download/2.0.0/supremm-2.0.0-1.el8.${ARCHTYPE} .rpm
5354
5455# ------------------------
You can’t perform that action at this time.
0 commit comments