You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2021/02/16 08:38:40 UTC

svn commit: r1886572 - in /httpd/apreq/trunk: Makefile.am build/RELEASE

Author: jorton
Date: Tue Feb 16 08:38:40 2021
New Revision: 1886572

URL: http://svn.apache.org/viewvc?rev=1886572&view=rev
Log:
Update release process to generate MD5 and SHA* hash files.

PR: 65142

Modified:
    httpd/apreq/trunk/Makefile.am
    httpd/apreq/trunk/build/RELEASE

Modified: httpd/apreq/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/Makefile.am?rev=1886572&r1=1886571&r2=1886572&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.am (original)
+++ httpd/apreq/trunk/Makefile.am Tue Feb 16 08:38:40 2021
@@ -44,7 +44,10 @@ release: distclean docs_clean reconfig d
 	@cd $(distdir); @PERL@ -M$(EUM) -e "$(EUM)::mkmanifest"
 	@PERL@ -ple '$$_="$(distdir)/$$_"' $(distdir)/MANIFEST | $(TAR) -czf $(distdir).tar.gz -T -
 	rm -rf $(distdir)
-	@echo "Made $(distdir).tar.gz"
+	@md5sum $(distdir).tar.gz > $(distdir).tar.gz.md5
+	@sha256sum $(distdir).tar.gz > $(distdir).tar.gz.sha256
+	@sha512sum $(distdir).tar.gz > $(distdir).tar.gz.sha512
+	@echo "Made $(distdir).tar.gz and hashes"
 
 release_test:
 	-rm -rf $(distdir)

Modified: httpd/apreq/trunk/build/RELEASE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/RELEASE?rev=1886572&r1=1886571&r2=1886572&view=diff
==============================================================================
--- httpd/apreq/trunk/build/RELEASE (original)
+++ httpd/apreq/trunk/build/RELEASE Tue Feb 16 08:38:40 2021
@@ -80,8 +80,8 @@ FreeBSD/Solaris note: use gmake!
     svn mv https://svn.apache.org/repos/asf/httpd/apreq/branches/v2.16 \
            https://svn.apache.org/repos/asf/httpd/apreq/tags/v2.16
 
-10. Upload (scp) the package and signature to www.apache.org
-   for distribution:
+10. Upload (scp) the package, signature and MD5/SHA* hash files to
+   www.apache.org for distribution:
    
         $ svn co https://dist.apache.org/repos/dist/release/httpd/libapreq/ apreq-dist-site
         $ cp libapreq2-2.16.tar.gz* apreq-dist-site