summaryrefslogtreecommitdiff
path: root/omnibus/config
diff options
context:
space:
mode:
authorJon Morrow <jmorrow@chef.io>2019-11-21 09:07:59 -0800
committerJon Morrow <jmorrow@chef.io>2020-01-23 10:12:52 -0800
commit120c01a414db79a7111b3c89eba5999031718f96 (patch)
treebb2e250c2419a1b46c8a67d063fbb4a6cda1d3cd /omnibus/config
parent5296043451ec30ac5b0e7f5d68034ac7dd0121ca (diff)
downloadchef-120c01a414db79a7111b3c89eba5999031718f96.tar.gz
Fixes all notarization issues
This changes makes the neccessary changes to enable the pkg to pass apples notarization requirements. 1. Update omnibus and omnibus-software to versions that support deep signing 2. Drop 'Developer ID Installer:' from signing key. This lets sigining pick up the correct key for what is being signed. Signed-off-by: Jon Morrow <jmorrow@chef.io>
Diffstat (limited to 'omnibus/config')
-rw-r--r--omnibus/config/projects/chef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index b3768a58a5..115dc11490 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -84,7 +84,7 @@ end
proj_to_work_around_cleanroom = self # wat voodoo hackery is this?
package :pkg do
identifier "com.getchef.pkg.#{proj_to_work_around_cleanroom.name}"
- signing_identity "Developer ID Installer: Chef Software, Inc. (EU3VF8YLX2)"
+ signing_identity "Chef Software, Inc. (EU3VF8YLX2)"
end
compress :dmg