-
Notifications
You must be signed in to change notification settings - Fork 143
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 CI for new spec-parser output #1066
Comments
@zvr Thank you for a very detailed info. I will adjust accordingly. |
The propose change is in #1100 but it still using the old structure since it's relying on the current spec-paser - as if it uses the new dir structure, it will not pass the checks. Once spec-paser merges the changes, we can:
|
Btw, if we like to keep the old structure of pre-3.0.1 publication, we may need to update publication workflow in development/v3.0 branch to use a specific version (commit hash, release tag, etc) of spec-parser before the dir changes. Or, alternatively, modify the development/v3.0 workflow to copy files from new dirs to old dirs. |
OK, do we want to do a synchronized update? |
Thank you. I will standby. |
Note, #1113 is now using this new structure |
@bact a heads-up!
The spec-parser now outputs the generated files in a different directory structure.
If it is run via
python3 /some/dir/spec-parser/main.py /somewhere/spdx-3-model/model /generate/outputdir
it will generate
outputdir
and its contents will be:Note the new location for everything RDF (the ontology as well as the context) and new names for files list (to be included in the mkdocs configuration) and generated md files.
Also note that the files list uses the old top-level directory name. If the tree is not copied, I can be easily change this in spec-parser.
The text was updated successfully, but these errors were encountered: