From d8f54a23a316d40722c30352201a304ca82520bd Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Tue, 10 Sep 2024 09:08:26 -0500 Subject: [PATCH] Sub my patch for Rahul's --- 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 f2ea5e1..a011e40 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -36,6 +36,6 @@ RUN mkdir -p /patch # Patch for dst_file_report ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/1.patch /patch/1.patch -ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/2.patch /patch/2.patch +ADD https://patch-diff.githubusercontent.com/raw/ericvaandering/rucio/pull/10.patch /patch/10.patch ENTRYPOINT ["/cms-entrypoint.sh"]