From 5ae96de9baf22e9051e4c91f231610e4de6b3695 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Fri, 2 Oct 2009 22:38:21 +0000 Subject: [PATCH] updating to include new review status --- tools/rxdeps/src/rxdeps.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/rxdeps/src/rxdeps.py b/tools/rxdeps/src/rxdeps.py index b474190f..38225395 100755 --- a/tools/rxdeps/src/rxdeps.py +++ b/tools/rxdeps/src/rxdeps.py @@ -125,14 +125,16 @@ def get_license_color(): return color_map status_map = { - "cleared": "green", + "doc reviewed": "green", "api cleared": "dodgerblue", "api conditionally cleared": "orange", "proposal cleared": "pink", "unreviewed": "red", "experimental": "yellow", "3rdparty": "white", + "3rdparty doc reviewed": "green", "na": "gray85", + "test": "gray85", "deprecated": "magenta", "ROS_BUILD_BLACKLIST": "black" }