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:34:15 UTC

svn commit: r789068 - in /websites/staging/opennlp/trunk/cgi-bin: ./ download.cgi

Author: buildbot
Date: Mon May  2 17:34:15 2011
New Revision: 789068

Log:
Staging update by buildbot

Added:
    websites/staging/opennlp/trunk/cgi-bin/
    websites/staging/opennlp/trunk/cgi-bin/download.cgi   (with props)

Added: websites/staging/opennlp/trunk/cgi-bin/download.cgi
==============================================================================
--- websites/staging/opennlp/trunk/cgi-bin/download.cgi (added)
+++ websites/staging/opennlp/trunk/cgi-bin/download.cgi Mon May  2 17:34:15 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: websites/staging/opennlp/trunk/cgi-bin/download.cgi
------------------------------------------------------------------------------
    svn:executable = *