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

pin python 2.7.9 to make SNI work #542

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Try SNI workaround

  • Loading branch information
edunham committed Dec 1, 2016
commit a260579e5f81f3454870cb5de90795b8fd5e4e9d
@@ -1,4 +1,3 @@

import os

This comment has been minimized.

Copy link
@aneeshusa

aneeshusa Dec 7, 2016

Member

I believe the .tac files are generated by Buildbot, so I would prefer to leave them untouched.


from buildslave.bot import BuildSlave
@@ -39,6 +39,18 @@ virtualenv:
- require:
- pkg: pip
# Prereqs for making SNI work, slaves run tests where they load an https page
{% if grains['os'] == 'Ubuntu' %}
https-sni-deps:
pip.installed:
- pkgs:
- pyopenssl
- ndg-httpsclient
- pyasn1
- require:
- pkg: pip
{% endif %}
servo:
user.present:
- fullname: Tom Servo
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.