From d454b4eb69af85d986c77c8eaaabac283ece51d4 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Fri, 20 Mar 2009 09:04:28 +0000 Subject: [PATCH] build script: when coping distribution files to vesuvio, change their permission to "writable by the group" SVN: 10303 --- openbis_all/source/bash/tag_and_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh index 4c7bfafd8ea..063a2805039 100755 --- a/openbis_all/source/bash/tag_and_build.sh +++ b/openbis_all/source/bash/tag_and_build.sh @@ -33,6 +33,7 @@ OPENBIS_PATH=/localhome/cisd/sprint_builds/openBIS SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER echo "mkdir -p $SPRINT_DIR" | ssh -T $CISD_SERVER scp *.zip $CISD_SERVER:$SPRINT_DIR +echo "chmod g+w -R $SPRINT_DIR" | ssh -T $CISD_SERVER echo Copying new openBIS components to \'$SPRINT_SERVER\'... scp openBIS-server-*.zip $SPRINT_SERVER:. -- GitLab