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
82c98a5f
Commit
82c98a5f
authored
Nov 23, 2018
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: packages linked to dl.grafana.com.
parent
1949c8eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scripts/build/release_publisher/main.go
+3
-3
No files found.
scripts/build/release_publisher/main.go
View file @
82c98a5f
...
@@ -41,12 +41,12 @@ func main() {
...
@@ -41,12 +41,12 @@ func main() {
var
builder
releaseBuilder
var
builder
releaseBuilder
var
product
string
var
product
string
archiveProviderRoot
:=
"https://
s3-us-west-2.amazonaws
.com"
archiveProviderRoot
:=
"https://
dl.grafana
.com"
buildArtifacts
:=
completeBuildArtifactConfigurations
buildArtifacts
:=
completeBuildArtifactConfigurations
if
enterprise
{
if
enterprise
{
product
=
"grafana-enterprise"
product
=
"grafana-enterprise"
baseUrl
=
createBaseUrl
(
archiveProviderRoot
,
"
grafana-enterprise-releases
"
,
product
,
nightly
)
baseUrl
=
createBaseUrl
(
archiveProviderRoot
,
"
enterprise
"
,
product
,
nightly
)
var
err
error
var
err
error
buildArtifacts
,
err
=
filterBuildArtifacts
([]
artifactFilter
{
buildArtifacts
,
err
=
filterBuildArtifacts
([]
artifactFilter
{
{
os
:
"deb"
,
arch
:
"amd64"
},
{
os
:
"deb"
,
arch
:
"amd64"
},
...
@@ -61,7 +61,7 @@ func main() {
...
@@ -61,7 +61,7 @@ func main() {
}
else
{
}
else
{
product
=
"grafana"
product
=
"grafana"
baseUrl
=
createBaseUrl
(
archiveProviderRoot
,
"
grafana-release
s"
,
product
,
nightly
)
baseUrl
=
createBaseUrl
(
archiveProviderRoot
,
"
os
s"
,
product
,
nightly
)
}
}
if
fromLocal
{
if
fromLocal
{
...
...
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