reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
959 stars 151 forks source link

CI: cannot execute mozroots command #46

Closed reinterpretcat closed 8 years ago

reinterpretcat commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

Commited binaries to repository and removed NuGet