Skip to content

Commit 37a7203

Browse files
committed
added instructions for entering the draft name. Fixes ietf-tools#1375. Commit ready to merge.
- Legacy-Id: 16089
1 parent 7224e06 commit 37a7203

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docker/updatedb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ DATADIR=$parent/data
124124

125125
if [ "$DOWNLOAD" ]; then
126126
echo "Fetching database dump ..."
127-
wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
127+
# wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
128+
wget -N -P $DATADIR http://zinfandel.tools.ietf.org/tools/ietf_utf8.sql.gz || die "No new data, quitting."
128129
fi
129130

130131
echo "Loading database ..."

ietf/templates/doc/draft/change_replaces.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{% origin %}
1616
<h1>Change documents replaced by<br><small>{{ doc }}</small></h1>
1717

18+
<h3>Instructions</h3>
19+
20+
<p class="alert alert-warning">Do not include <code>-00</code> and do not include a file extension like <code>.txt</code> in the document name.</p>
21+
1822
<form method="post">
1923
{% csrf_token %}
2024

0 commit comments

Comments
 (0)