Skip to content

Instantly share code, notes, and snippets.

@briehanlombaard
Last active August 26, 2016 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briehanlombaard/02d2ff5c6d590de621be1b60640ae66f to your computer and use it in GitHub Desktop.
Save briehanlombaard/02d2ff5c6d590de621be1b60640ae66f to your computer and use it in GitHub Desktop.
git bisect start
git bisect bad 1.1.1
git bisect good 1.1.0
git run ./scrapy_git_bisect.sh
#!/bin/sh
python setup.py develop
python scrapy/cmdline.py runspider spider.py
ls -l articles/thumbs && rm -rf articles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment