diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-30 18:17:22 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-06-30 19:57:23 -0400 |
commit | 4c04bda96967e357e2a83c1d6b0f13a0493b5510 (patch) | |
tree | 959580521e2944038f52c572f2c8c4a916ba9750 | |
parent | 0b91edabf51d60968a20d605dd2b97f03283e06b (diff) |
Upgrades DPDK/OVS-DPDK RPMs
Change-Id: I786a01a217bf1bc2fdc52971245d576b4b609545
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | build/variables.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/variables.sh b/build/variables.sh index 19294ce5..c1a18191 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -16,9 +16,9 @@ onos_artifacts_uri=http://205.177.226.237:9999/onosfw/ dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv dpdk_rpms=( -'ovs4opnfv-dpdk-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-dpdk-devel-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-dpdk-examples-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-dpdk-tools-16.04.0-2.el7.centos.x86_64.rpm' -'ovs4opnfv-openvswitch-2.5.90-0.12060.git46ed1382.1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-devel-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-examples-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-dpdk-tools-16.04.0-1.el7.centos.x86_64.rpm' +'ovs4opnfv-32930523-openvswitch-2.5.90-0.12032.gitc61e93d6.1.el7.centos.x86_64.rpm' ) |