mirror of https://github.com/perkeep/perkeep.git
camlibot: run in staticres mode until closureRoot works
Change-Id: I24252453e1935d9e7308512c705f8ca6e3fda01b
This commit is contained in:
parent
40b4485b9e
commit
7efc0d131e
|
@ -94,7 +94,7 @@ var NameToCmd = map[string]string{
|
|||
"buildGoTip1": "./make.bash",
|
||||
"buildCamli1": "make forcefull",
|
||||
"buildCamli2": "make presubmit",
|
||||
"runCamli": "./dev-server --wipe --mysql --offline",
|
||||
"runCamli": "./dev-server --wipe --mysql --staticres --offline",
|
||||
"hitCamliUi1": "http://localhost:3179/ui/",
|
||||
"camget": "./dev-camget ",
|
||||
"camput1": "./dev-camput file --permanode " + testFile[0],
|
||||
|
|
Loading…
Reference in New Issue