You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2011/11/03 00:46:12 UTC

svn commit: r1196871 - /jmeter/trunk/xdocs/download_jmeter.cgi

Author: sebb
Date: Wed Nov  2 23:46:12 2011
New Revision: 1196871

URL: http://svn.apache.org/viewvc?rev=1196871&view=rev
Log:
Needs to be added to xdocs as well

Added:
    jmeter/trunk/xdocs/download_jmeter.cgi   (with props)

Added: jmeter/trunk/xdocs/download_jmeter.cgi
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/download_jmeter.cgi?rev=1196871&view=auto
==============================================================================
--- jmeter/trunk/xdocs/download_jmeter.cgi (added)
+++ jmeter/trunk/xdocs/download_jmeter.cgi Wed Nov  2 23:46:12 2011
@@ -0,0 +1,7 @@
+#!/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: jmeter/trunk/xdocs/download_jmeter.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jmeter/trunk/xdocs/download_jmeter.cgi
------------------------------------------------------------------------------
    svn:executable = *