Skip to content

Commit

Permalink
Merge pull request #838 from dynamic-entropy/dst_file_report_patch
Browse files Browse the repository at this point in the history
Fix dst file report for files that are on tape
  • Loading branch information
dynamic-entropy authored Aug 23, 2024
2 parents fc5a7c4 + 44381d7 commit 6669896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ RUN mkdir -p /patch
# TODO: To be removed in Rucio 35
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/6903.diff /patch/6903.patch

# Patch for dst_file_report
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.patch /patch/1.patch

ENTRYPOINT ["/cms-entrypoint.sh"]
6 changes: 3 additions & 3 deletions docker/rucio-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ ADD docker/rucio-server/install_mail_templates.sh /tmp/
RUN /tmp/install_mail_templates.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 dst_file_report
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.patch /patch/1.patch

ENTRYPOINT ["/cms-entrypoint.sh"]

0 comments on commit 6669896

Please sign in to comment.