From: Prarit Bhargava <pra...@redhat.com>

redhat/Makefile.variables: Default RHGITCOMMIT to HEAD

RHGITCOMMIT is equal to HEAD.  Rather than recalculating it, just set it
to HEAD by default.

Signed-off-by: Prarit Bhargava <pra...@redhat.com>

diff --git a/redhat/Makefile.variables b/redhat/Makefile.variables
index blahblah..blahblah 100644
--- a/redhat/Makefile.variables
+++ b/redhat/Makefile.variables
@@ -104,7 +104,7 @@ RHGITURL ?= $(shell $(GIT) config rhg.url || $(GIT) config 
remote.origin.url)
 
 # This sets the base commit ID for distg-* targets, and must be set on the
 # commandline with distg-* targets.
-RHGITCOMMIT ?= $(shell $(GIT) log -1 --pretty=format:%H)
+RHGITCOMMIT ?= $(HEAD)
 
 # This sets the number of threads that scripts called by Makefile targets can
 # use.  By default, this variable is set by the makefile '-j' parameter.

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1641
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to