Skip to content

Commit

Permalink
Merge pull request #800 from haozturk/patch-6444
Browse files Browse the repository at this point in the history
Add patch for rucio/pull/6444
  • Loading branch information
ericvaandering authored May 22, 2024
2 parents 5469bb5 + 20c8007 commit f3ca1eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ RUN rmdir /etc/grid-security/certificates && ln -s /cvmfs/grid.cern.ch/etc/grid-
ADD docker/rucio-daemons/cms-entrypoint.sh /

# Cannot make patch directory unless there are patches
#RUN mkdir -p /patch
RUN mkdir -p /patch

# Patch for auto approve plugin rucio/pull/6215
#ADD https://github.com/rucio/rucio/pull/6215.patch /patch/6215.patch

# Patch for rucio/pull/6444 to see if it'll fix the issue of conveyor-finisher not marking suspicious replicas
ADD https://github.com/rucio/rucio/pull/6444.patch /patch/6444.patch

ENTRYPOINT ["/cms-entrypoint.sh"]

0 comments on commit f3ca1eb

Please sign in to comment.