1244N/A# The contents of this file are subject to the terms of the 1244N/A# Common Development and Distribution License (the "License"). 1244N/A# You may not use this file except in compliance with the License. 1244N/A# See the License for the specific language governing permissions 1244N/A# and limitations under the License. 1244N/A# When distributing Covered Code, include this CDDL HEADER in each 1244N/A# If applicable, add the following below this CDDL HEADER, with the 1244N/A# fields enclosed by brackets "[]" replaced with your own identifying 1244N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5404N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. 1269N/A# Hashtable of RE's, RM's and Teams keyed by component path. 1244N/A# Initial HTML for the generated web page. 1244N/A $('#components').dataTable({ 1244N/A aLengthMenu: [ [ 10, 50, -1], [ 10, 50, 'All'] ] 1244N/A<h1>Userland Components</h1> 1244N/A<table align='center' id='components'> 1244N/A# Final HTML for the generated web page. 5404N/A# Get a complete list of package names for the repo associated with this 1269N/A# Return a hashtable of RE's, RM's and Teams keyed by component path. 1244N/A# Return a sorted list of the directories containing one or more .p5m files. 1269N/A# Return the RE, RM and Team for this component. 1244N/A# Generate an HTML table entry for all the information for the component 1244N/A# in the given directory. This generates a file called 'component-report' 1244N/A# under the components build directory. 5404N/A# The package name(s) in the component-report files will be incorrectly 5404N/A# generated if there was a <whatever>VER.p5m file in the component 5404N/A# directory. For those components we've got to use the package names 5404N/A# from the repo associated with this Userland workspace. 1244N/A# Write out a usage message showing valid options to this script. 5404N/A Build version script to look for (and strip off) from package FMRIs. 1251N/A Location of a file containing a list of RE's /RM's per component 5404N/A Repo containing the packages associated with this Userland workspace 1244N/A Location of the Userland workspace 5404N/A [ "build-version=", "debug", "owners=", "repo=", "workspace=" ])