blob: 9ba5fe0d49c2af04e475f55b23a790406a3a492c (
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_RC5
	#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
 |