You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2012/04/27 12:11:27 UTC

svn commit: r814720 - in /websites/staging/directory/trunk/content: ./ studio/download/

Author: buildbot
Date: Fri Apr 27 10:11:27 2012
New Revision: 814720

Log:
Staging update by buildbot for directory

Added:
    websites/staging/directory/trunk/content/studio/download/download-linux.cgi   (with props)
    websites/staging/directory/trunk/content/studio/download/download-macosx.cgi   (with props)
    websites/staging/directory/trunk/content/studio/download/download-sources.cgi   (with props)
    websites/staging/directory/trunk/content/studio/download/download-windows.cgi   (with props)
Removed:
    websites/staging/directory/trunk/content/studio/download/download.cgi
Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/studio/download/.htaccess

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr 27 10:11:27 2012
@@ -1 +1 @@
-1331329
+1331331

Modified: websites/staging/directory/trunk/content/studio/download/.htaccess
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/.htaccess (original)
+++ websites/staging/directory/trunk/content/studio/download/.htaccess Fri Apr 27 10:11:27 2012
@@ -2,7 +2,7 @@ RewriteEngine on
 
 RewriteBase /studio/download/
 
-RewriteRule ^download-linux.html$ download.cgi [L]
-RewriteRule ^download-macosx.html$ download.cgi [L]
-RewriteRule ^download-sources.html$ download.cgi [L]
-RewriteRule ^download-windows.html$ download.cgi [L]
\ No newline at end of file
+RewriteRule ^download-linux.html$ download-linux.cgi [L]
+RewriteRule ^download-macosx.html$ download-macosx.cgi [L]
+RewriteRule ^download-sources.html$ download-sources.cgi [L]
+RewriteRule ^download-windows.html$ download-windows.cgi [L]
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/download/download-linux.cgi
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-linux.cgi (added)
+++ websites/staging/directory/trunk/content/studio/download/download-linux.cgi Fri Apr 27 10:11:27 2012
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: websites/staging/directory/trunk/content/studio/download/download-linux.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/studio/download/download-macosx.cgi
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-macosx.cgi (added)
+++ websites/staging/directory/trunk/content/studio/download/download-macosx.cgi Fri Apr 27 10:11:27 2012
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: websites/staging/directory/trunk/content/studio/download/download-macosx.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/studio/download/download-sources.cgi
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-sources.cgi (added)
+++ websites/staging/directory/trunk/content/studio/download/download-sources.cgi Fri Apr 27 10:11:27 2012
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: websites/staging/directory/trunk/content/studio/download/download-sources.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/directory/trunk/content/studio/download/download-windows.cgi
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-windows.cgi (added)
+++ websites/staging/directory/trunk/content/studio/download/download-windows.cgi Fri Apr 27 10:11:27 2012
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: websites/staging/directory/trunk/content/studio/download/download-windows.cgi
------------------------------------------------------------------------------
    svn:executable = *