source:
draft-ietf-httpbis/latest/SUBMITTING.txt
@
2013
Last change on this file since 2013 was 1527, checked in by julian.reschke@…, 9 years ago | |
---|---|
File size: 1.0 KB |
Rev | Line | |
---|---|---|
[841] | 1 | Steps for submitting a new set of internet drafts |
2 | ||
3 | draft number: NN | |
4 | ||
[1399] | 5 | 1) cd draft-ietf-httpbis/latest |
[841] | 6 | |
[1399] | 7 | 2) Check for "Non (changes) yet" in the "Changes" section and change it to "None". |
[841] | 8 | |
[1399] | 9 | 3) cd .. ; svn cp latest NN |
[841] | 10 | |
[1399] | 11 | 4) cd NN |
[841] | 12 | |
[1399] | 13 | 5) change docName attributes from -latest to -NN by updating the ID-VERSION definition. |
[841] | 14 | |
[1399] | 15 | 6) Set @day on the date attributes to reflect the submission day. |
[841] | 16 | |
[1527] | 17 | 7) refresh-inclusions p*.xml ; make |
[841] | 18 | |
[1328] | 19 | 8) ./dodraft NN # this generates ready to submit TXT and XML files |
[841] | 20 | |
[1500] | 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*xml |
[841] | 22 | |
[1328] | 23 | 10) cd ../latest |
[841] | 24 | |
[1328] | 25 | 11) add "Since draft-ietf-httpbis-...-NN" subsections, and update the link from the boilerplate. |
[841] | 26 | |
[1328] | 27 | 12) cd ../diffs |
[841] | 28 | |
[1328] | 29 | 13) ./dodiff NN-1 NN |
[841] | 30 | |
[1328] | 31 | 14) svn add *.html |
[841] | 32 | |
[1328] | 33 | 15) svn propset svn:eol-style native *.html |
[841] | 34 | |
[1328] | 35 | 16) svn propset svn:mime-type "text/html; charset=iso-8859-1" *.html |
[841] | 36 | |
[1328] | 37 | 17) cd .. |
[841] | 38 | |
[1328] | 39 | 18) # review the diffs, then commit |
[841] | 40 | |
[1328] | 41 | 19) # don't forget to submit the drafts |
[841] | 42 |
Note: See TracBrowser
for help on using the repository browser.