Add missing script name markers 84/15284/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 15 Apr 2019 11:09:11 +0000 (21:09 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 15 Apr 2019 11:09:11 +0000 (21:09 +1000)
Add missing script name markers useful in console logs.

Change-Id: I3c0768d3d5def6258bb8a5e556d78b4836fa957e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
22 files changed:
shell/comment-to-gerrit.sh
shell/common-variables.sh
shell/docker-login.sh
shell/gerrit-branch-lock.sh
shell/gerrit-fetch-dependencies.sh
shell/gerrit-push-patch.sh
shell/git-validate-jira-urls.sh
shell/maven-build-deps.sh
shell/maven-build.sh
shell/maven-central.sh
shell/maven-fetch-metadata.sh
shell/maven-javadoc-generate.sh
shell/maven-javadoc-publish.sh
shell/maven-patch-release.sh
shell/maven-sonar.sh
shell/maven-stage.sh
shell/nexus-iq-cli.sh
shell/python-tools-install.sh
shell/release-announce.sh
shell/sonatype-clm.sh
shell/update-java-alternatives.sh
shell/whitesource-unified-agent-cli.sh

index b4d3d66..90eadce 100644 (file)
@@ -8,7 +8,7 @@
 # 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
index 2b74fa5..346eb72 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
index cac5186..08ec941 100644 (file)
@@ -8,7 +8,7 @@
 # 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
index 64d6ec9..f884c1d 100644 (file)
@@ -8,6 +8,7 @@
 # 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
index 30ba7c8..24542e9 100644 (file)
@@ -8,6 +8,7 @@
 # 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
index 4376277..e732b22 100644 (file)
@@ -8,6 +8,7 @@
 # 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
index 0bc9d49..1a8f1ca 100644 (file)
@@ -8,7 +8,7 @@
 # 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
 
index 8583d90..c1c648b 100644 (file)
@@ -8,7 +8,7 @@
 # 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
index 1f61954..29de088 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
 
index dede18d..da36d36 100644 (file)
@@ -8,6 +8,7 @@
 # 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:-}"
 
index f07bb78..270056f 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
index 7919242..99590d6 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
index 9a5a3a4..a3838ca 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
index d7c4577..d6e9080 100644 (file)
@@ -8,7 +8,7 @@
 # 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"
index ae280b2..706697b 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
 
index 60949ac..fa89047 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
index 43021f8..dd621ae 100644 (file)
@@ -8,7 +8,7 @@
 # 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
index cded95c..d652763 100644 (file)
@@ -8,6 +8,7 @@
 # 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
 
index fd1afe6..af4ce69 100644 (file)
@@ -8,6 +8,7 @@
 # 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/}"
index 3be390d..3642d51 100644 (file)
@@ -8,7 +8,7 @@
 # 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.
 
index 69bf019..063166d 100644 (file)
@@ -8,7 +8,7 @@
 # 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
 
index 6cfba81..c092ad9 100644 (file)
@@ -8,7 +8,7 @@
 # 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.