martinthomson / internet-draft-template

A template repository for Internet-Draft management
60 stars 58 forks source link

Warning: Expected a valid submissionType #7

Closed SmithSamuelM closed 2 years ago

SmithSamuelM commented 2 years ago

I am seeing this warning in the error log

lib/trace.sh draft-ssmith-cesr.txt -s xml2rfc-txt xml2rfc -q -s 'Setting consensus="true" for IETF STD document' --rfc-base-url https://www.rfc-editor.org/rfc/ --id-base-url https://datatracker.ietf.org/doc/html/ --cache=/root/.cache/xml2rfc draft-ssmith-cesr.xml -o draft-ssmith-cesr.txt --text --no-pagination
[22](https://github.com/WebOfTrust/ietf-cesr/runs/6578799351?check_suite_focus=true#step:6:23)
/github/workspace/draft-ssmith-cesr.xml(10): Warning: Expected a valid submissionType (stream) setting, one of IETF, IAB, IRTF, independent, but found None.  Will use 'IETF'

Should the template include an explicit setting in the .md file to set the submission type? Do not know how to do this. I assume it should be IETF

martinthomson commented 2 years ago

This is the result of a bug on my end. It's become a problem because you have trailing whitespace in your file. A recent change means that you need to keep things tidy to get builds to pass.