Skip to content

Commit

Permalink
Remove configuration that limited packages being built
Browse files Browse the repository at this point in the history
With 65cfd12 we use a matrix
to build all packages which is much more robust than trying
to do what the settings.xml generation did.
  • Loading branch information
jonahgraham committed Aug 31, 2023
1 parent 29a7935 commit d79ee79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 129 deletions.
127 changes: 0 additions & 127 deletions releng/org.eclipse.epp.config/tools/createSettings.sh

This file was deleted.

3 changes: 1 addition & 2 deletions releng/org.eclipse.epp.config/tools/upload-to-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ RELEASE_DIR=$(get_property RELEASE_DIR)
SIMREL_REPO=$(get_property SIMREL_REPO)
WORKSPACE=${WORKSPACE:-"${PWD}"}
GIT_REPOSITORY=${GIT_REPOSITORY:-"org.eclipse.epp.packages"}
BUILT_PACKAGES=$(cat packages.txt)
PACKAGES=${BUILT_PACKAGES:-"committers cpp dsl embedcpp java jee modeling parallel php rcp scout"}
PACKAGES="committers cpp dsl embedcpp java jee modeling parallel php rcp scout"
PLATFORMS=${PLATFORMS:-"linux.gtk.aarch64.tar.gz linux.gtk.x86_64.tar.gz macosx.cocoa.aarch64.dmg macosx.cocoa.aarch64.tar.gz macosx.cocoa.x86_64.dmg macosx.cocoa.x86_64.tar.gz win32.win32.x86_64.zip"}
STAGING=${STAGING:-"/home/data/httpd/download.eclipse.org/technology/epp/staging"}

Expand Down

0 comments on commit d79ee79

Please sign in to comment.