On 08/ 9/10 04:27 PM, [email protected] wrote:
Folks, This morning, David sent me an e-mail saying that the importer was getting an unexpected traceback. After looking at the error, the problem was caused by the verify_manifests() code calling __tcfg.get_publisher(), for a FMRI without a publisher. (This was happening during the SMF resolve step of the import, where no publisher was associated with the FMRI). This used to work because tcfg.get_publisher() returned None. However, I changed this code to raise an exception if the publisher couldn't be found, and inadvertently broke this bit of verify.http://cr.opensolaris.org/~johansen/webrev-16758/ This webrev doesn't change the overall behavior, but it does eliminate the stack trace.
This also seems right to me. -Shawn _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
