Skip to content
Snippets Groups Projects
Commit c6865bcd authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-474, MAINT-9047: Make failing spctl command more verbose.

parent e0467f50
No related branches found
No related tags found
No related merge requests found
...@@ -1296,7 +1296,7 @@ def package_finish(self): ...@@ -1296,7 +1296,7 @@ def package_finish(self):
else: else:
print >> sys.stderr, "Maximum codesign attempts exceeded; giving up" print >> sys.stderr, "Maximum codesign attempts exceeded; giving up"
raise raise
self.run_command(['spctl', '-a', '-texec', '-vv', app_in_dmg]) self.run_command(['spctl', '-a', '-texec', '-vvvv', app_in_dmg])
imagename="SecondLife_" + '_'.join(self.args['version']) imagename="SecondLife_" + '_'.join(self.args['version'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment