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

Add bootstrap debugging and ability to bootstrap current directory #5

Merged
merged 3 commits into from
Nov 7, 2016

Conversation

kpaulisse
Copy link
Contributor

Overview

This pull request adds two new options:

  • --debug-bootstrap: In conjunction with --debug will print the STDERR and STDOUT from the bootstrap script in the debugging output
  • --bootstrap-current: When the to-branch is unspecified and the current directory is used for one of the branches, the bootstrap script normally does not execute (as it's assumed you've already bootstrapped your development directory). If you want the bootstrap script to execute, this option will create a copy of the current directory and then run the bootstrap script there.

Checklist

  • Make sure that all of the tests pass, and fix any that don't. Just run rake in your checkout directory, or review the CI job triggered whenever you push to a pull request.
  • Make sure that there is 100% test coverage by running rake coverage:spec or ignoring untestable sections of code with # :nocov comments. If you need help getting to 100% coverage please ask; however, don't just submit code with no tests.
  • If you have added a new command line option, we would greatly appreciate a corresponding integration test that exercises it from start to finish. This is optional but recommended.
  • If you have added any new gem dependencies, make sure those gems are licensed under the MIT or Apache 2.0 license. We cannot add any dependencies on gems licensed under GPL.
  • If you have added any new gem dependencies, make sure you've checked in a copy of the .gem file into the vendor/cache directory.

/cc #4

@kpaulisse kpaulisse mentioned this pull request Nov 7, 2016
@kpaulisse kpaulisse merged commit e0d9681 into master Nov 7, 2016
@kpaulisse kpaulisse deleted the kpaulisse-bootstrap-debug branch December 30, 2016 18:19
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

Successfully merging this pull request may close these issues.

1 participant