-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change adds the concept of gomote groups into the CLI, where the user may manage one or more gomotes with a shorter set of commands. The gomote command manages the necessary state for each group. This change adds the group subcommand which allows for creating and destroying groups, and also adds global group tracking across all the other subcommands. For now, this CL does essentially nothing other than add groups to the CLI. The groups are effectively non-functional as all subcommands fail when there's an active group specified. Follow-up CLs will incrementally enable group support across these subcommands. For golang/go#53956. Change-Id: I4d4d7c4f8aebfe8640fd68a9c6f8ec1211693efd Reviewed-on: https://go-review.googlesource.com/c/build/+/418154 Reviewed-by: Carlos Amedee <[email protected]> Run-TryBot: Michael Knyszek <[email protected]> Auto-Submit: Michael Knyszek <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information
Showing
13 changed files
with
451 additions
and
26 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
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 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 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
Oops, something went wrong.