Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
6e7813f2
Commit
6e7813f2
authored
Feb 15, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(build): move grafana into grafana-server
parent
da8782a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
build.go
+1
-1
pkg/cmd/grafana-server/main.go
+1
-2
pkg/cmd/grafana-server/web.go
+1
-1
No files found.
build.go
View file @
6e7813f2
...
...
@@ -63,7 +63,7 @@ func main() {
setup
()
case
"build"
:
pkg
:=
"."
pkg
:=
".
/pkg/cmd/grafana-server
"
clean
()
build
(
pkg
,
[]
string
{})
...
...
main.go
→
pkg/cmd/grafana-server/
main.go
View file @
6e7813f2
...
...
@@ -12,7 +12,6 @@ import (
"syscall"
"time"
"github.com/grafana/grafana/pkg/cmd"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/login"
"github.com/grafana/grafana/pkg/metrics"
...
...
@@ -74,7 +73,7 @@ func main() {
go
metrics
.
StartUsageReportLoop
()
}
cmd
.
StartServer
()
StartServer
()
exitChan
<-
0
}
...
...
pkg/cmd/web.go
→
pkg/cmd/
grafana-server/
web.go
View file @
6e7813f2
// Copyright 2014 Unknwon
// Copyright 2014 Torkel Ödegaard
package
cmd
package
main
import
(
"fmt"
...
...
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