diff options
author | Feng Pan <fpan@redhat.com> | 2016-09-12 13:40:56 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-09-12 23:25:59 +0000 |
commit | e026a7a16e567bbc16d8131495f9177237d87e2a (patch) | |
tree | a5b7da6ec9e38f8a24a0971ff689c36927f52690 /build/variables.sh | |
parent | c016ff6f5f4cdf6d844160d0c3d81a0a6971e767 (diff) |
Update honeycomb rpm version
Change-Id: I1583cc5af95c8ce4e51794e2ea1a9e4827722a63
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit ebed0b80aa6c55aa37e7eddf70d6b8ddf19ad65f)
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh index bc2854ac..990ac836 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -34,7 +34,7 @@ fdio_pkgs=( 'vpp-lib-16.09-rc1~7_gea60221~b1030.x86_64.rpm' 'vpp_papi-1.0.linux-x86_64.tar.gz' ) -honeycomb_pkg='honeycomb-1.0.0-1066.noarch.rpm' +honeycomb_pkg='honeycomb-1.0.0-1609.noarch.rpm' ovs_rpm_name=openvswitch-2.5.90-1.el7.centos.x86_64.rpm |