> Patchid format is defined by the > following regular expression, > PatchIdFormat='^[A-Z]*[0-9][0-9][0-9][0-9][0-9][0-9]-[ > 0-9][0-9]$ > i don't undersatnd how IDR is doing...
IDR matches [A-Z]* (zero or more occurances of A-Z). You could do the same with your patches, include your company ticker/name/initials as the beginning of the patch ID. -spp This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
