From b8a8e860120ffdf1b38e03a2cd5b582702e9a8e4 Mon Sep 17 00:00:00 2001 From: mpl Date: Mon, 24 Dec 2012 02:14:06 +0100 Subject: [PATCH] buildbot: now hits on http://localhost:3179/ui/new/ since home.html gone Change-Id: I58d2f5b7fc06fc326e08d95daa69a1e6e5bd2753 --- misc/buildbot/bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/buildbot/bot.go b/misc/buildbot/bot.go index d67366131..387a96f49 100644 --- a/misc/buildbot/bot.go +++ b/misc/buildbot/bot.go @@ -117,7 +117,7 @@ var Cmds = []string{ "make presubmit", "./dev-server --wipe --mysql", "http://localhost:3179/ui/", - "http://localhost:3179/ui/new/home.html", + "http://localhost:3179/ui/new/", "./dev-camput file --permanode " + testFile, "./dev-camget ", "./dev-camget ",