Skip to content

Commit

Permalink
Merge pull request #834 from dynamic-entropy/prod_overwrite_on_disk_p…
Browse files Browse the repository at this point in the history
…atch

Patch overwrite on disk until rucio 35 upgrade
  • Loading branch information
dynamic-entropy authored Aug 6, 2024
2 parents 82be278 + 4089af7 commit d51fdd6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ 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 overwrite when only on disk in Rucio
# Required for additional checks that were introduced in the latest CMS FTS as a result of overwrite-when-only-on-disk implementation in FTS
# TODO: To be removed in Rucio 35
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6903.diff /patch/6903.diff

ENTRYPOINT ["/cms-entrypoint.sh"]

0 comments on commit d51fdd6

Please sign in to comment.