From 20c80071db0b2000c92b98052b9724fa6796f612 Mon Sep 17 00:00:00 2001 From: Hasan Ozturk Date: Wed, 22 May 2024 12:45:40 +0200 Subject: [PATCH] Add patch for rucio/pull/6444 --- docker/rucio-daemons/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index 211374c..c62ab79 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -27,9 +27,12 @@ RUN rmdir /etc/grid-security/certificates && ln -s /cvmfs/grid.cern.ch/etc/grid- ADD docker/rucio-daemons/cms-entrypoint.sh / # Cannot make patch directory unless there are patches -#RUN mkdir -p /patch +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"]