You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/05/02 19:34:08 UTC

svn commit: r1098678 - /incubator/opennlp/site/trunk/cgi-bin/download.cgi

Author: joern
Date: Mon May  2 17:34:07 2011
New Revision: 1098678

URL: http://svn.apache.org/viewvc?rev=1098678&view=rev
Log:
OPENNLP-162 Added download.cgi script

Added:
    incubator/opennlp/site/trunk/cgi-bin/download.cgi   (with props)

Added: incubator/opennlp/site/trunk/cgi-bin/download.cgi
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/cgi-bin/download.cgi?rev=1098678&view=auto
==============================================================================
--- incubator/opennlp/site/trunk/cgi-bin/download.cgi (added)
+++ incubator/opennlp/site/trunk/cgi-bin/download.cgi Mon May  2 17:34:07 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 $\*
\ No newline at end of file

Propchange: incubator/opennlp/site/trunk/cgi-bin/download.cgi
------------------------------------------------------------------------------
    svn:executable = *