Changeset 2011 for draft-ietf-httpbis-http2/latest/SUBMITTING.txt
- Timestamp:
- 28/11/12 20:52:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/latest/SUBMITTING.txt
r1998 r2011 1 Steps for submitting a new set of internet drafts 1 teps for submitting a new version of draft-ietf-httpbis-http2 2 2 3 3 draft number: NN … … 5 5 1) cd draft-ietf-httpbis-http2/latest 6 6 7 2) Check for "Non (changes)yet" in the "Changes" section and change it to "None".7 2) Check for "None yet" in the "Changes" section and change it to "None". 8 8 9 9 3) cd .. ; svn cp latest NN … … 11 11 4) cd NN 12 12 13 5) change docName attributes from -latest to -NN by updating the ID-VERSION definition.13 5) Change @docName attribute from -latest to -NN 14 14 15 6) Set @ day on the date attributesto reflect the submission day.15 6) Set @month and @day on the date element to reflect the submission day. 16 16 17 7) // not needed yet refresh-inclusions p*.xml ;make17 7) make 18 18 19 8) ./dodraft NN # this generates ready to submit TXT and XML files19 8) svn cp draft-ietf-httpbis-http2.xml draft-ietf-httpbis-http2-00.xml ; svn cp draft-ietf-httpbis-http2.txt draft-ietf-httpbis-http2-00.txt 20 20 21 9) svn add draft*xml draft*txt ; svn propset svn:eol-style native draft*txt draft*xml ; svn propset svn:mime-type "text/xml"draft*xml21 9) (maybe unnecessary ...) svn ps svn:mime-type "text/xml" draft*xml ; svn ps svn:eol-style native draft*txt draft*xml 22 22 23 23 10) cd ../latest 24 24 25 11) add "Since draft-ietf-httpbis-http2-...-NN" subsections, and update the link from the boilerplate.25 11) Add "Since draft-ietf-httpbis-http2-...-NN" subsection, and update the link from the boilerplate. 26 26 27 12) # review the diffs, then commit27 12) make 28 28 29 13) # don't forget to submit the drafts29 13) # review the diffs, then commit 30 30 31 14) # don't forget to submit the drafts
Note: See TracChangeset
for help on using the changeset viewer.