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
cli: validation of urls fails by default when run offline #174
Comments
|
Can you please specify what happens when you run the tool? Does it throw errors, or does it hang? EDIT: From reading the report again, it seems like you are running appstreamcli without the |
|
That's exactly my point: I can't pass the |
|
I think this really should be addressed in some way in the respective upstream projects to pass |
|
The env variable looks like a good solution for now. Thank you! |
When running the validation tool with default settings without internet connection, it chokes on validation of URLs (of course). This shouldn't be a fatal error (except maybe when
--pedanticor--netis passed?). For example, this default behaviour prevents running upstream tests (meson test, ormake check, etc.) during fedora package builds.The text was updated successfully, but these errors were encountered: