-
Notifications
You must be signed in to change notification settings - Fork 142
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
Update examples validation to v3.0.1 #1111
Update examples validation to v3.0.1 #1111
Conversation
- Also consolidated code to use the existing check_schema and check_model functions - Update relevant URLs to 3.0.1 ones Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
@JPEWdev does this look ok? Thank you for your help. |
Signed-off-by: Arthit Suriyawongkul <[email protected]>
All necessary 3.0.1 URLs are ready. We can now go ahead with this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed on call, and no issues from Bob on merging this.
Looks like we need this merged for validation to work, so prioritizing getting this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, up to minor comments
done | ||
fi | ||
|
||
TEMP=$(mktemp -d) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
temporary directory is not cleaned up
Co-authored-by: Maximilian Huber <[email protected]> Signed-off-by: Arthit Suriyawongkul <[email protected]>
Co-authored-by: Maximilian Huber <[email protected]> Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, my suggestions were incomplete
Thank you @maxhbr, I also use your suggestions to update the similar validation script in spdx/using. |
Note: This will not working until the first part of #1108 (the 3.0.1 part) got resolved(setting up https://spdx.org/rdf/3.0.1/spdx-model.ttl, etc)
3.0.1 part of #1108 is already applied. These URLs are ready:
After reviews, we can merge this.
This PR will resolve #1049