From eae9b5b52f9fe8d819f28fc5c573bb095a6b30d9 Mon Sep 17 00:00:00 2001 From: Lennart Johansson Date: Mon, 5 Sep 2016 12:31:54 +0200 Subject: Change MANIFESTHASH to be dynamic by using ?= This modification in manifest_conf.mk will allow optionally setting the MANIFESTHASH dynamically, e.g. for a non-finished Release Candidate, without hacking in the files in git. A non-default value must be set when init in make fetches the source via repo using the manifest. The value is seen in the release info repo command line (-b) to download source via the manifest and is typically a tag, e.g. refs/tags/EL7_RC1 Signed-off-by: Lennart Johansson --- doc/manifest_conf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manifest_conf.mk') diff --git a/doc/manifest_conf.mk b/doc/manifest_conf.mk index 991d81f..4738ad4 100644 --- a/doc/manifest_conf.mk +++ b/doc/manifest_conf.mk @@ -2,6 +2,6 @@ # 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/EL6 +MANIFESTHASH ?= refs/tags/EL6 MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-networking.git PROFILE_NAME := Networking -- cgit v1.2.3-54-g00ecf