Skip to content

Commit 9c25cb2

Browse files
authored
Merge pull request #20 from brianhlin/fine-tune-9.0.0-patches
batch_gahp patches only apply to 9.0.0
2 parents e0a080d + 529f989 commit 9c25cb2

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
@@ -115,7 +115,7 @@ RUN [[ $BASE_YUM_REPO != 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-242.remo
115115
# Required for HTCondor 9.0.0 on the CE and Bosco 1.3 usage
116116
# Can be dropped when HTCONDOR-451 has been fixed and released in the OSG
117117
COPY hosted-ce/overrides/HTCONDOR-451.allow-batch_gahp.patch /tmp
118-
RUN [[ $BASE_YUM_REPO == 'release' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
118+
RUN [[ $BASE_YUM_REPO != 'testing' ]] || patch -d / -p0 < /tmp/HTCONDOR-451.allow-batch_gahp.patch
119119

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

0 commit comments

Comments
 (0)