Skip to content

Commit

Permalink
fts: try overwrite to tape buffer behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Jun 25, 2024
1 parent 1a62e37 commit 22d8d52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker/rucio-daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ 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

ADD https://github.com/rucio/rucio/pull/6844.patch /patch/6844.patch

ENTRYPOINT ["/cms-entrypoint.sh"]
3 changes: 2 additions & 1 deletion docker/rucio-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ ADD docker/rucio-server/install_mail_templates.sh /tmp/
RUN /tmp/install_mail_templates.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
ADD https://github.com/rucio/rucio/pull/6844.patch /patch/6844.patch

ENTRYPOINT ["/cms-entrypoint.sh"]

0 comments on commit 22d8d52

Please sign in to comment.