--- a/make-rules/component-report Tue Nov 27 13:29:17 2012 -0800
+++ b/make-rules/component-report Tue Nov 27 20:30:24 2012 -0800
@@ -30,6 +30,7 @@
done ; echo "</td>" >>[email protected]
@echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_ENGINEER)'>$(RESPONSIBLE_ENGINEER)</a></td>" >>[email protected]
@echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_MANAGER)'>$(RESPONSIBLE_MANAGER)</a></td>" >>[email protected]
+ @echo "<td>$(TEAM)</td>" >>[email protected]
@echo "</tr>" >>[email protected]
$(BUILD_DIR)/package-info: $(PKG_REPORTS)
@@ -45,10 +46,10 @@
@echo "COMPONENT_BUGDB=\"$(COMPONENT_BUGDB)\"" >>[email protected]
@echo "RESPONSIBLE_ENGINEER=\"$(RESPONSIBLE_ENGINEER)\"" >>[email protected]
@echo "RESPONSIBLE_MANAGER=\"$(RESPONSIBLE_MANAGER)\"" >>[email protected]
+ @echo "TEAM=\"$(TEAM)\"" >>[email protected]
$(BUILD_DIR)/%.pkg-report: %.p5m $(BUILD_DIR)
@$(PKGMOGRIFY) $(PKG_OPTIONS) -P [email protected] $< \
$(REPORT_TRANSFORMS) >/dev/null
include $(BUILD_DIR)/package-info
-