# HG changeset patch # User Rich Burridge # Date 1359636839 28800 # Node ID 638b7db1936611c748d023d831d243808cfafc34 # Parent 4d728ef2f1d8c00ddf81498d38af6611e8174c34 16245054 Auto-generation of Userland gate list - Phase 6 diff -r 4d728ef2f1d8 -r 638b7db19366 make-rules/component-report --- a/make-rules/component-report Tue Jan 29 03:59:00 2013 -0800 +++ b/make-rules/component-report Thu Jan 31 04:53:59 2013 -0800 @@ -4,6 +4,7 @@ HGWEB_BASE_URL = http://userland.us.oracle.com/hg/file/tip/ ARIA_BASE_URL = http://people.us.oracle.com/pls/oracle/find_person?p_string= ARC_BASE_URL = http://psarc.us.oracle.com/ +BUGDB_URL = http://userland.us.oracle.com/bugdb?cat-subcat= REPORT_TRANSFORMS = $(WS_TOP)/transforms/report CDIR=$(COMPONENT_DIR:$(WS_TOP)/%=%) @@ -26,7 +27,7 @@ done ; echo "" >>$@ @echo "$(TPNO)" >>$@ @echo "" >>$@ ; for bugdb in $(COMPONENT_BUGDB) ; do \ - echo "$$bugdb
" >>$@ ; \ + echo "$$bugdb
" >>$@ ; \ done ; echo "" >>$@ @echo "$(RESPONSIBLE_ENGINEER)" >>$@ @echo "$(RESPONSIBLE_MANAGER)" >>$@ diff -r 4d728ef2f1d8 -r 638b7db19366 tools/gen-components --- a/tools/gen-components Tue Jan 29 03:59:00 2013 -0800 +++ b/tools/gen-components Thu Jan 31 04:53:59 2013 -0800 @@ -19,7 +19,7 @@ # # CDDL HEADER END # -# Copyright (c) 2012, Oracle and/or it's affiliates. All rights reserved. +# Copyright (c) 2012, 2013, Oracle and/or it's affiliates. All rights reserved. # # # gen_components @@ -237,7 +237,7 @@ print >> sys.stderr, \ """ Usage: - update_man_pages.py [OPTION...] + gen-components [OPTION...] -d, --debug Turn on debugging @@ -254,7 +254,7 @@ if __name__ == "__main__": workspace = os.getenv('WS_TOP') - owners_file = "/net/userland.us.oracle.com/gates/private/RM-RE-list.txt" + owners_file = "/net/userland.us.oracle.com/gates/private/RE-RM-list.txt" try: opts, args = getopt.getopt(sys.argv[1:], "do:w:",