Add missing script name markers useful in console logs.
Change-Id: I3c0768d3d5def6258bb8a5e556d78b4836fa957e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> comment-to-gerrit.sh"
set -xe -o pipefail
if [[ -e gerrit_comment.txt ]] ; then
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> common-variables.sh"
# This file contains a list of variables that are generally useful in many
# scripts. It is meant to be sourced in other scripts so that the variables can
# be called.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> docker-login.sh"
# Log into a custom hosted docker registry and / or docker.io
# $DOCKER_REGISTRY : Optional
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
+echo "---> gerrit-branch-lock.sh"
# Generates a patch to lock|unlock a branch in Gerrit
#
# Assumes that the project repository was cloned via ssh and thus uses ssh to
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
+echo "---> gerrit-fetch-dependencies.sh"
# Fetches patches all projects provided by comment trigger
#
# Takes a list of Gerrit patches and fetches all projects and cherry-pick
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
+echo "---> gerrit-push-patch.sh"
# Push a change to Gerrit if files modified in repository.
#
# The script requires to install the minimum version 1.25 of git-review using
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> git-validate-jira-urls.sh"
# This script will make sure that there are no JIRA URLs in the commit
# message. JIRA URLs will break the its-jira plugin
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-build-deps.sh"
# Builds projects provided via $DEPENDENCY_BUILD_ORDER list
#
# This runs a `mvn clean install` against all projects provided by a list. This
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-build.sh"
# This script builds a Maven project and deploys it into a staging repo which
# can be used to deploy elsewhere later eg. Nexus staging / snapshot repos.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
+echo "---> maven-central.sh"
profile_id="${OSSRH_PROFILE_ID:-}"
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-fetch-metadata.sh"
# Uses wget to fetch a project's maven-metadata.xml files from a Maven repository.
# Check for "-f" maven param, indicating a change in pom location.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-javadoc-generate.sh"
# Generates javadoc in a Maven project.
# DO NOT enable -u because $MAVEN_PARAMS and $MAVEN_OPTIONS could be unbound.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-javadoc-publish.sh"
# Publishes javadoc to a Maven project.
# DO NOT enable -u because $MAVEN_PARAMS and $MAVEN_OPTIONS could be unbound.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-patch-release.sh"
# This script removes the -SNAPSHOT from a project to prepare it for release.
PATCH_DIR="$WORKSPACE/archives/patches"
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-sonar.sh"
# This script builds a Maven project and deploys it into a staging repo which
# can be used to deploy elsewhere later eg. Nexus staging / snapshot repos.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> maven-stage.sh"
# This script publishes artifacts to a staging repo in Nexus.
#
# $WORKSPACE/m2repo : Exists and used to deploy the staging repository.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> nexus-iq-cli.sh"
# This script downloads nexus-iq-cli-1.44.0-01.jar and uses it to perform an
# XC Evaluation or extended report which provides a scan of python files within
# the repo
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
+echo "---> python-tools-install.sh"
set -eux -o pipefail
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
+echo "---> release-announce.sh"
PROJECT="${GERRIT_PROJECT#releng/}" # For releng projects strip the prefix
TAG_NAME="${GERRIT_REFNAME#refs/tags/}"
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> sonatype-clm.sh"
# This script builds a Maven project and deploys it into a staging repo which
# can be used to deploy elsewhere later eg. Nexus staging / snapshot repos.
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> update-java-alternatives.sh"
# This script takes the java-version variable to set the proper alternative
# for java, javac and java_sdk_openjdk for ubuntu or centos/fedora/redhat distros
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
-
+echo "---> whitesource-unified-agent-cli.sh"
# This script downloads wss-unified-agent-<version>.jar and uses it to perform
# a scan on the code whithin a repo based on the wss-unified-agent.config provided.