diff options
author | Jonah Graham | 2020-08-27 13:55:59 +0000 |
---|---|---|
committer | Jonah Graham | 2020-08-27 13:55:59 +0000 |
commit | 5d738b5c67f0769d96144b3ce6fe88571fe08aa3 (patch) | |
tree | b6a39834d4c16688335806b05af2b807a4ab0bc2 | |
parent | c2aa530468391f39b1a3a7bf988e3790b7e4e07e (diff) | |
download | org.eclipse.epp.packages-5d738b5c67f0769d96144b3ce6fe88571fe08aa3.tar.gz org.eclipse.epp.packages-5d738b5c67f0769d96144b3ce6fe88571fe08aa3.tar.xz org.eclipse.epp.packages-5d738b5c67f0769d96144b3ce6fe88571fe08aa3.zip |
Upload the dmg files pre-notarization
The notarization process will be run as a separate step to
allow for retrying easier.
Change-Id: I0c7b583315e365de365ba05b4374b0968358de63
-rwxr-xr-x | releng/org.eclipse.epp.config/tools/promote-a-build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/tools/promote-a-build.sh b/releng/org.eclipse.epp.config/tools/promote-a-build.sh index 9dfb11e7..c4f2ae46 100755 --- a/releng/org.eclipse.epp.config/tools/promote-a-build.sh +++ b/releng/org.eclipse.epp.config/tools/promote-a-build.sh @@ -42,7 +42,8 @@ for PACKAGE in $PACKAGES; do cut -d "_" -f 2- | \ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' | \ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' | \ - sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/'` + sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' | \ + sed 's/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/'` # Move and rename file mv ${NAME} ../${NEWNAME} done; @@ -72,7 +73,7 @@ done # ---------------------------------------------------------------------------------------------- # compute the checksum files for each package -for II in eclipse*.zip eclipse*.tar.gz eclipse*.dmg; do +for II in eclipse*.zip eclipse*.tar.gz eclipse*.dmg-tonotarize; do echo .. $II md5sum $II >$II.md5 sha1sum $II >$II.sha1 |