give apache read access to testlogs/
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 5 Apr 2008 11:21:56 +0000 (11:21 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 5 Apr 2008 11:21:56 +0000 (11:21 +0000)
vbuild-nightly.sh

index 15e024c..b9a5ffd 100755 (executable)
@@ -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