From 6ff851715cc0c894fefd7725b4228df9ff64a60b Mon Sep 17 00:00:00 2001 From: Michael Davis <michael.davis@cern.ch> Date: Wed, 11 Oct 2017 17:42:49 +0200 Subject: [PATCH] [ssi] Adds eoscta_stub to eos_configure_preprod.sh --- .../ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh index 8e52d5df85..339ccabe05 100755 --- a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh +++ b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh @@ -1,6 +1,6 @@ #!/bin/bash PREPROD_DIR=/eos/ctaeos/preprod -CTA_BIN=/usr/bin/cta +CTA_BIN=/usr/bin/eoscta_stub mkdir -p /var/eos/wfe/bash cp /opt/ci/ctaeos/var/eos/wfe/bash/* /var/eos/wfe/bash/ @@ -19,7 +19,6 @@ eos attr set sys.workflow.closew.default="bash:shell:cta XrdSecPROTOCOL=sss XrdS #eos attr set sys.workflow.archived.default="bash:shell:cta eos file tag <eos::wfe::path> +<eos::wfe::cxattr:CTA_TapeFsId>" ${PREPROD_DIR} eos attr set sys.workflow.archived.default="bash:create_tape_drop_disk_replicas:cta <eos::wfe::path> <eos::wfe::cxattr:CTA_TapeFsId>" ${PREPROD_DIR} - eos attr set sys.workflow.sync::prepare.default="bash:retrieve_archive_file:cta <eos::wfe::rusername> <eos::wfe::rgroupname> <eos::wfe::fxattr:sys.archiveFileId> <eos::wfe::turl> <eos::wfe::username> <eos::wfe::groupname> cmVjb3ZlcnkK <eos::wfe::path>" ${PREPROD_DIR} eos attr set sys.workflow.closew.CTA_retrieve="bash:shell:cta eos attr set 'CTA_retrieved_timestamp=\"\`date\`\"' <eos::wfe::path>" ${PREPROD_DIR} -- GitLab