devapp/owners: add owners for build, debug, gccgo, tools, and go/src/cmd/asm

These components have had recent activity in the issue tracker, so
it's helpful to add explicit owners, even if their primary role as
such is to dispatch issues to more-specific owners who are not yet
listed.

Updates golang/go#27586

Change-Id: Ib77b6d1d02b49b9709f1f58797acf2b64ce95e48
Reviewed-on: https://go-review.googlesource.com/c/build/+/172278
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index b2acb11..7b41bfa 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -76,6 +76,14 @@
 		Primary: []Owner{cherryyz},
 	},
 
+	"build": {
+		Primary: []Owner{dmitshur, bradfitz, andybons},
+	},
+	"build/maintner/cmd/maintserve": {
+		Primary:   []Owner{dmitshur},
+		Secondary: []Owner{andybons},
+	},
+
 	"crypto": {
 		Primary:   []Owner{filippo},
 		Secondary: []Owner{agl},
@@ -85,6 +93,15 @@
 		Secondary: []Owner{filippo},
 	},
 
+	"debug": {
+		Secondary: []Owner{hyangah, khr},
+	},
+
+	"gccgo": {
+		Primary:   []Owner{iant},
+		Secondary: []Owner{thanm, cherryyz},
+	},
+
 	"go/src/archive/tar": {
 		Primary: []Owner{joetsai},
 	},
@@ -100,6 +117,9 @@
 		Primary:   []Owner{},
 		Secondary: []Owner{bradfitz, iant},
 	},
+	"go/src/cmd/asm": {
+		Primary: []Owner{cherryyz},
+	},
 	"go/src/cmd/compile": {
 		Primary:   []Owner{khr, gri},
 		Secondary: []Owner{josharian, mdempsky, martisch},
@@ -288,6 +308,11 @@
 	"go/src/go/internal/gcimporter": {
 		Primary: []Owner{gri},
 	},
+	// go/packages doesn't exist yet, but x/tools/go/packages has been proposed to
+	// move there and many issues already refer to the new path.
+	"go/src/go/packages": {
+		Primary: []Owner{matloob},
+	},
 	"go/src/go/parser": {
 		Primary: []Owner{gri},
 	},
@@ -537,11 +562,6 @@
 		Primary: []Owner{gri},
 	},
 
-	"build/maintner/cmd/maintserve": {
-		Primary:   []Owner{dmitshur},
-		Secondary: []Owner{andybons},
-	},
-
 	"gofrontend": {
 		Primary:   []Owner{iant},
 		Secondary: []Owner{thanm},
@@ -627,6 +647,9 @@
 	"tools/internal/lsp": {
 		Primary: []Owner{rstambler, iancottrell},
 	},
+	"tools": {
+		Primary: []Owner{iancottrell},
+	},
 	"playground": {
 		Secondary: []Owner{ysmolsky},
 	},