Skip to content

Commit

Permalink
Merge pull request #853 from dynamic-entropy/token_patch
Browse files Browse the repository at this point in the history
Add patch for CMS token path calculations
  • Loading branch information
dynamic-entropy authored Oct 9, 2024
2 parents 4ff204f + c29c43c commit eed13ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
13 changes: 3 additions & 10 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,11 @@ ADD docker/rucio-daemons/cms-entrypoint.sh /
# Cannot make patch directory unless there are patches
RUN mkdir -p /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.patch

# Patch for dst_file_report
# Patch for dst_file_report: Remove when https://github.com/rucio/rucio/pull/7081 is available
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.patch /patch/1.patch
ADD https://patch-diff.githubusercontent.com/raw/ericvaandering/rucio/pull/10.patch /patch/10.patch

# Patch for get-rse-info command for tapes
# Most probably not needed here at all, json serialisation should not be needed in daemons
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/3.patch /patch/3.patch
# Patch for directory scoped token support
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.patch /patch/token.patch

# To be removed once this PR is available in our rucio version
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7106.patch /patch/7106.patch
Expand Down
8 changes: 4 additions & 4 deletions docker/rucio-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ RUN /tmp/install_mail_templates.sh
# Cannot make patch directory unless there are patches
RUN mkdir -p /patch

# Patch for dst_file_report
# Patch for dst_file_report: Remove when https://github.com/rucio/rucio/pull/7081 is available
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.patch /patch/1.patch
ADD https://patch-diff.githubusercontent.com/raw/ericvaandering/rucio/pull/10.patch /patch/10.patch

# Patch for get-rse-info command for tapes
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/3.patch /patch/3.patch
# Patch for directory scoped token support
ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.patch /patch/token.patch


ENTRYPOINT ["/cms-entrypoint.sh"]

0 comments on commit eed13ff

Please sign in to comment.