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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit f9b973dbea91eb6ef8c8221fcd7a10ecbd2cac15
Author: Benoit Tellier <[email protected]>
AuthorDate: Wed Jul 21 18:01:15 2021 +0700

    [RELEASE] Armor artifact signature on the download page
    
    An ASF bot told me:
    
    ```
    Also, I've just noticed that all the .ASC files are binary.
    They are supposed to be ascii-armoured.
    As it stands, the wrong content-type will be applied which may cause issues
    with downloads.
    ```
---
 docs/modules/community/pages/release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/community/pages/release.adoc 
b/docs/modules/community/pages/release.adoc
index c66ba2f..f03df3b 100644
--- a/docs/modules/community/pages/release.adoc
+++ b/docs/modules/community/pages/release.adoc
@@ -186,7 +186,7 @@ I use the following script to set up the uploads:
 # $2: Key footprint to use for signing
 
 sha512sum $1 > $1.sha512
-gpg -u $2 --output $1.asc --detach-sig $1
+gpg -u $2 --output $1.asc --detach-sig --armor $1
 svn add $1
 svn propset svn:mime-type application/octet-stream $1
 svn add $1.sha512

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to