diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-29 05:07:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-29 05:07:09 +0000 |
commit | 91d2f2eab07cbbee17409c2660ecad3da2013d91 (patch) | |
tree | b36671f5e1a2010da95dbb9d1902913570d27961 /build/variables.sh | |
parent | 82460b8ed466cac2d97bd89f7072e3b13a0c5b41 (diff) | |
parent | a3c2c8c746470c993d70d92d13415e2b4263cc25 (diff) |
Merge "re-enable support for fdio dvr scenario"
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/variables.sh b/build/variables.sh index 8d736d30..69e1fa09 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -44,12 +44,3 @@ netvpp_commit=$(git ls-remote ${netvpp_repo} ${netvpp_branch} | awk '{print subs netvpp_pkg=python-networking-vpp-0.0.1-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm gluon_rpm=gluon-0.0.1-1_20170302.noarch.rpm - -fdio_pkgs=( -'http://artifacts.opnfv.org/apex/danube/fdio_common_rpms/vpp-17.04.1-3~ge3b7ad7~b72.x86_64.rpm' -'http://artifacts.opnfv.org/apex/danube/fdio_common_rpms/vpp-api-python-17.04.1-3~ge3b7ad7~b72.x86_64.rpm' -'http://artifacts.opnfv.org/apex/danube/fdio_common_rpms/vpp-lib-17.04.1-3~ge3b7ad7~b72.x86_64.rpm' -'http://artifacts.opnfv.org/apex/danube/fdio_common_rpms/vpp-plugins-17.04.1-3~ge3b7ad7~b72.x86_64.rpm' -) - -honeycomb_pkg='http://artifacts.opnfv.org/apex/danube/fdio_common_rpms/honeycomb-1.17.04.1-2073.noarch.rpm' |