Merge lp:~xfactor973/charms/trusty/influxdb/update_influx into lp:~chris.macnaughton/charms/trusty/influxdb/trunk

Proposed by Chris Holcombe
Status: Merged
Merged at revision: 7
Proposed branch: lp:~xfactor973/charms/trusty/influxdb/update_influx
Merge into: lp:~chris.macnaughton/charms/trusty/influxdb/trunk
Diff against target: 16 lines (+1/-1)
1 file modified
hooks/install (+1/-1)
To merge this branch: bzr merge lp:~xfactor973/charms/trusty/influxdb/update_influx
Reviewer Review Type Date Requested Status
Chris MacNaughton Pending
Review via email: mp+302351@code.launchpad.net

Description of the change

Updating influxdb to 0.13

To post a comment you must log in.
Revision history for this message
Chris Holcombe (xfactor973) wrote :

I deployed it as the only change for ceph-dash and everything appears to work correctly.

Revision history for this message
Chris MacNaughton (chris.macnaughton) wrote :

+1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'files/influxdb_0.10.0-1_amd64.deb'
2Binary files files/influxdb_0.10.0-1_amd64.deb 2016-02-11 20:36:14 +0000 and files/influxdb_0.10.0-1_amd64.deb 1970-01-01 00:00:00 +0000 differ
3=== added file 'files/influxdb_0.13.0_amd64.deb'
4Binary files files/influxdb_0.13.0_amd64.deb 1970-01-01 00:00:00 +0000 and files/influxdb_0.13.0_amd64.deb 2016-08-08 23:03:13 +0000 differ
5=== modified file 'hooks/install'
6--- hooks/install 2016-02-11 20:36:14 +0000
7+++ hooks/install 2016-08-08 23:03:13 +0000
8@@ -5,7 +5,7 @@
9 apt-get update
10 apt-get -y install python-pip
11
12-dpkg -i $CHARM_DIR/files/influxdb_0.10.0-1_amd64.deb
13+dpkg -i $CHARM_DIR/files/influxdb_0.13.0_amd64.deb
14
15 cp /etc/influxdb/influxdb.conf \
16 /etc/influxdb/influxdb.example.conf

Subscribers

People subscribed via source and target branches