You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/07/22 07:01:08 UTC

[james-project] branch master updated (e65b36a -> f9b973d)

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

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


    from e65b36a  JAMES-3613 IMAP should compute transport MDC upon connection
     new 5b5b2d8  [RELEASE] Drop HUPA section from download page
     new f9b973d  [RELEASE] Armor artifact signature on the download page

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/modules/community/pages/release.adoc |  2 +-
 src/site/xdoc/download.xml                | 21 ---------------------
 2 files changed, 1 insertion(+), 22 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 02/02: [RELEASE] Armor artifact signature on the download page

Posted by bt...@apache.org.
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 <bt...@linagora.com>
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: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 01/02: [RELEASE] Drop HUPA section from download page

Posted by bt...@apache.org.
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 5b5b2d8f25f280ac3080f5b14f3c7f0a1bab4ee7
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Jul 21 17:38:43 2021 +0700

    [RELEASE] Drop HUPA section from download page
    
    Some ASF bot complains about it: The links for the hupa artifacts are missing the /hupa/ subdirectory segment.
    
    ```
    It looks like it needs extra registry with INFRA, which is likely not something
    that would happen given the soon to come retirement of Apache HUPA.
    ```
    
    Despite the files being on https://archive.apache.org/dist/james/hupa/0.0.2/
    they are not exported through the Apache mirrors.
    
    CF https://www.apache.org/dyn/closer.lua/james/0.0.2/hupa-parent-0.0.2-source-release.zip
    
    ```
    The requested file or directory is not on the mirrors.
    
    The object is in not in our archive https://archive.apache.org/dist/
    ```
---
 src/site/xdoc/download.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index cc0244e..93607c2 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -580,27 +580,6 @@ is found <a href='https://www.apache.org/licenses/exports/'>here</a>.
   
   </section>
 
-  <section name="Apache HUPA">
-  
-    <p>Apache HUPA 0.0.2 is the latest stable version:</p>
-    <ul>
-
-      <li>Source (ZIP Format): <a href="https://www.apache.org/dyn/closer.lua/james/0.0.2/hupa-parent-0.0.2-source-release.zip">hupa-parent-0.0.2-source-release.zip</a>
-        [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-parent-0.0.2-source-release.zip.sha512">SHA-512</a>]
-        [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-parent-0.0.2-source-release.zip.asc">PGP</a>]
-      </li>
-    
-    <li>Binary (Java WAR): <a href="https://www.apache.org/dyn/closer.lua/james/0.0.2/hupa-0.0.2.war">hupa-0.0.2.war</a>
-      [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-0.0.2.war.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-0.0.2.war.asc">PGP</a>]
-    </li>
-    
-    <li>Jars (including source and javadocs) for the modules are distributed through the standard 
-    <a href='https://maven.apache.org'>Maven</a> repositories on <a href="https://repo1.maven.org/maven2/org/apache/james/hupa">https://repo1.maven.org/maven2/org/apache/james/hupa</a>.</li>
-    </ul>
-  
-  </section>
-
 </body>
 
 </document>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org