Skip to content

Commit a6e4045

Browse files
Merge pull request #27 from opensciencegrid/update-htcondor-451-patch
Only apply the HTCONDOR-451 patch to 'release'
2 parents 1d330df + 6f2912e commit a6e4045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN patch -d / -p0 < /tmp/HTCONDOR-503.add-sl-support.patch
118118
# Required for HTCondor 9.0.0 on the CE and Bosco 1.3 usage
119119
# Can be dropped when HTCONDOR-451 has been fixed and released in the OSG
120120
COPY hosted-ce/overrides/HTCONDOR-451.allow-batch_gahp.patch /tmp
121-
RUN [[ $BASE_YUM_REPO == 'development' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
121+
RUN [[ $BASE_YUM_REPO != 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
122122

123123
# Set up Bosco override dir from Git repo (SOFTWARE-3903)
124124
# Expects a Git repo with the following directory structure:

0 commit comments

Comments
 (0)