transforms/report
author pkidd <patrick.kidd@oracle.com>
Wed, 10 Aug 2016 08:37:03 -0700
branchs11u3-sru
changeset 6600 edaab2464fbb
parent 6356 64e0f06b8b9e
permissions -rw-r--r--
build metadata for S11.3SRU12.1
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=(.*) -> \
6356
64e0f06b8b9e 23581747 ARC case(s) field on Userland gate list not displaying most recent cases
Rich Burridge <rich.burridge@oracle.com>
parents: 5300
diff changeset
     5
	print COMP_ARC_CASE += %(value) >
2434
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>" >