summaryrefslogtreecommitdiffstats
path: root/build/variables.sh
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-12-10 00:14:49 -0500
committerTim Rozet <trozet@redhat.com>2016-12-12 14:54:04 -0500
commitcd451be320c5efa92aec2f6a8fcd31e330dd2857 (patch)
tree711dc7d5a2243cd64c025a348cb852f34cf1ac97 /build/variables.sh
parent641f66d2790dc4155e758b17f311713fec01ea87 (diff)
Update networking-vpp packaging
- Change package to python-networking-vpp - Turn off autoreq for /bin/python - Update vpp to 17.01 - Disables undercloud package updating Change-Id: I9743e73ca9c36cc5162076580dc0a6b8861c7149 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/variables.sh')
-rw-r--r--build/variables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh
index d9f3471e..0aedff9c 100644
--- a/build/variables.sh
+++ b/build/variables.sh
@@ -50,4 +50,4 @@ congress_pkg=openstack-congress-2016.1-1.git${congress_commit}$(rpm -E %dist).no
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=networking-vpp-0.0.1-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm
+netvpp_pkg=python-networking-vpp-0.0.1-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm