diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-29 23:17:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-29 23:17:53 +0000 |
commit | c104a284855069882e2625c57b5c2c78b0c6ba4d (patch) | |
tree | a11156ea94ff9dfddcc278c973771d66c452c332 /build/variables.sh | |
parent | 5729ad141664925d922ea6cbea7cdcde09d9b18c (diff) | |
parent | b6896a9bbfd7d4825f6b68b594441a3e0be7b85f (diff) |
Merge "re-enable support for fdio dvr scenario" into stable/euphrates
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' |