transforms/report
author Rich Burridge <rich.burridge@oracle.com>
Wed, 05 Jun 2013 06:47:13 -0700
branchs11-update
changeset 2645 6d96b69920f6
parent 2434 6c9bb5cf5610
child 5282 b4df500d2f24
permissions -rw-r--r--
16879178 aalib needs a TPNO in its package manifest
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
	print PACKAGE += "%<1>@%<2>" >
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
	print ARC_CASE += "%<1>" >
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
<transform license license=(.*) -> print LICENSE += "%<1>" >