From 8391a40dbd695bc4d39948e1fcbba2bb1f65b7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manrique=20Ardila?= Date: Thu, 17 Oct 2024 10:37:42 -0500 Subject: [PATCH 1/3] BB8 Daemon Patch Added --- docker/rucio-daemons/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index 1928b65..bd34ac6 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -37,4 +37,7 @@ ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.pa # To be removed once this PR is available in our rucio version ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7106.patch /patch/7106.patch + +# Patch for BB8 Daemon +ADD https://patch-diff.githubusercontent.com/raw/amanrique1/rucio/pull/1.patch /patch/bb8.patch ENTRYPOINT ["/cms-entrypoint.sh"] From 7dc44cf7e16a4c59491f8251ff0efc8dca1b07c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manrique=20Ardila?= Date: Mon, 4 Nov 2024 08:07:38 -0600 Subject: [PATCH 2/3] Latest Patch Added --- 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 bd34ac6..7bc577e 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -39,5 +39,5 @@ ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.pa ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7106.patch /patch/7106.patch # Patch for BB8 Daemon -ADD https://patch-diff.githubusercontent.com/raw/amanrique1/rucio/pull/1.patch /patch/bb8.patch +ADD https://patch-diff.githubusercontent.com/raw/amanrique1/rucio/pull/6.patch /patch/bb8.patch ENTRYPOINT ["/cms-entrypoint.sh"] From 7309e29902e13ad795401b1d296b9cdf167320e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manrique=20Ardila?= Date: Tue, 3 Dec 2024 10:59:14 -0600 Subject: [PATCH 3/3] Patch Updated for BB8 subscriptions handling --- 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 7bc577e..56139aa 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -39,5 +39,5 @@ ADD https://patch-diff.githubusercontent.com/raw/dynamic-entropy/rucio/pull/4.pa ADD https://patch-diff.githubusercontent.com/raw/rucio/rucio/pull/7106.patch /patch/7106.patch # Patch for BB8 Daemon -ADD https://patch-diff.githubusercontent.com/raw/amanrique1/rucio/pull/6.patch /patch/bb8.patch +ADD https://patch-diff.githubusercontent.com/raw/amanrique1/rucio/pull/7.patch /patch/bb8.patch ENTRYPOINT ["/cms-entrypoint.sh"]