tel8618217223380 / jap

Automatically exported from code.google.com/p/jap
0 stars 0 forks source link

jap-remote-ws-python-openshift-3.0.0 file permissions #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. environment: archlinux + rhc cli
2. download JAP_REMOTE_WS_PYTHON_OPENSHIFT-3.0.0-SNAPSHOT-2.zip
3. deploy to openshit following the README.txt guide

What is the expected output? What do you see instead?
/app-root/data//virtualenv/bin/activate: No such file or directory

Please use labels and text to provide additional information.
the method in README.txt:
git update-index --add --chmod=+x .openshift/action_hooks/build
...
DOES NOT work in archlinux system.
still need to execute this command:
chmod -R +x ./.openshift/action_hooks ./JAP
otherwise all the copied files will be in 644 permissions and pre_build/build 
scripts will no be executed.

Original issue reported on code.google.com by westmin...@gmail.com on 24 Jul 2013 at 2:54

GoogleCodeExporter commented 8 years ago
Thanks :)

Original comment by jeroen.v...@gmail.com on 24 Jul 2013 at 11:07