echonesis commented on code in PR #302:
URL: https://github.com/apache/ozone-site/pull/302#discussion_r2735919527


##########
docs/08-developer-guide/04-project/02-release-guide.md:
##########
@@ -322,6 +322,54 @@ Build the project to fetch dependencies.
   mvn clean install -DskipTests -Psign,dist,src -Dtar 
-Dgpg.keyname="$CODESIGNINGKEY" -Drocks_tools_native
   ```
 
+#### Build RPM and DEB packages (Ozone 2.1.0+)
+
+Starting from Ozone 2.1.0, the release branch can also produce native Linux 
packages for some distributions 
([HDDS-13439](https://issues.apache.org/jira/browse/HDDS-13439)).

Review Comment:
   According to HDDS-14052, we recommend using:
   ```bash
   mvn clean package -Prpm -DskipTests=true -Drpm.release=<number> 
[-Drpm.needArch=<bool>]
   ```
   This provides the option to enable or disable architecture auto-detection.



-- 
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]

Reply via email to