Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] MacOS notarization

Hi,

 

I prefer running the shell commands in the Jenkins workspace rather than running from download server. The structure I prefer would be

Perform notarization in the workspace

Then copy to download server.

 

You can add the following line after ssh command to get debug log

                       set  -x

 

Another problem is you are attempting notarization from download server. Please do the notarization before publishing.

 

Thanks

Sravan

 

 

From: Dirk Fauth <dirk.fauth@xxxxxxxxx>
Sent: 19 May 2020 23:11
To: Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [cbi-dev] MacOS notarization

 

Hi,

 

I am trying to get the signing and notarization working for MacOS for the NatTable Example application. 

 

 

I tried to adapt the shell script from platform and Oomph, but it seems my knowledge of curl etc. are not good enough. I always get the following error:

 

curl: (26) couldn't open file "org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.dmg"

 

Although I think I am in the right directory and things should work. I really don't understand what is going wrong. It would be great if someone could lend me an hand on solving this problem. 

 

As Mikael already asked me to do, I will also write some hints in the wiki about the notarization etc. to help others in the future. But to do so it should work at least. Probably I am only missing some simple thing, but I really don't see what.

 

Greez,

Dirk



Back to the top