Skip to content

Instantly share code, notes, and snippets.

@RobinDaugherty
Created February 13, 2016 01:37
Show Gist options
  • Select an option

  • Save RobinDaugherty/eaa1a98b62a73b6559a6 to your computer and use it in GitHub Desktop.

Select an option

Save RobinDaugherty/eaa1a98b62a73b6559a6 to your computer and use it in GitHub Desktop.
Find the breaking commit
# Start with a broken commit, this will walk back to the first working commit.
until bundle; do
cd ../rubygems
git reset --hard HEAD^
ruby setup.rb --no-document
cd ../jruby-test
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment