aboutsummaryrefslogtreecommitdiff
path: root/proposals/reindex.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-09 12:32:53 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-09 12:32:53 -0400
commit86760ef681a4642fc3607493d703a0d8ef780a80 (patch)
tree840b33492a3023fb0141e4ea27e28a4d81a90245 /proposals/reindex.py
parent1755a4122b6ee80624f0f5b4333dba0343e4fcc7 (diff)
downloadtorspec-86760ef681a4642fc3607493d703a0d8ef780a80.tar.gz
torspec-86760ef681a4642fc3607493d703a0d8ef780a80.zip
mark proposal 132 obsolete
Diffstat (limited to 'proposals/reindex.py')
-rwxr-xr-xproposals/reindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/reindex.py b/proposals/reindex.py
index 980bc06..381099e 100755
--- a/proposals/reindex.py
+++ b/proposals/reindex.py
@@ -4,7 +4,7 @@ import re, os
class Error(Exception): pass
STATUSES = """DRAFT NEEDS-REVISION NEEDS-RESEARCH OPEN ACCEPTED META FINISHED
- CLOSED SUPERSEDED DEAD REJECTED""".split()
+ CLOSED SUPERSEDED DEAD REJECTED OBSOLETE RESERVE""".split()
REQUIRED_FIELDS = [ "Filename", "Status", "Title" ]
CONDITIONAL_FIELDS = { "OPEN" : [ "Target" ],
"ACCEPTED" : [ "Target "],