File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 66
66
log "Installing crypto-policies-scripts (EL8)" && time \
67
67
yum -y install crypto-policies-scripts; \
68
68
fi && \
69
- # avoid condor 23.x release candidates and dailies until we get an all clear from the devs \
70
- # FIXME this code can be removed once the bad versions are gone \
71
- if [[ $OSG_RELEASE == 23 ]]; then \
72
- # OSG 23 implies el8+ \
73
- dnf -y install dnf-plugin-versionlock && \
74
- # versionlock locks globs, not ranges so this is annoying \
75
- # the issue got fixed in 23.4.0-0.706796 and 23.5.0-0.706930 \
76
- # \
77
- # handle 23.4.0 -- avoid [0.700000,0.706796): \
78
- dnf versionlock exclude "condor-0:23.4.0-0.70[0-6]*" --enablerepo="osg-upcoming*" && \
79
- dnf versionlock del "condor-0:23.4.0-0.70679[6-9]*" \
80
- "condor-0:23.4.0-0.706[8-9]*" --enablerepo="osg-upcoming*" && \
81
- # \
82
- # handle 23.5.* -- avoid [0.70000,0.706930): \
83
- dnf versionlock exclude "condor-0:23.5.0-0.70[0-6]*" --enablerepo="osg-upcoming*" && \
84
- dnf versionlock del "condor-0:23.5.0-0.7069[3-9]*" --enablerepo="osg-upcoming*" && \
85
- # verify the results \
86
- dnf versionlock list | sort; \
87
- fi && \
88
69
log "Cleaning up YUM metadata" && time \
89
70
yum clean all && \
90
71
rm -rf /var/cache/yum/ && \
You can’t perform that action at this time.
0 commit comments