diff options
Diffstat (limited to 'releng/org.eclipse.epp.config/tools/promote-a-build.sh')
-rwxr-xr-x | releng/org.eclipse.epp.config/tools/promote-a-build.sh | 2 |
1 files changed, 1 insertions, 1 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 3de39857..30e5cc57 100755 --- a/releng/org.eclipse.epp.config/tools/promote-a-build.sh +++ b/releng/org.eclipse.epp.config/tools/promote-a-build.sh @@ -9,7 +9,7 @@ set -x # echo all commands used for debugging purposes # RELEASE_MILESTONE= # RELEASE_DIR= # BUILD_NUMBER= -PACKAGES="committers cpp dsl java javascript jee modeling parallel php rcp rust scout testing" +PACKAGES="committers cpp dsl embedcpp java javascript jee modeling parallel php rcp rust scout testing" PLATFORMS="linux.gtk.x86_64.tar.gz macosx.cocoa.x86_64.dmg win32.win32.x86_64.zip" ARCHIVE_URL="https://ci.eclipse.org/packaging/job/simrel.epp-tycho-build/${BUILD_NUMBER}/artifact/org.eclipse.epp.packages/archive/*zip*/archive.zip" EPP_DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp |