From 4d9585240c6fe89b87e28916f96653ec19fdf222 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 5 Apr 2008 11:21:56 +0000 Subject: [PATCH] give apache read access to testlogs/ --- vbuild-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 15e024ca..b9a5ffdc 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -198,6 +198,7 @@ function runtest () { ssh 2>&1 ${TESTBOXSSH} tar -C ${testdir}/logs -cf - . | tar -C /vservers/$BASE/build/testlogs -xf - || true # push them to the build web rsync --archive --delete --verbose /vservers/$BASE/build/testlogs/ $WEBPATH/$BASE/testlogs/ + chmod -R a+r $WEBPATH/$BASE/testlogs/ if [ -z "$success" ] ; then failure -- 2.47.0