forked from vmware-archive/admiral
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize cli build, use submodules for deps
Change-Id: I98805df2c26e6f4c6044faf9296af356f8848f55 Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/9619 Compute-Verified: jenkins <[email protected]> Upgrade-Verified: jenkins <[email protected]> CS-Verified: jenkins <[email protected]> Closures-Verified: jenkins <[email protected]> Bellevue-Verified: jenkins <[email protected]> Reviewed-by: Angel Ivanov <[email protected]>
- Loading branch information
Showing
11 changed files
with
57 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[submodule "cli/src/github.com/inconshreveable/mousetrap"] | ||
path = cli/src/github.com/inconshreveable/mousetrap | ||
url = https://github.com/inconshreveable/mousetrap.git | ||
|
||
[submodule "cli/src/github.com/mitchellh/go-homedir"] | ||
path = cli/src/github.com/mitchellh/go-homedir | ||
url = https://github.com/mitchellh/go-homedir.git | ||
|
||
[submodule "cli/src/github.com/spf13/cobra"] | ||
path = cli/src/github.com/spf13/cobra | ||
url = https://github.com/spf13/cobra.git | ||
|
||
[submodule "cli/src/github.com/spf13/pflag"] | ||
path = cli/src/github.com/spf13/pflag | ||
url = https://github.com/spf13/pflag.git | ||
|
||
[submodule "cli/src/golang.org/x/crypto"] | ||
path = cli/src/golang.org/x/crypto | ||
url = https://github.com/golang/crypto.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
bin | ||
src/bin | ||
src/github.com | ||
src/golang.org | ||
pkg | ||
bin/ | ||
pkg/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule go-homedir
added at
756f7b
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.