Skip to content

Commit

Permalink
Bug 571897: Use new URLs ahead of new release of CBI
Browse files Browse the repository at this point in the history
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=571897#c5

Change-Id: I8e81342bf8dec88f21d188126f3d9a0cbd9742ab
  • Loading branch information
jonahgraham committed Mar 12, 2021
1 parent ccf6e14 commit 266ce52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions releng/org.eclipse.epp.config/parent/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
</goals>
<phase>pre-integration-test</phase>
<configuration>
<serviceUrl>https://cbi.eclipse.org/macos/packager/dmg/create</serviceUrl>
<source>${project.build.directory}/products/${build}_eclipse-${eclipse.epp.id}-${eclipse.simultaneous.release.id}-macosx.cocoa.x86_64.tar.gz</source>
<sign>${eclipse-sign-dmg-property}</sign>
<timeoutMillis>600000</timeoutMillis>
Expand Down Expand Up @@ -159,6 +160,8 @@
<goal>sign</goal>
</goals>
<configuration>
<!-- Temporary until Bug 571897 is fully resolved -->
<signerUrl>https://cbi.eclipse.org/macos/codesign/sign</signerUrl>
<baseSearchDir>${project.build.directory}/products/${project.artifactId}</baseSearchDir>
<fileNames>
<fileName>Eclipse.app</fileName>
Expand Down

0 comments on commit 266ce52

Please sign in to comment.