This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-2.25.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2783572a06954c06b2a2437b2504f7e7ea8b7400 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Thu Jan 23 13:21:11 2020 +0100 Remove unneeded variables --- etc/scripts/release-distro.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/scripts/release-distro.sh b/etc/scripts/release-distro.sh index 6b46fc9..8a585ce 100755 --- a/etc/scripts/release-distro.sh +++ b/etc/scripts/release-distro.sh @@ -22,15 +22,7 @@ mkdir -p ${DOWNLOAD} 2>/dev/null # The following component contain schema definitions that must be published RUNDIR=$(cd ${0%/*} && echo $PWD) -COMPLIST=( "camel-spring:spring" - "camel-cxf:cxf" - "camel-osgi:osgi" - "camel-spring-integration:spring/integration" - "camel-spring-security:spring-security" - "camel-blueprint:blueprint" ) DIST_REPO="https://dist.apache.org/repos/dist/release/camel/apache-camel/" -SITE_DIR="/www/camel.apache.org" - if [ -z "${VERSION}" -o ! -d "${DOWNLOAD}" ] then