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
15ece1da
Commit
15ece1da
authored
Oct 05, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes go version to 1.9.1
parent
69b0e635
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
appveyor.yml
+1
-1
circle.yml
+1
-1
docs/sources/project/building_from_source.md
+1
-1
scripts/build/Dockerfile
+3
-3
No files found.
appveyor.yml
View file @
15ece1da
...
@@ -7,7 +7,7 @@ clone_folder: c:\gopath\src\github.com\grafana\grafana
...
@@ -7,7 +7,7 @@ clone_folder: c:\gopath\src\github.com\grafana\grafana
environment
:
environment
:
nodejs_version
:
"
6"
nodejs_version
:
"
6"
GOPATH
:
c:\gopath
GOPATH
:
c:\gopath
GOVERSION
:
1.9
GOVERSION
:
1.9
.1
install
:
install
:
-
rmdir c:\go /s /q
-
rmdir c:\go /s /q
...
...
circle.yml
View file @
15ece1da
...
@@ -9,7 +9,7 @@ machine:
...
@@ -9,7 +9,7 @@ machine:
GOPATH
:
"
/home/ubuntu/.go_workspace"
GOPATH
:
"
/home/ubuntu/.go_workspace"
ORG_PATH
:
"
github.com/grafana"
ORG_PATH
:
"
github.com/grafana"
REPO_PATH
:
"
${ORG_PATH}/grafana"
REPO_PATH
:
"
${ORG_PATH}/grafana"
GODIST
:
"
go1.9.linux-amd64.tar.gz"
GODIST
:
"
go1.9.
1.
linux-amd64.tar.gz"
post
:
post
:
-
mkdir -p ~/download
-
mkdir -p ~/download
-
mkdir -p ~/docker
-
mkdir -p ~/docker
...
...
docs/sources/project/building_from_source.md
View file @
15ece1da
...
@@ -13,7 +13,7 @@ dev environment. Grafana ships with its own required backend server; also comple
...
@@ -13,7 +13,7 @@ dev environment. Grafana ships with its own required backend server; also comple
## Dependencies
## Dependencies
-
[
Go 1.9
](
https://golang.org/dl/
)
-
[
Go 1.9
.1
](
https://golang.org/dl/
)
-
[
NodeJS LTS
](
https://nodejs.org/download/
)
-
[
NodeJS LTS
](
https://nodejs.org/download/
)
-
[
Git
](
https://git-scm.com/downloads
)
-
[
Git
](
https://git-scm.com/downloads
)
...
...
scripts/build/Dockerfile
View file @
15ece1da
...
@@ -23,10 +23,10 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && \
...
@@ -23,10 +23,10 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && \
RUN
wget https://dl.yarnpkg.com/rpm/yarn.repo
-O
/etc/yum.repos.d/yarn.repo
&&
\
RUN
wget https://dl.yarnpkg.com/rpm/yarn.repo
-O
/etc/yum.repos.d/yarn.repo
&&
\
yum install
-y
yarn
--nogpgcheck
&&
\
yum install
-y
yarn
--nogpgcheck
&&
\
wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz
&&
\
wget https://storage.googleapis.com/golang/go1.9.
1.
linux-amd64.tar.gz
&&
\
tar
-C
/usr/local
-xzf
go1.9.linux-amd64.tar.gz
tar
-C
/usr/local
-xzf
go1.9.
1.
linux-amd64.tar.gz
ENV
GOLANG_VERSION 1.9
ENV
GOLANG_VERSION 1.9
.1
ENV
PATH /usr/local/go/bin:$PATH
ENV
PATH /usr/local/go/bin:$PATH
RUN
mkdir
-p
/go/src /go/bin
&&
chmod
-R
777 /go
RUN
mkdir
-p
/go/src /go/bin
&&
chmod
-R
777 /go
...
...
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