From 5ff8b9bc71a6fb9e80944e05342e736193486f99 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 21:46:51 -0400 Subject: [PATCH] Create temp notarization folder. Snapshot for e427 distro --- .github/workflows/eclipse-distro-build.yml | 4 +++ ...snapshot-previous-eclipse-distro-build.yml | 12 ++++++++ .../pom.xml | 28 ++++++++++++++++--- .../pom.xml | 28 ++++++++++++++++--- 4 files changed, 64 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/snapshot-previous-eclipse-distro-build.yml diff --git a/.github/workflows/eclipse-distro-build.yml b/.github/workflows/eclipse-distro-build.yml index e1990a013..35979c648 100644 --- a/.github/workflows/eclipse-distro-build.yml +++ b/.github/workflows/eclipse-distro-build.yml @@ -38,6 +38,10 @@ jobs: - name: Unlock login keychain for OSX signing run: | security unlock-keychain -p ${{ secrets.KEYCHAIN_PASSWORD }} /Users/runner/Library/Keychains/login.keychain-db + - name: Create Temp Directory Structure for Notarization Service + run: | + cd /tmp + mkdir -p macos-notarization-service/pending-files - name: Build Eclipse Distro env: tools_s3_access_key: ${{ secrets.TOOLS_S3_ACCESS_KEY }} diff --git a/.github/workflows/snapshot-previous-eclipse-distro-build.yml b/.github/workflows/snapshot-previous-eclipse-distro-build.yml new file mode 100644 index 000000000..a2829cf3d --- /dev/null +++ b/.github/workflows/snapshot-previous-eclipse-distro-build.yml @@ -0,0 +1,12 @@ +name: Snapshot - Previous Eclipse STS Distribution Build + +on: + workflow_dispatch: + +jobs: + e427-distro: + uses: ./.github/workflows/eclipse-distro-build.yml + with: + eclipse_profile: 'e427' + build_type: 'snapshot' + secrets: inherit \ No newline at end of file diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e427/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e427/pom.xml index c5a096e5a..c92a371db 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e427/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e427/pom.xml @@ -518,14 +518,12 @@ - - + - - + @@ -752,4 +750,26 @@ --> + + + + gpg.sign + + + + org.eclipse.tycho + tycho-gpg-plugin + + + + sign-p2-artifacts + + + + + + + + + \ No newline at end of file diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e429/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e429/pom.xml index 7c852d30e..f0687f188 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e429/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e429/pom.xml @@ -526,14 +526,12 @@ - - + - - + @@ -760,4 +758,26 @@ --> + + + + gpg.sign + + + + org.eclipse.tycho + tycho-gpg-plugin + + + + sign-p2-artifacts + + + + + + + + + \ No newline at end of file