Skip to content

Commit e587128

Browse files
committed
Remove ietfworkflows from mkdiagram
- Legacy-Id: 6298
1 parent 050929a commit e587128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkdiagram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trap 'echo "$program($LINENO): Command failed with error code $? ($0 $*)"; exit
99
if [ "$*" ]; then apps="$@"; graph="${1%.*}"; else apps=$(ls */models.py | sed 's!/models.py!!'); graph="models"; fi
1010

1111
newapps="doc group meeting message person name"
12-
legacyapps="announcements idindex idrfc idtracker iesg ietfauth ietfworkflows ipr liaisons mailinglists proceedings redirects submit wgcharter wginfo"
12+
legacyapps="announcements idindex idrfc idtracker iesg ietfauth ipr liaisons mailinglists proceedings redirects submit wgcharter wginfo"
1313

1414
proxy="$(grep ^class */proxy.py | tr '()' ' ' | awk '{printf $2 ","}')"
1515
names="$(grep ^class name/models.py | tr '()' ' ' | awk '{printf $2 ","}')"

0 commit comments

Comments
 (0)