rich7420 opened a new pull request, #302: URL: https://github.com/apache/ozone-site/pull/302
## What changes were proposed in this pull request? In the Release Manager Guide https://ozone-site-v2.staged.apache.org/docs/developer-guide/project/release-guide add: starting from 2.1.0, rpm and deb packages can be built: To build rpm packages, do: mvn clean package -DskipTests=true -Prpm. Optionally specify -Drpm.targetArch=aarch64 for ARM builds. ([HDDS-13439](https://issues.apache.org/jira/browse/HDDS-13439)) The package will be produced under hadoop-ozone/dist/target/rpm/ozone/RPMS/noarch/, and then rpm file will be named ozone-<version>-1.noarch.rpm Debian packages can be built by: mvn clean package -Pdeb The package file ozone_<ozone_version>-<linux_distro>_.deb will be created under folder path hadoop-ozone/dist/target. ## What is the link to the Apache Jira? [HDDS-14475](https://issues.apache.org/jira/browse/HDDS-14475) ## How was this patch tested? https://github.com/rich7420/ozone-site/actions/runs/21433036413 - [x] The CI checks on my fork are passing - [x] I verified the rendered content using a local preview - [x] I manually verified the steps provided in this change work as described -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
