> On Mar 9, 2020, at 3:18 AM, Bertrand Delacretaz <bdelacre...@codeconsult.ch> 
> wrote:
> 
> Hi,
> 
> On Wed, Mar 4, 2020 at 10:15 AM Justin Mclean <jus...@classsoftware.com> 
> wrote:
>> The new URL to use is https://downloads.apache.org. ...

The clutch analysis for each podling now refers to downloads.apache.org.

Index: clutch2.py
===================================================================
--- clutch2.py  (revision 1875041)
+++ clutch2.py  (working copy)
@@ -779,7 +779,7 @@
         file = fields[-1]
         if file:
             if re.search('KEYS(\.txt)?$', file):
-                keysList[podling] = 
"{0}/{1}".format("https://www.apache.org/dist/incubator";, line)
+                keysList[podling] = 
"{0}/{1}".format("https://downloads.apache.org/incubator";, line)
             if re.search('\.(asc|sig)$', file, flags=re.IGNORECASE):
                 path = "/".join(fields[1:])
                 if optionVerbose:
@@ -1131,7 +1131,7 @@
 
     # See if they have a distribution area yet.
     for nameDist in projects[k]['resourceNames']:
-        urlDist = "https://www.apache.org/dist/incubator/{0}/".format(nameDist)
+        urlDist = 
"https://downloads.apache.org/incubator/{0}/".format(nameDist)
         urlMirror = 
"https://www.apache.org/dyn/closer.lua/incubator/{0}/".format(nameDist)
         urlDistSVN = 
"https://dist.apache.org/repos/dist/release/incubator/{0}".format(nameDist)
         if nameDist in distareas:
Index: clutch2status.py
===================================================================
--- clutch2status.py    (revision 1875041)
+++ clutch2status.py    (working copy)
@@ -205,8 +205,8 @@
             print("",file=f)
             print("| *{0}{1}[Download]* | *{2}{3}.asc[Signature]* | 
*{4}{5}.{6}[Hash]* | {7}".format(
                   "https://www.apache.org/dyn/closer.lua/incubator/";, path,
-                  "https://www.apache.org/dist/incubator/";, path,
-                  "https://www.apache.org/dist/incubator/";, path, 
projects[k]['releases'][r]['hash'],
+                  "https://downloads.apache.org/incubator/";, path,
+                  "https://downloads.apache.org/incubator/";, path, 
projects[k]['releases'][r]['hash'],
                   r),file=f)
             print("-- Filesize: 
{0}".format(humanbytes(float(projects[k]['releases'][r]['size']))),file=f)
             print("-- Released: {0} by {1} in {2}".format(

> 
> FWIW, https://blogs.apache.org/infra/entry/more-secure-and-robust-downloads
> has more info.
> 
> -Bertrand
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to