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

http://thirdpartyrepository.redfintest.com unknown host #3

Open
pcj opened this issue Oct 7, 2016 · 1 comment
Open

http://thirdpartyrepository.redfintest.com unknown host #3

pcj opened this issue Oct 7, 2016 · 1 comment

Comments

@pcj
Copy link

pcj commented Oct 7, 2016

$ ping http://thirdpartyrepository.redfintest.com/
ping: cannot resolve http://thirdpartyrepository.redfintest.com/: Unknown host

@roblg
Copy link
Member

roblg commented Oct 7, 2016

Hey @pcj, thanks for taking a look at this!

It looks like an http_archive rule ended up in npm-bazel-gen.js that should be there. Should be safe to remove it:

new_http_archive(
    name='phantomjs',
    url='http://thirdpartyrepository.redfintest.com/com/redfin/phantomjs/2.1.1/phantomjs-2.1.1-{phantom_platform}.{phantom_file_extension}',
    strip_prefix='phantomjs-2.1.1-{phantom_platform}',
    build_file_content="filegroup(name='executable', data=glob(['bin/phantomjs']), visibility=['//visibility:public'])"
)

(I'll update the repository in a bit)

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

No branches or pull requests

2 participants