浏览代码

tech(build): changes build for 4.1 release

bergquist 9 年之前
父节点
当前提交
5e14f4a16e
共有 3 个文件被更改,包括 9 次插入9 次删除
  1. 3 3
      docs/sources/installation/debian.md
  2. 4 4
      docs/sources/installation/rpm.md
  3. 2 2
      packaging/publish/publish_both.sh

+ 3 - 3
docs/sources/installation/debian.md

@@ -15,14 +15,14 @@ weight = 1
 
 Description | Download
 ------------ | -------------
-Stable for Debian-based Linux | [4.1.0 (x86-64 deb)](https://grafanarel.s3.amazonaws.com/builds/grafana_4.1.0-1484056345_amd64.deb)
+Stable for Debian-based Linux | [4.1.0 (x86-64 deb)](https://grafanarel.s3.amazonaws.com/builds/grafana_4.1.0-1484127817_amd64.deb)
 
 ## Install Stable
 
 ```
-$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.1.0-1484056345_amd64.deb
+$ wget https://grafanarel.s3.amazonaws.com/builds/grafana_4.1.0-1484127817_amd64.deb
 $ sudo apt-get install -y adduser libfontconfig
-$ sudo dpkg -i grafana_4.1.0-1484056345_amd64.deb
+$ sudo dpkg -i grafana_4.1.0-1484127817_amd64.deb
 ```
 
 ## APT Repository

+ 4 - 4
docs/sources/installation/rpm.md

@@ -15,24 +15,24 @@ weight = 2
 
 Description | Download
 ------------ | -------------
-Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [4.1.0 (x86-64 rpm)](https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.0-1484056345.x86_64.rpm)
+Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [4.1.0 (x86-64 rpm)](https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.0-1484127817.x86_64.rpm)
 
 ## Install Stable
 
 You can install Grafana using Yum directly.
 
-    $ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.0-1484056345.x86_64.rpm
+    $ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.0-1484127817.x86_64.rpm
 
 Or install manually using `rpm`.
 
 #### On CentOS / Fedora / Redhat:
 
     $ sudo yum install initscripts fontconfig
-    $ sudo rpm -Uvh grafana-4.1.0-1484056345.x86_64.rpm
+    $ sudo rpm -Uvh grafana-4.1.0-1484127817.x86_64.rpm
 
 #### On OpenSuse:
 
-    $ sudo rpm -i --nodeps grafana-4.1.0-1484056345.x86_64.rpm
+    $ sudo rpm -i --nodeps grafana-4.1.0-1484127817.x86_64.rpm
 
 ## Install via YUM Repository
 

+ 2 - 2
packaging/publish/publish_both.sh

@@ -1,6 +1,6 @@
 #! /usr/bin/env bash
-deb_ver=4.1.0-1484056345
-rpm_ver=4.1.0-1484056345
+deb_ver=4.1.0-1484127817
+rpm_ver=4.1.0-1484127817
 
 wget https://grafanarel.s3.amazonaws.com/builds/grafana_${deb_ver}_amd64.deb