build(): updated build version

This commit is contained in:
Torkel Ödegaard
2016-03-30 22:30:41 -07:00
parent d3a4b7a799
commit 2bf305b177
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"company": "Coding Instinct AB" "company": "Coding Instinct AB"
}, },
"name": "grafana", "name": "grafana",
"version": "3.0.0-pre", "version": "3.0.0-beta1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/grafana/grafana.git" "url": "http://github.com/grafana/grafana.git"

View File

@@ -1,11 +1,11 @@
#! /usr/bin/env bash #! /usr/bin/env bash
deb_ver=3.0.0-pre1459365183 deb_ver=3.0.0-pre1459399258
rpm_ver=3.0.0-pre1459365183 rpm_ver=3.0.0-pre1459399258
#rpm_ver=3.0.0-1 #rpm_ver=3.0.0-1
# wget https://grafanarel.s3.amazonaws.com/builds/grafana_${deb_ver}_amd64.deb #wget https://grafanarel.s3.amazonaws.com/builds/grafana_${deb_ver}_amd64.deb
# package_cloud push grafana/stable/debian/jessie grafana_${deb_ver}_amd64.deb # package_cloud push grafana/stable/debian/jessie grafana_${deb_ver}_amd64.deb
# package_cloud push grafana/stable/debian/wheezy grafana_${deb_ver}_amd64.deb # package_cloud push grafana/stable/debian/wheezy grafana_${deb_ver}_amd64.deb