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

Request Makefile be modified to allow arguments to curl #451

Open
swartik opened this issue Aug 28, 2024 · 1 comment
Open

Request Makefile be modified to allow arguments to curl #451

swartik opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels
for 2.0 release This label indicates updates to be made in the 2.0 release, which will include a new IRI format.

Comments

@swartik
Copy link

swartik commented Aug 28, 2024

One of the computers I use sits behind a firewall that causes curl to fail when it tries to retrieve robot.jar. I request line 78 of Makefile be changed from:

curl -L -o $@ https://github.com/ontodev/robot/releases/download/v1.8.4/robot.jar

to:

curl -L -o $@ $(CURL_ARGS) https://github.com/ontodev/robot/releases/download/v1.8.4/robot.jar

With this change, I can invoke make as follows:

$ make CURL_ARGS='--ssl-no-revoke --insecure'

@johnbeve
Copy link
Contributor

@swartik I'll run this down (and also respond to your other helpful recent notes) when I have a minute (might be this weekend); don't want you to think I'm ignoring you.

Very appreciative you digging into this btw; excellent feedback sir.

@neilotte neilotte added the for 2.0 release This label indicates updates to be made in the 2.0 release, which will include a new IRI format. label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for 2.0 release This label indicates updates to be made in the 2.0 release, which will include a new IRI format.
Projects
None yet
Development

No branches or pull requests

3 participants