@@ -77,16 +77,16 @@ def make_immutable_base_data():
7777 iab = create_group (name = "Internet Architecture Board" , acronym = "iab" , type_id = "ietf" , parent = ietf )
7878 create_person (iab , "chair" )
7979
80- ise = create_group (name = "Independent Submission Editor" , acronym = "ise" , type_id = "ietf " )
80+ ise = create_group (name = "Independent Submission Editor" , acronym = "ise" , type_id = "rfcedtyp " )
8181 create_person (ise , "chair" )
8282
83- rsoc = create_group (name = "RFC Series Oversight Committee" , acronym = "rsoc" , type_id = "ietf " )
83+ rsoc = create_group (name = "RFC Series Oversight Committee" , acronym = "rsoc" , type_id = "rfcedtyp " )
8484 create_person (rsoc , "chair" )
8585
86- iepg = create_group (name = "IEPG" , acronym = "iepg" , type_id = "ietf " )
86+ iepg = create_group (name = "IEPG" , acronym = "iepg" , type_id = "adhoc " )
8787 create_person (iepg , "chair" )
8888
89- iana = create_group (name = "IANA" , acronym = "iana" , type_id = "ietf " )
89+ iana = create_group (name = "IANA" , acronym = "iana" , type_id = "iana " )
9090 create_person (iana , "auth" , name = "Iña Iana" , username = "iana" , email_address = "iana@ia.na" )
9191
9292 rfc_editor = create_group (name = "RFC Editor" , acronym = "rfceditor" , type_id = "rfcedtyp" )
0 commit comments