transforms/report
author Rich Burridge <rich.burridge@oracle.com>
Tue, 04 Aug 2015 12:01:03 -0700
changeset 4737 844cca6e99f3
parent 1048 e82fa02a4d16
child 5282 b4df500d2f24
permissions -rw-r--r--
21549702 Yet more Userland components should have their system-test targets hooked up


<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
	print PACKAGE += "%<1>@%<2>" >
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
	print ARC_CASE += "%<1>" >

<transform license license=(.*) -> print LICENSE += "%<1>" >