after uploading the p2 repository contents, make readable for world

This commit is contained in:
Axel Uhl
2013-12-09 11:24:25 +01:00
parent 4e9abce583
commit 79c74649cd
@@ -21,6 +21,9 @@ ssh $USER@$SERVER "rm -rf $REPO_HOME/sailing"
echo "Uploading local repository to $REPO_HOME/sailing"
scp -r ../../com.sap.sailing.targetplatform.base/gen/p2 $USER@$SERVER:$REPO_HOME/sailing
ecoh "Making readable for everyone..."
ssh $USER@SERVER "chmod -R a+r $REPO_HOME/sailing/*"
echo "Remote files now available:"
ssh $USER@$SERVER "ls -lah $REPO_HOME/sailing"