Merge lp:~arosales/charms/trusty/mellanox/trunk into lp:~ibm-demo/charms/trusty/mellanox/trunk

Proposed by Antonio Rosales
Status: Merged
Merged at revision: 3
Proposed branch: lp:~arosales/charms/trusty/mellanox/trunk
Merge into: lp:~ibm-demo/charms/trusty/mellanox/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/install (+1/-1)
To merge this branch: bzr merge lp:~arosales/charms/trusty/mellanox/trunk
Reviewer Review Type Date Requested Status
Matt Bruzek (community) Approve
Review via email: mp+236508@code.launchpad.net

Description of the change

Correct MLNX_VERSION string so the install hook will be able to locate the file and install correctly.

To post a comment you must log in.
Revision history for this message
Matt Bruzek (mbruzek) wrote :

Thanks for the update

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install'
2--- hooks/install 2014-09-29 16:03:57 +0000
3+++ hooks/install 2014-09-30 13:09:51 +0000
4@@ -5,7 +5,7 @@
5 ARCH="$(uname -p)"
6 KERNEL_RELEASE="$(uname -r)"
7 RELEASE="$(lsb_release -rs)"
8-MLNX_VERISON="2.3-1.0.1"
9+MLNX_VERSION="2.3-1.0.1"
10 MLNX_NAME="MLNX_OFED_LINUX-${MLNX_VERSION}-ubuntu${RELEASE}-${ARCH}"
11 PACKAGE_FILE="${MLNX_NAME}.tgz"
12 PACKAGE_DIRECTORY="/opt/Mellanox"

Subscribers

People subscribed via source and target branches

to all changes: