Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there,
while trying to use rocinante I found first that the git repo is pulled into /usr/local/rocinante/templates instead of /usr/local/rocinante/templates/user/repository, so I fixed this.
Further I found, that there is no check whether any new commits have been done to origin although a pull mechanism is found in bootstrap.sh. So I implemented this check triggering another call to bootstrap if the local repo is behind origin.
I am not very familar with git, but still if I am able to dive deeper I would send another suggestion to set a custom name for the deployment branch used, instead of the generic master.
Hope you'll find these 2 cents helpful :)
KR
Benjamin