[gimp-macos-build/wip/lukaso/tests] Comment out signing and notarizing
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/lukaso/tests] Comment out signing and notarizing
- Date: Mon, 18 Oct 2021 22:45:18 +0000 (UTC)
commit d4fe49a37c0ff5b614e111af7372071e6ac1ba2f
Author: Lukas Oberhuber <lukaso gmail com>
Date: Sun Oct 17 19:27:49 2021 +0100
Comment out signing and notarizing
.circleci/config.yml | 48 ++++++++++++++++++++----------------------------
1 file changed, 20 insertions(+), 28 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3d3fa89..a841101 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -134,24 +134,20 @@ jobs:
paths:
- ~/gtk
key: gimp-2.10.22-v3a
- - when:
- condition:
- - not: << pipeline.parameters.missing_certificate >>
- steps:
- - run:
- name: Importing signing certificate
- command: |
- mkdir ${HOME}/codesign && cd ${HOME}/codesign
- echo "$osx_crt" | base64 -D > gnome.pfx
- curl 'https://developer.apple.com/certificationauthority/AppleWWDRCA.cer' > apple.cer
- security create-keychain -p "" signchain
- security set-keychain-settings signchain
- security unlock-keychain -u signchain
- security list-keychains -s "${HOME}/Library/Keychains/signchain-db"
"${HOME}/Library/Keychains/login.keychain-db"
- security import apple.cer -k signchain -T /usr/bin/codesign
- security import gnome.pfx -k signchain -P "$osx_crt_pw" -T /usr/bin/codesign
- security set-key-partition-list -S apple-tool:,apple: -k "" signchain
- rm -rf ${HOME}/codesign
+ # - run:
+ # name: Importing signing certificate
+ # command: |
+ # mkdir ${HOME}/codesign && cd ${HOME}/codesign
+ # echo "$osx_crt" | base64 -D > gnome.pfx
+ # curl 'https://developer.apple.com/certificationauthority/AppleWWDRCA.cer' > apple.cer
+ # security create-keychain -p "" signchain
+ # security set-keychain-settings signchain
+ # security unlock-keychain -u signchain
+ # security list-keychains -s "${HOME}/Library/Keychains/signchain-db"
"${HOME}/Library/Keychains/login.keychain-db"
+ # security import apple.cer -k signchain -T /usr/bin/codesign
+ # security import gnome.pfx -k signchain -P "$osx_crt_pw" -T /usr/bin/codesign
+ # security set-key-partition-list -S apple-tool:,apple: -k "" signchain
+ # rm -rf ${HOME}/codesign
- run:
name: pstree to figure out what app is running
command: |
@@ -163,16 +159,12 @@ jobs:
source ~/.profile
cd ${HOME}/project/package
jhbuild run ./build299.sh
- - when:
- condition:
- - not: << pipeline.parameters.missing_certificate >>
- steps:
- - run:
- name: Notarizing DMG package
- command: |
- source ~/.profile
- cd ${HOME}/project/package
- jhbuild run ./notarize.sh
+ # - run:
+ # name: Notarizing DMG package
+ # command: |
+ # source ~/.profile
+ # cd ${HOME}/project/package
+ # jhbuild run ./notarize.sh
- store_artifacts:
path: /tmp/artifacts
destination: builds
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]