-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use newest NeTEx feed, upgrade OTP #211
Conversation
I'm not sure why the REUSE check fails. It complains about files that I haven not touched:
@clezag Can you advise? |
The REUSE issues are indeed not your fault, @ch-routerank has promised to file a PR to resolve this ; ) Regarding Amarillo, there is an issue of cyclical dependency: The Amarillo service you are referencing, is part of this very project deployment. The correct way would probably be for the build process to bootstrap it's own local amarillo+graphhopper instance and reference that in build-config.json. Or spin it off as a separate deployment |
I would say that separating OTP builds from Amarillo ones would be a good solution. Seems weird that Amarillo somehow calls itself. |
BTW, I have no permission to merge so you will have to do it once you're satisfied with this PR. |
I've fixed the (actually upstream) issue with Amarillo, and enabled it again. |
This PR does the following:
cc @rcavaliere
@clezag Do you know anything about Amadillo?