Skip to content
Snippets Groups Projects
Commit d454b4eb authored by tpylak's avatar tpylak
Browse files

build script: when coping distribution files to vesuvio, change their...

build script: when coping distribution files to vesuvio, change their permission to "writable by the group"

SVN: 10303
parent 21d3b4a3
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ OPENBIS_PATH=/localhome/cisd/sprint_builds/openBIS ...@@ -33,6 +33,7 @@ OPENBIS_PATH=/localhome/cisd/sprint_builds/openBIS
SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER
echo "mkdir -p $SPRINT_DIR" | ssh -T $CISD_SERVER echo "mkdir -p $SPRINT_DIR" | ssh -T $CISD_SERVER
scp *.zip $CISD_SERVER:$SPRINT_DIR 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\'... echo Copying new openBIS components to \'$SPRINT_SERVER\'...
scp openBIS-server-*.zip $SPRINT_SERVER:. scp openBIS-server-*.zip $SPRINT_SERVER:.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment