diff options
author | Dan Radez <dradez@redhat.com> | 2017-03-08 21:39:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-08 21:39:56 +0000 |
commit | 703748a7e86c32c76bcf3fe25b6ed6750b783701 (patch) | |
tree | b03779b0aede9c8711084f8b41df63512fdf3597 /build/variables.sh | |
parent | bc60e373f9784f6e2dd13a958a653563d80c4347 (diff) | |
parent | e4dfdfba008b599d4ae8a3904b146aaefe381a2c (diff) |
Merge "Adding to build cache and removing jolokia tarball"
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/variables.sh b/build/variables.sh index 0fc3824b..93ae83df 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -52,3 +52,5 @@ netvpp_repo="https://github.com/openstack/networking-vpp" 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 |