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

Unified Diff: deploytool/cmd/luci_deploy/config.go

Issue 2182213002: deploytool: Add README.md, migrate docs to it. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Rename to "luci_deploy" Created 4 years, 5 months 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 | « deploytool/cmd/luci_deploy/checkout.go ('k') | deploytool/cmd/luci_deploy/deploy.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deploytool/cmd/luci_deploy/config.go
diff --git a/deploytool/cmd/config.go b/deploytool/cmd/luci_deploy/config.go
similarity index 96%
rename from deploytool/cmd/config.go
rename to deploytool/cmd/luci_deploy/config.go
index 63f00becc63942d3774ace7eb0507f319d385f33..9846e3d9593acdf92883c5f7303446ff589245e3 100644
--- a/deploytool/cmd/config.go
+++ b/deploytool/cmd/luci_deploy/config.go
@@ -15,7 +15,7 @@ import (
"golang.org/x/net/context"
)
-const userCfgName = ".luci_deploytool"
+const userCfgName = ".luci_deploy.cfg"
func loadUserConfig(c context.Context, cfg *deploy.UserConfig) error {
path, err := homedir.Dir()
« no previous file with comments | « deploytool/cmd/luci_deploy/checkout.go ('k') | deploytool/cmd/luci_deploy/deploy.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698