This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f6c8cd30c NO-JIRA add note about umask to release doc
4f6c8cd30c is described below

commit 4f6c8cd30ce86db8ad816e57808c0adba806adfe
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Oct 22 09:20:52 2024 -0500

    NO-JIRA add note about umask to release doc
---
 RELEASING.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/RELEASING.adoc b/RELEASING.adoc
index d857d07734..db749a5bd4 100644
--- a/RELEASING.adoc
+++ b/RELEASING.adoc
@@ -35,6 +35,9 @@ mvn clean install -Prelease
 . Start and stop the server
 
 * Run the examples from the 
https://github.com/apache/activemq-artemis-examples/tree/development[development
 branch].
+* Check your https://en.wikipedia.org/wiki/Umask[`umask`] setting.
+Releases have traditionally been built using a umask of `0022`.
+If your `umask` value does not match this then the release is likely to fail 
the <<verify-build-reproducibility,build reproducibility verification>> step 
later.
 
 If everything is successful follow these next steps to build and publish 
artifacts to ASF Nexus and send out a release vote.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to