diff options
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/variables.sh b/build/variables.sh index be610d43..9322442e 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -56,12 +56,12 @@ netvpp_branch="master" netvpp_commit=$(git ls-remote ${netvpp_repo} ${netvpp_branch} | awk '{print substr($1,1,7)}') netvpp_pkg=python-networking-vpp-0.0.1-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm -gluon_rpm=gluon-0.0.1-1_20170216.noarch.rpm +gluon_rpm=gluon-0.0.1-1_20170302.noarch.rpm + fdio_l2_uri_base=http://artifacts.opnfv.org/apex/danube/fdio_l2_rpms fdio_l2_pkgs=( 'vpp-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' 'vpp-api-python-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' -'vpp-devel-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' 'vpp-lib-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' 'vpp-plugins-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' ) |