From b0a4a82e6fafb0436cf7da37ee7c8b8819eb3dc5 Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Mon, 9 Sep 2024 14:39:22 -0500 Subject: [PATCH] Remove a patch for Rucio 35 --- docker/rucio-daemons/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index ec257ad..f2ea5e1 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -32,7 +32,7 @@ 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 +# 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