Skip to content

Commit

Permalink
Merge pull request #870 from haozturk/patch-pr-7199
Browse files Browse the repository at this point in the history
Patch rucio PR 7199
  • Loading branch information
haozturk authored Dec 5, 2024
2 parents 3ffd0c8 + 5787936 commit 8e19dbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7106.patch /pa
# Patch for deep flag
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7170.diff /patch/7170.patch

# Patch for reaper improvement. To be removed once it's merged to 36 and 36 is deployed
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7199.diff /patch/7199.patch

ENTRYPOINT ["/cms-entrypoint.sh"]
3 changes: 3 additions & 0 deletions docker/rucio-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.pa
# Patch for deep flag
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7170.diff /patch/7170.patch

# Patch for reaper improvement. To be removed once it's merged to 36 and 36 is deployed
ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7199.diff /patch/7199.patch

ENTRYPOINT ["/cms-entrypoint.sh"]

0 comments on commit 8e19dbe

Please sign in to comment.