diff options
author | Tim Rozet <trozet@redhat.com> | 2018-04-19 12:56:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-19 12:56:27 +0000 |
commit | e47c969c9fd655b87670de13a4daac343a08f6db (patch) | |
tree | e30f496b914a77e6502a4b5c923d3d5d88fe8664 /build/variables.sh | |
parent | 340a2478d1e2c89511e3245e30ccefa216f5473c (diff) | |
parent | d98ecbac0bfbe4157efea5a00836a541ac681b7c (diff) |
Merge "Fix nosdn fdio scenario" into stable/fraser
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/variables.sh b/build/variables.sh index c6bddc02..1c118442 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -44,10 +44,11 @@ kvmfornfv_kernel_rpm="kvmfornfv-4bfeded9-apex-kernel-4.4.50_rt62_centos.x86_64.r calipso_uri_base="https://git.opnfv.org/calipso/plain/app/install" calipso_script="calipso-installer.py" -netvpp_repo="https://github.com/openstack/networking-vpp" -netvpp_branch="18.01" +#netvpp_repo="https://github.com/openstack/networking-vpp" +netvpp_repo="https://github.com/fepan/networking-vpp" +netvpp_branch="test-fdio-fix" netvpp_commit=$(git ls-remote ${netvpp_repo} ${netvpp_branch} | awk '{print substr($1,1,7)}') -netvpp_pkg=python-networking-vpp-18.01-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm +netvpp_pkg=python-networking-vpp-18.04-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm gluon_rpm=gluon-0.0.1-1_20170302.noarch.rpm |