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

svn commit: r789067 - /websites/staging/opennlp/trunk/content/opennlp/download.cgi

Author: buildbot
Date: Mon May  2 17:27:29 2011
New Revision: 789067

Log:
Staging update by buildbot

Added:
    websites/staging/opennlp/trunk/content/opennlp/download.cgi

Added: websites/staging/opennlp/trunk/content/opennlp/download.cgi
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/download.cgi (added)
+++ websites/staging/opennlp/trunk/content/opennlp/download.cgi Mon May  2 17:27:29 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