using git commits for OVS_GIT_TAG breaks auto detection logic for ovs initalisation

Bug #1697036 reported by sean mooney
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-ovs-dpdk
Fix Released
Critical
sean mooney

Bug Description

currently git branch is used to detect if dpdk phyical interfaces can be added to ovs at runtime.
the current code does not work with full lenght git commits as the output of git branch is truncated.

we need to change

Form $(git branch --contains "55e075e65ef9ecbd70e5e0fada2704c3d73724d8" | grep \* | grep "${OVS_GIT_TAG}"
To
$(git branch --no-abbrev -v --contains “55e075e65ef9ecbd70e5e0fada2704c3d73724d8” | grep \* | grep "${OVS_GIT_TAG}"

to support git commit again as is now used on master

Changed in networking-ovs-dpdk:
status: New → Confirmed
importance: Undecided → Critical
assignee: nobody → sean mooney (sean-k-mooney)
Changed in networking-ovs-dpdk:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.