-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs gitbook: Component files does not exist #51
Comments
This appears to be a legitimate bug. The +cc @redhatrises To duplicate, here's an opencontrol.yaml:
Then run Which will create:
The |
@git-ingham as a work around, using the same opencontrol.yaml:
|
Once content is renamed, you'll be able to generate the book:
|
I am trying to produce a PDF version of SSP. I have an opencontrol.yaml that passes the schema test.
However:
That is an unhelpful error message. Which of the yaml files is missing the "files" component? Or am I misreading the error and there are missing "component files"? How can I track it to the problem that needs fixing? I would prefer to not be reading all the source code to track it down. I did use strace; the error shows up right after a child exited. Shortly before that, something tried to do an epoll_ctl that failed due to EPERM (Operation not permitted). The file it was trying to work with was /dev/null. Not sure how helpful this information is.
Is it even worth trying to use gitbook? I ran across this thread. If not, the documentation for compliance-masonry should be updated to not point to it (side note, the "Usage" section of compliance-masonry is weak).
Or, is there a better way to produce a PDF? I am also going to look at ssptool (maybe its reports will be my solution).
The text was updated successfully, but these errors were encountered: