blob: 4faba3705f635cd13ac2df861ea5e0e475c3286c (
plain)
1
2
3
4
5
6
7
8
|
# To be included in Makefile
# NOTE: MANIFESTHASH needs to be changed to final release tag in format refs/tags/ELnnn before a release
# The values are shown in the release info
# The manifest is used to fetch information into the release info from the distro files
#MANIFESTHASH ?= refs/tags/Enea_NFV_Access_1.1_RC4
#change the above value later to refs/tags/ELnnn (?)
MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-nfv-access.git
PROFILE_NAME := Enea NFV Access
|