You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/06/01 21:55:38 UTC

[lucy-commits] svn commit: r1130278 - /incubator/lucy/site/trunk/content/lucy/download.cgi

Author: marvin
Date: Wed Jun  1 19:55:38 2011
New Revision: 1130278

URL: http://svn.apache.org/viewvc?rev=1130278&view=rev
Log:
Add download.cgi page per instructions.

This is a direct copy of content taken from
<http://www.apache.org/dev/release-download-pages.html>.  It will wrap the
content of download.html and provide proper links.

Added:
    incubator/lucy/site/trunk/content/lucy/download.cgi   (with props)

Added: incubator/lucy/site/trunk/content/lucy/download.cgi
URL: http://svn.apache.org/viewvc/incubator/lucy/site/trunk/content/lucy/download.cgi?rev=1130278&view=auto
==============================================================================
--- incubator/lucy/site/trunk/content/lucy/download.cgi (added)
+++ incubator/lucy/site/trunk/content/lucy/download.cgi Wed Jun  1 19:55:38 2011
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $\*

Propchange: incubator/lucy/site/trunk/content/lucy/download.cgi
------------------------------------------------------------------------------
    svn:executable = *