summaryrefslogtreecommitdiffstats
path: root/doc/manifest_conf.mk
diff options
context:
space:
mode:
authorLennart Johansson <lennart.johansson@enea.com>2016-09-05 12:31:54 +0200
committerLennart Johansson <lennart.johansson@enea.com>2016-09-05 12:31:54 +0200
commiteae9b5b52f9fe8d819f28fc5c573bb095a6b30d9 (patch)
tree32992cbd7fa6d51b657a69a84fd2afe27d4fb7e6 /doc/manifest_conf.mk
parentda547d57bf4b9f7e524e9a550f0a0fc051a87d7a (diff)
downloadel_releases-networking-eae9b5b52f9fe8d819f28fc5c573bb095a6b30d9.tar.gz
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 <lennart.johansson@enea.com>
Diffstat (limited to 'doc/manifest_conf.mk')
-rw-r--r--doc/manifest_conf.mk2
1 files changed, 1 insertions, 1 deletions
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 @@
2# NOTE: MANIFESTHASH needs to be changed to final release tag in format refs/tags/ELnnn before a release 2# NOTE: MANIFESTHASH needs to be changed to final release tag in format refs/tags/ELnnn before a release
3# The values are shown in the release info 3# The values are shown in the release info
4# The manifest is used to fetch information into the release info from the distro files 4# The manifest is used to fetch information into the release info from the distro files
5MANIFESTHASH := refs/tags/EL6 5MANIFESTHASH ?= refs/tags/EL6
6MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-networking.git 6MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-networking.git
7PROFILE_NAME := Networking 7PROFILE_NAME := Networking