From b3b16f73c21e64e46843c5663bd527c03d245c7d Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 21 Aug 2013 19:33:55 +0200 Subject: [PATCH] buildbot: use make.go Change-Id: I76544d7e0601be9a5bc2b9378a29db6c97894d76 --- 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 bbfb05791..5de2d08d1 100644 --- a/misc/buildbot/bot.go +++ b/misc/buildbot/bot.go @@ -97,7 +97,7 @@ var NameToCmd = map[string]string{ "prepRepo7": "git pull", "prepRepo8": "git rev-parse HEAD", "buildGoTip1": "./make.bash", - "buildCamli1": "make forcefull", + "buildCamli1": "go run make.go -v", "buildCamli2": "go build -o devcam ./dev/devcam/", "buildCamli3": "make presubmit", "runCamli": "./devcam server --wipe --mysql",