From e727fc5fdac34134627e7be93c75910ef5a1007d Mon Sep 17 00:00:00 2001 From: Hasan Ozturk Date: Thu, 6 Jun 2024 09:37:10 +0200 Subject: [PATCH] Remove patch 6444 --- docker/rucio-daemons/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index c62ab79..a0bf7a6 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -32,7 +32,4 @@ 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 rucio/pull/6444 to see if it'll fix the issue of conveyor-finisher not marking suspicious replicas -ADD https://github.com/rucio/rucio/pull/6444.patch /patch/6444.patch - ENTRYPOINT ["/cms-entrypoint.sh"]