You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/14 19:22:52 UTC

svn commit: r846639 - in /websites/production/geronimo/content: geronimo-eclipse-update--xml.cgi geronimo-eclipse-update--xml.html

Author: gawor
Date: Mon Jan 14 18:22:52 2013
New Revision: 846639

Log:
import devtools files

Added:
    websites/production/geronimo/content/geronimo-eclipse-update--xml.cgi   (with props)
    websites/production/geronimo/content/geronimo-eclipse-update--xml.html   (with props)

Added: websites/production/geronimo/content/geronimo-eclipse-update--xml.cgi
==============================================================================
--- websites/production/geronimo/content/geronimo-eclipse-update--xml.cgi (added)
+++ websites/production/geronimo/content/geronimo-eclipse-update--xml.cgi Mon Jan 14 18:22:52 2013
@@ -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 $* 

Propchange: websites/production/geronimo/content/geronimo-eclipse-update--xml.cgi
------------------------------------------------------------------------------
    svn:executable = 

Added: websites/production/geronimo/content/geronimo-eclipse-update--xml.html
==============================================================================
--- websites/production/geronimo/content/geronimo-eclipse-update--xml.html (added)
+++ websites/production/geronimo/content/geronimo-eclipse-update--xml.html Mon Jan 14 18:22:52 2013
@@ -0,0 +1,16 @@
+<mirrors>
+<mirror url="[preferred]/geronimo/eclipse/updates/"
+label="Recommended mirror: [preferred]"/>
+[if-any http]
+  [for http]
+    <mirror url="[http]/geronimo/eclipse/updates/"
+      label="[http]"/>
+  [end]
+[end]
+[if-any backup]
+  [for backup]
+    <mirror url="[backup]/geronimo/eclipse/updates/"
+      label="Backup mirror: [backup]"/>
+  [end]
+[end]
+</mirrors>

Propchange: websites/production/geronimo/content/geronimo-eclipse-update--xml.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/geronimo/content/geronimo-eclipse-update--xml.html
------------------------------------------------------------------------------
    svn:executable = 

Propchange: websites/production/geronimo/content/geronimo-eclipse-update--xml.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: websites/production/geronimo/content/geronimo-eclipse-update--xml.html
------------------------------------------------------------------------------
    svn:mime-type = text/html