You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by wa...@apache.org on 2019/04/02 17:59:42 UTC

svn commit: r1856836 - /incubator/public/trunk/clutch2status.py

Author: wave
Date: Tue Apr  2 17:59:42 2019
New Revision: 1856836

URL: http://svn.apache.org/viewvc?rev=1856836&view=rev
Log:
Fix download URL so it resolves to download directory (not top level)

Modified:
    incubator/public/trunk/clutch2status.py

Modified: incubator/public/trunk/clutch2status.py
URL: http://svn.apache.org/viewvc/incubator/public/trunk/clutch2status.py?rev=1856836&r1=1856835&r2=1856836&view=diff
==============================================================================
--- incubator/public/trunk/clutch2status.py (original)
+++ incubator/public/trunk/clutch2status.py Tue Apr  2 17:59:42 2019
@@ -204,7 +204,7 @@ for k in projects:
             print("==== {0}: {1}".format(j,r),file=f)
             print("",file=f)
             print("| *{0}{1}[Download]* | *{2}{3}.asc[Signature]* | *{4}{5}.{6}[Hash]* | {7}".format(
-                  "https://www.apache.org/dyn/closer.lua?filename=incubator/", path,
+                  "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'],
                   r),file=f)



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org