File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3232# Interrogate the git repo and set some variables
3333REPO_ROOT ?= $(shell git rev-parse --show-toplevel)
3434REVISION ?= $(shell git rev-parse --short HEAD)
35- ACN_VERSION ?= $(shell git describe --exclude "azure-ipam* " --exclude "dropgz* " --exclude "zapai* " --exclude "ipv6-hp-bpf* " --tags --always)
35+ ACN_VERSION ?= $(shell git describe --exclude "azure-ip-masq-merger * " --exclude "azure- ipam* " --exclude "dropgz* " --exclude "zapai* " --exclude "ipv6-hp-bpf* " --tags --always)
3636IPV6_HP_BPF_VERSION ?= $(notdir $(shell git describe --match "ipv6-hp-bpf* " --tags --always) )
3737AZURE_IPAM_VERSION ?= $(notdir $(shell git describe --match "azure-ipam* " --tags --always) )
3838AZURE_IP_MASQ_MERGER_VERSION ?= $(notdir $(shell git describe --match "azure-ip-masq-merger* " --tags --always) )
You can’t perform that action at this time.
0 commit comments