Author: dsahlberg
Date: Sun Jan 21 16:40:17 2024
New Revision: 1915353

URL: http://svn.apache.org/viewvc?rev=1915353&view=rev
Log:
In site/publish:
Merge 1915016 and 1915225 from staging. Also update mergeinfo to include
1898162 (which was a catchup merge from publish to staging).

* docs/community-guide/releasing.part.html
  (#releasing-release): Add note how to add the release to reporter.a.o on the 
command line.

* mailing-lists.html
  (#list-list): Change link [to mailarchive]
  (#downloading): New section [how to download mbox file]


Modified:
    subversion/site/publish/   (props changed)
    subversion/site/publish/docs/community-guide/releasing.part.html
    subversion/site/publish/index.html   (props changed)
    subversion/site/publish/mailing-lists.html
    subversion/site/publish/news.html   (props changed)
    subversion/site/publish/roadmap.html   (props changed)

Propchange: subversion/site/publish/
------------------------------------------------------------------------------
  Merged 
/subversion/site/staging:r1898162,1915016-1915026,1915028,1915031-1915225

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1915353&r1=1915352&r2=1915353&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Sun Jan 21 
16:40:17 2024
@@ -1255,7 +1255,11 @@ release.py clean-dist
 </p>
 <p>Submit the version number of the new release on <a
 href="https://reporter.apache.org/addrelease.html?subversion";
->reporter.apache.org</a>. (Can we automate that?)</p>
+>reporter.apache.org</a>. The following command 
+<pre>
+curl -u <b>USERNAME</b> "https://reporter.apache.org/addrelease.py?date=`date 
+%s`&committee=subversion&version=<b>VERSION</b>&xdate=`date +%F`"
+</pre>
+will add the release, it should probably be added to release.py.</p>
 
 </div> <!-- releasing-upload -->
 

Propchange: subversion/site/publish/index.html
------------------------------------------------------------------------------
  Merged /subversion/site/staging/index.html:r1898162

Modified: subversion/site/publish/mailing-lists.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=1915353&r1=1915352&r2=1915353&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Sun Jan 21 16:40:17 2024
@@ -380,8 +380,11 @@ delay for your post to appear (see below
         </tr>
         <tr>
           <td><strong>Archives:</strong></td>
-          <td>Not public.<br/>
-              Only <a 
href="https://mail-search.apache.org/pmc/private-arch/subversion-private/";>full 
committers</a> and <a 
href="https://mail-search.apache.org/pmc/private-arch/subversion-private/";>ASF 
Members</a> have access.</td>
+          <td><ul class="nobullet">
+              <li><a 
href="https://lists.apache.org/list.html?priv...@subversion.apache.org";
+                  >lists.apache.org</a> (searchable, not public)</li>
+              </ul>
+              Only full committers and ASF Members have access.</td>
         </tr>
         </tbody>
       </table>
@@ -469,6 +472,27 @@ delay for your post to appear (see below
 </div> <!-- #archives -->
 
 
+<div class="h2" id="downloading">
+<h2>Downloading mbox files
+  <a class="sectionlink" href="#downloading"
+    title="Link to this section">&para;</a>
+</h2>
+
+<p>If you want to download the archives as mbox files, you can do this
+   from <a href="https://lists.apache.org";>lists.apache.org</a> (use
+   the download link in the upper right).</p>
+
+<p>If you want to download the mbox files regularly, you can use the
+   following url:
+   
+<pre>https://lists.apache.org/api/mbox.lua?list=dev&domain=subversion.apache.org&d=2022-12</pre>
+
+   Replace the list argument with the name of the list in the table above
+   and change the year/date.</p>
+
+</div> <!-- #downloading -->
+
+
 <div class="h2" id="announcements">
 <h2>Announcements
   <a class="sectionlink" href="#announcements"

Propchange: subversion/site/publish/news.html
------------------------------------------------------------------------------
  Merged /subversion/site/staging/news.html:r1898162

Propchange: subversion/site/publish/roadmap.html
------------------------------------------------------------------------------
  Merged /subversion/site/staging/roadmap.html:r1898162


Reply via email to