Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
0acda4e8
Commit
0acda4e8
authored
Mar 02, 2013
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc/dashboard/app: make the builders test go.talks and go.exp
R=golang-dev, r CC=golang-dev
https://golang.org/cl/7419048
parent
831db8d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
build.go
misc/dashboard/app/build/build.go
+1
-1
init.go
misc/dashboard/app/build/init.go
+2
-0
No files found.
misc/dashboard/app/build/build.go
View file @
0acda4e8
...
@@ -188,7 +188,7 @@ func partsToHash(c *Commit, p []string) *Result {
...
@@ -188,7 +188,7 @@ func partsToHash(c *Commit, p []string) *Result {
//
//
// Each Result entity is a descendant of its associated Commit entity.
// Each Result entity is a descendant of its associated Commit entity.
type
Result
struct
{
type
Result
struct
{
Builder
string
// "
arch-os
[-note]"
Builder
string
// "
os-arch
[-note]"
Hash
string
Hash
string
PackagePath
string
// (empty for Go commits)
PackagePath
string
// (empty for Go commits)
...
...
misc/dashboard/app/build/init.go
View file @
0acda4e8
...
@@ -24,6 +24,8 @@ var subRepos = []string{
...
@@ -24,6 +24,8 @@ var subRepos = []string{
"crypto"
,
"crypto"
,
"image"
,
"image"
,
"net"
,
"net"
,
"talks"
,
"exp"
,
}
}
// Put subRepos into defaultPackages.
// Put subRepos into defaultPackages.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment