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

Mac application folders not working #11

Closed
ghost opened this issue Jan 12, 2015 · 2 comments
Closed

Mac application folders not working #11

ghost opened this issue Jan 12, 2015 · 2 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jan 12, 2015

The main.sh files all need to have dos2unix run on them and the executable bit set. When creating the gem on windows git needs to have been configured to not convert crlf otherwise the gem will be made with bad main.sh files. The git setting core.autocrlf needs to be "input" not "true" or the local files that are put into the gem will have bad line endings in them when the gem is created. You will probably need to delete and reclone the repository after changing this setting.

@ghost
Copy link
Author

ghost commented Jan 12, 2015

Also need to fix the Simulated Targets button on non-windows systems

@ghost
Copy link
Author

ghost commented Jan 12, 2015

Because of the executable bit issue, it seems the gem will always need to be created on a non-windows system or we'll have to set the execute bit as part of gem installation somehow.

ryanmelt added a commit that referenced this issue Jan 12, 2015
ryanmelt added a commit that referenced this issue Jan 12, 2015
ryanmelt added a commit that referenced this issue Jan 12, 2015
ryanmelt added a commit that referenced this issue Jan 23, 2015
ghost pushed a commit that referenced this issue Jan 23, 2015
@ghost ghost closed this as completed Jan 23, 2015
@ghost ghost added the bug label Feb 20, 2015
@ghost ghost added this to the v3.1.1 milestone Feb 20, 2015
ghost pushed a commit that referenced this issue Feb 11, 2021
Merge in COSMOSEE/base from cosmos_new_docker_layout to master

* commit 'b1f05936e057e854db9dc612e3f37ff850ca1dda':
  Update cmd_api.rb
  Update cosmos_minimal_start.bat
  Update to working init
  Update cvt_microservice.rb
  Update to fix issues
  Update to new layout
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants