transforms/report
author Drew Fisher <drew.fisher@oracle.com>
Thu, 01 Oct 2015 15:00:59 -0700
changeset 4911 6590570733a1
parent 1048 e82fa02a4d16
child 5282 b4df500d2f24
permissions -rw-r--r--
PSARC/2015/368 Common Puppet Modules 21691386 Request to integrate common puppet modules into Userland


<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>" >