You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/26 20:48:25 UTC

svn commit: r1450372 - /commons/proper/collections/trunk/src/site/resources/download_collections.cgi

Author: tn
Date: Tue Feb 26 19:48:25 2013
New Revision: 1450372

URL: http://svn.apache.org/r1450372
Log:
Add download_collections.cgi to site/resources.

Added:
    commons/proper/collections/trunk/src/site/resources/download_collections.cgi

Added: commons/proper/collections/trunk/src/site/resources/download_collections.cgi
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/resources/download_collections.cgi?rev=1450372&view=auto
==============================================================================
--- commons/proper/collections/trunk/src/site/resources/download_collections.cgi (added)
+++ commons/proper/collections/trunk/src/site/resources/download_collections.cgi Tue Feb 26 19:48:25 2013
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file