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

CI: cannot execute mozroots command #46

Closed
reinterpretcat opened this issue Jun 15, 2016 · 3 comments
Closed

CI: cannot execute mozroots command #46

reinterpretcat opened this issue Jun 15, 2016 · 3 comments

Comments

@reinterpretcat
Copy link
Owner

reinterpretcat commented Jun 15, 2016

This command is required by mono and NuGet to restore packages. However it fails due to the problem with mozilla server:

http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1

@edmorley
Copy link

Mozilla's MXR site is likely not coming back (see https://bugzilla.mozilla.org/show_bug.cgi?id=1279952).

However it's worth noting that it should never have been used to pull from as part of a build/automation anyway - it's a code indexer, not a source code repository. (And particularly not over plain HTTP!)

Though this need to be fixed upstream in mozroots, wherever that is.

@reinterpretcat
Copy link
Owner Author

reinterpretcat commented Jun 17, 2016

Thanks for information.

I tried by defining another url:

mozroots --import --sync --url https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt

It works on travis docker image I have locally on my laptop, but fails remotely. Don't have idea why.

So far, I'm considering remove mozroots command and NuGet from setup and just commit needed binaries (nunit and moq). Don't like this approach, but I want to make CI working.

reinterpretcat added a commit that referenced this issue Jun 17, 2016
@reinterpretcat
Copy link
Owner Author

Commited binaries to repository and removed NuGet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants