Skip to content

Commit

Permalink
Merge pull request #1271 from e-gris/RE-16628
Browse files Browse the repository at this point in the history
(RE-16628) Revert "(RE-16624) Temporarily stub OS/X signing"
  • Loading branch information
e-gris authored Oct 4, 2024
2 parents a1a0a5a + d804bb8 commit 04b1b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).

## [Unreleased]
### Changed
- (RE-16628) Unstub OS/X signing

## [0.122.1] - 2024-10-01
### Changed
Expand Down
7 changes: 1 addition & 6 deletions lib/packaging/sign/dmg.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
module Pkg::Sign::Dmg
module_function

def sign(_)
warn 'OSX SIGNING TEMPORARILY STUBBED. SEE RE-16623'
return 0
end

def stubbed__sign(pkg_directory = 'pkg')
def sign(pkg_directory = 'pkg')
use_identity = ''
unless Pkg::Config.osx_signing_ssh_key.nil?
use_identity = "-i #{Pkg::Config.osx_signing_ssh_key}"
Expand Down

0 comments on commit 04b1b85

Please sign in to comment.