This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch HDDS-10997
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/HDDS-10997 by this push:
new 5a97e2605c missed some help:evaluate
5a97e2605c is described below
commit 5a97e2605cd0ce0bdab4c3f5014b2b1b7f2aa543
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Jun 8 16:09:45 2024 +0200
missed some help:evaluate
---
hadoop-hdds/docs/dev-support/bin/generate-site.sh | 2 +-
hadoop-ozone/dist/src/main/k8s/examples/testlib.sh | 2 +-
hadoop-ozone/dist/src/main/keytabs/update-keytabs.sh | 2 +-
hadoop-ozone/dist/src/main/license/update-jar-report.sh | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hadoop-hdds/docs/dev-support/bin/generate-site.sh
b/hadoop-hdds/docs/dev-support/bin/generate-site.sh
index 3d7baa84e2..16d4c6bb79 100755
--- a/hadoop-hdds/docs/dev-support/bin/generate-site.sh
+++ b/hadoop-hdds/docs/dev-support/bin/generate-site.sh
@@ -24,7 +24,7 @@ if [ ! "$(which hugo)" ]; then
exit 0
fi
-export OZONE_VERSION=$(mvn help:evaluate -Dexpression=ozone.version -q
-DforceStdout)
+export OZONE_VERSION=$(mvn help:evaluate -Dexpression=ozone.version -q
-DforceStdout -Dscan=false)
ENABLE_GIT_INFO=
if git -C $(pwd) status >& /dev/null; then
diff --git a/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
b/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
index ab10784ac5..02acda5e2f 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
+++ b/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
@@ -129,7 +129,7 @@ regenerate_resources() {
if [ $(basename $PARENT_OF_PARENT) == "k8s" ]; then
#running from src dir
local version
- version=$(cd ../../../../.. && mvn help:evaluate
-Dexpression=ozone.version -q -DforceStdout)
+ version=$(cd ../../../../.. && mvn help:evaluate
-Dexpression=ozone.version -q -DforceStdout -Dscan=false)
OZONE_ROOT=$(realpath ../../../../../target/ozone-${version})
else
#running from dist
diff --git a/hadoop-ozone/dist/src/main/keytabs/update-keytabs.sh
b/hadoop-ozone/dist/src/main/keytabs/update-keytabs.sh
index 06fda42650..5094a6bf85 100755
--- a/hadoop-ozone/dist/src/main/keytabs/update-keytabs.sh
+++ b/hadoop-ozone/dist/src/main/keytabs/update-keytabs.sh
@@ -91,7 +91,7 @@ if [ "$1" == "internal" ]; then
exit 0
fi
-TESTKRB5_IMAGE=$(mvn -f "$SCRIPT_DIR"/../../../pom.xml help:evaluate
-Dexpression=docker.ozone-testkr5b.image -q -DforceStdout)
+TESTKRB5_IMAGE=$(mvn -f "$SCRIPT_DIR"/../../../pom.xml help:evaluate
-Dexpression=docker.ozone-testkr5b.image -q -DforceStdout -Dscan=false)
docker run -it --entrypoint=/etc/security/keytabs/update-keytabs.sh -v
"$SCRIPT_DIR":/etc/security/keytabs $TESTKRB5_IMAGE internal
diff --git a/hadoop-ozone/dist/src/main/license/update-jar-report.sh
b/hadoop-ozone/dist/src/main/license/update-jar-report.sh
index ffdc153386..8b8f035401 100755
--- a/hadoop-ozone/dist/src/main/license/update-jar-report.sh
+++ b/hadoop-ozone/dist/src/main/license/update-jar-report.sh
@@ -22,7 +22,7 @@ REPORT_NAME=${1:-current.txt}
cd "$SCRIPTDIR/../../.." || exit 1
-OZONE_VERSION=$(mvn help:evaluate -Dexpression=ozone.version -q -DforceStdout)
+OZONE_VERSION=$(mvn help:evaluate -Dexpression=ozone.version -q -DforceStdout
-Dscan=false)
DIST_DIR="$SCRIPTDIR/../../../target/ozone-$OZONE_VERSION"
: ${OZONE_DIST_DIR:=$DIST_DIR}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]