Closed
Bug 1050248
Opened 12 years ago
Closed 8 years ago
update test app for mac signing
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Unassigned)
Details
The current Test.app we use when starting up the signing server looks as follows:
drwxr-xr-x 0 bhearsum bhearsum 0 Feb 15 2012 Test.app/
-rw-r--r-- 0 bhearsum bhearsum 4485 Feb 15 2012 Test.app/.session.vim
drwxr-xr-x 0 bhearsum bhearsum 0 Jun 29 2012 Test.app/Contents/
drwxr-xr-x 0 bhearsum bhearsum 0 Feb 16 2012 Test.app/Contents/MacOS/
-rwxr-xr-x 0 bhearsum bhearsum 34980 Feb 16 2012 Test.app/Contents/MacOS/firefox
-rw-r--r-- 0 bhearsum bhearsum 405 Jun 29 2012 Test.app/Contents/Info.plist
drwxr-xr-x 0 bhearsum bhearsum 0 Feb 16 2012 Test.app/Contents/_CodeSignature/
-rw-r--r-- 0 bhearsum bhearsum 4427 Feb 16 2012 Test.app/Contents/_CodeSignature/.session.vim
-rw-r--r-- 0 bhearsum bhearsum 597 Feb 15 2012 Test.app/Contents/_CodeSignature/CodeResources
The new v2 signatures implemented in bug 1046747 still work with this, but it's not really a very good test anymore. We should update it in at least the following ways:
* Add a subapp in Contents/MacOS
* Add additional mach-O files in Contents/MacOS
* Add non-mach-O files in Contents/Resources
* Remove _CodeSignature and CodeResources
| Assignee | ||
Updated•9 years ago
|
Component: Tools → General
Comment 1•9 years ago
|
||
Aki, did you run into any problems with the new signing certs?
Flags: needinfo?(aki)
Priority: -- → P2
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•