You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lg...@apache.org on 2010/05/19 17:31:31 UTC

svn commit: r946221 - in /subversion/site/publish/buildbot: ./ index.html

Author: lgo
Date: Wed May 19 15:31:30 2010
New Revision: 946221

URL: http://svn.apache.org/viewvc?rev=946221&view=rev
Log:
Add page at http://subversion.apache.org/buildbot/ that redirects to the
buildbot waterfall page with only the subversion specific build slaves.

Suggested by: rhuijben

* site/publish/buildbot
* site/publish/buildbot/index.html: New file. Redirects to the buildbot waterfall
page at ci.apache.org, but with the list of slaves limited to those 6 building
the Subversion code.


Added:
    subversion/site/publish/buildbot/
    subversion/site/publish/buildbot/index.html   (with props)

Added: subversion/site/publish/buildbot/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/buildbot/index.html?rev=946221&view=auto
==============================================================================
--- subversion/site/publish/buildbot/index.html (added)
+++ subversion/site/publish/buildbot/index.html Wed May 19 15:31:30 2010
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Apache Subversion</title>
+  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+  <meta http-equiv="Refresh" content="0; url=http://ci.apache.org/waterfall?show=svn-x86-macosx-gnu%20shared&show=svn-x86-macosx-gnu%20shared%20daily%20ra_serf&show=svn-slik-w2k3-x64-local&show=svn-slik-w2k3-x64-ra&show=svn-x64-centos%20gcc&show=svn-x64-ubuntu%20gcc&show=svn-debian-x86_64-32%20shared%20gcc">
+  <style type="text/css">
+    @import url("/style/site.css");
+  </style>
+</head>
+<body>
+  <p>Automatically redirecting you to the Subversion-specific buildbot waterfall page.</p>
+</body>
+</html>

Propchange: subversion/site/publish/buildbot/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/publish/buildbot/index.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: subversion/site/publish/buildbot/index.html
------------------------------------------------------------------------------
    svn:mime-type = text/html