Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make run-gocd executable by default #2

Open
bdpiprava opened this issue Mar 13, 2019 · 3 comments
Open

Make run-gocd executable by default #2

bdpiprava opened this issue Mar 13, 2019 · 3 comments

Comments

@bdpiprava
Copy link

I tried using OSX installer it was a smooth process for me except I had to provide execute permission to run-gocd.

unzip -qq gocd-19.3.0-8674-osx.zip && cd gocd-19.3.0-8674 && ls -lrt run-gocd && cd .. && rm -rf gocd-19.3.0-8674  
-rw-r--r--@ 1 bhupendrakumar  staff  3166000 Mar 13 05:53 run-gocd

Maybe it will be better if we can bundle run-cmd with all permissions attributes. By doing this user will not have to run chmod +x run-cmd manually.

@arvindsv
Copy link

This would be nice. I know zip files aren’t great in this area. But, extended zip should allow file ownership bits to be maintained.

@ketan
Copy link
Member

ketan commented Mar 14, 2019

Or tar.gz

@arvindsv
Copy link

As long as it works out of the box in the OS and the experience is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants