Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: master.nacl.ppapi/public_html/index.html

Issue 5329006: Delete obsolete masters from tools/buildbot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « master.nacl.ppapi/public_html/favicon.ico ('k') | master.nacl.ppapi/run_master.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master.nacl.ppapi/public_html/index.html
===================================================================
--- master.nacl.ppapi/public_html/index.html (revision 67605)
+++ master.nacl.ppapi/public_html/index.html (working copy)
@@ -1,15 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<title>BuildBot Index page</title>
-<script>
- var location_no_index = location.href.replace("index.html","");
- var location_no_slash = location_no_index.replace(/\/$/g,"");
- var new_location = location_no_slash.replace(/$/g, "/console");
- document.write("<meta http-equiv='REFRESH' content='0;url=" + new_location + "'>");
-</script>
-</HEAD>
-<BODY>
-</BODY>
-</HTML>
-
« no previous file with comments | « master.nacl.ppapi/public_html/favicon.ico ('k') | master.nacl.ppapi/run_master.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698