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
2660609c
Commit
2660609c
authored
Dec 20, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(build): adds scripts for only uploading to testing
parent
ba96b88b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
packaging/publish/publish_both.sh
+0
-0
packaging/publish/publish_testing.sh
+14
-0
No files found.
packaging/publish/publish.sh
→
packaging/publish/publish
_both
.sh
View file @
2660609c
File moved
packaging/publish/publish_testing.sh
0 → 100644
View file @
2660609c
#! /usr/bin/env bash
deb_ver
=
4.0.2-1481203731
rpm_ver
=
4.0.2-1481203731
wget https://grafanarel.s3.amazonaws.com/builds/grafana_
${
deb_ver
}
_amd64.deb
package_cloud push grafana/testing/debian/jessie grafana_
${
deb_ver
}
_amd64.deb
package_cloud push grafana/testing/debian/wheezy grafana_
${
deb_ver
}
_amd64.deb
wget https://grafanarel.s3.amazonaws.com/builds/grafana-
${
rpm_ver
}
.x86_64.rpm
package_cloud push grafana/testing/el/6 grafana-
${
rpm_ver
}
.x86_64.rpm
package_cloud push grafana/testing/el/7 grafana-
${
rpm_ver
}
.x86_64.rpm
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