Commit 567aa352 authored by Jim Fulton's avatar Jim Fulton

search the github download area when accepting test releases, since we

can't release them to pypi anymore.
parent bf0db52f
......@@ -195,6 +195,8 @@ if not has_broken_dash_S:
find_links = options.download_base
if not find_links:
find_links = os.environ.get('bootstrap-testing-find-links')
if not find_links and options.accept_buildout_test_releases:
find_links = 'https://github.com/buildout/buildout/downloads'
if find_links:
cmd.extend(['-f', quote(find_links)])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment