This is an automated email from the ASF dual-hosted git repository. mthakur pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git
commit 6b9f9a5ddb5e9ce9796c671e2c71cddd897578d6 Author: Mukund Thakur <mtha...@cloudera.com> AuthorDate: Thu Aug 8 10:05:07 2024 -0500 Improving arm release doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d002c..d171928 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,9 @@ In `build.properties` declare its location arm.hadoop.dir=/Users/stevel/hadoop/release/hadoop ``` -In that dir, create the release. +In that dir, create the release using command below. If signing fails in your ARM docker +container, you can skip signing by removing `--sign` option. The signing happens in the +next step if `ant arm.release` process after this. ```bash time dev-support/bin/create-release --docker --dockercache --mvnargs="-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false" --deploy --native --sign --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org