Author: fanningpj
Date: Fri Sep 22 09:50:06 2023
New Revision: 1912478
URL: http://svn.apache.org/viewvc?rev=1912478&view=rev
Log:
update release guide
Modified:
xmlbeans/trunk/release-guide.txt
Modified: xmlbeans/trunk/release-guide.txt
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/release-guide.txt?rev=1912478&r1=1912477&r2=1912478&view=diff
==============================================================================
--- xmlbeans/trunk/release-guide.txt (original)
+++ xmlbeans/trunk/release-guide.txt Fri Sep 22 09:50:06 2023
@@ -116,10 +116,7 @@ svn pd 'svn:executable' $(find -name .sv
for f in *.zip *.tgz
do
- for b in 256 512
- do
- sha${b}sum $f > $f.sha$b
- done
+ sha512sum $f > $f.sha512
done
7. Commit the *.tgz and *.zip files, their signatures, and sha256 and sha512
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]