From 5617ea13bb2499d035d6d6e46b0ee086c1d9eef9 Mon Sep 17 00:00:00 2001
From: Julien Leduc <julien.leduc@cern.ch>
Date: Fri, 1 Dec 2017 15:45:01 +0100
Subject: [PATCH] Must add prepare acl on /eos/ctaeos/cta folder so that the
 retrieve works for the first test (may not be useful...)

---
 .../docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
index 16e05947a0..8744f0a602 100755
--- a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
+++ b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
@@ -158,7 +158,7 @@ test -e /usr/lib64/libjemalloc.so.1 && export LD_PRELOAD=/usr/lib64/libjemalloc.
   # ACLs in EOS are evaluated when unix permissions are failing, hence the 555 unix permission.
   eos mkdir ${CTA_TEST_DIR}
   eos chmod 555 ${CTA_TEST_DIR}
-  eos attr set sys.acl=g:eosusers:rwx!d,g:powerusers:rwx+d /eos/ctaeos/cta
+  eos attr set sys.acl=g:eosusers:rwx!d,g:powerusers:rwx+dp /eos/ctaeos/cta
 
   eos attr set CTA_StorageClass=ctaStorageClass ${CTA_TEST_DIR}
     
-- 
GitLab