author | Norm Jacobs <Norm.Jacobs@Oracle.COM> |
Thu, 11 Feb 2016 22:32:09 -0800 | |
changeset 5453 | 12788f3c6c43 |
parent 5282 | b4df500d2f24 |
child 6309 | 45a5cfc1d6e8 |
permissions | -rw-r--r-- |
1048
e82fa02a4d16
15863968 Auto-generation of Userland gate list - Phase 1.
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
1 |
|
e82fa02a4d16
15863968 Auto-generation of Userland gate list - Phase 1.
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
2 |
<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \ |
e82fa02a4d16
15863968 Auto-generation of Userland gate list - Phase 1.
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
3 |
print PACKAGE += "%<1>@%<2>" > |
e82fa02a4d16
15863968 Auto-generation of Userland gate list - Phase 1.
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
4 |
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \ |
5282
b4df500d2f24
22548223 Several Userland components are not being shown on the gatelist web page
Rich Burridge <rich.burridge@oracle.com>
parents:
1048
diff
changeset
|
5 |
print COMP_ARC_CASE += "%<1>" > |
1048
e82fa02a4d16
15863968 Auto-generation of Userland gate list - Phase 1.
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
6 |
|
e82fa02a4d16
15863968 Auto-generation of Userland gate list - Phase 1.
Rich Burridge <rich.burridge@oracle.com>
parents:
diff
changeset
|
7 |
<transform license license=(.*) -> print LICENSE += "%<1>" > |