make-rules/shared-macros.mk
changeset 4520 56630cd6ade3
parent 4490 5a5296580120
child 4746 8e237ffd0a48
--- a/make-rules/shared-macros.mk	Mon Jun 22 17:12:41 2015 -0700
+++ b/make-rules/shared-macros.mk	Mon Jun 22 11:56:53 2015 -0700
@@ -95,6 +95,10 @@
 
 ROOT =			/
 
+# The changset and external source repo used in building the packages.
+CONSOLIDATION_CHANGESET=$(shell hg identify -i)
+CONSOLIDATION_REPOSITORY_URL=https://hg.java.net/hg/solaris-userland~gate
+
 # Native OS version
 OS_VERSION :=		$(shell uname -r)
 SOLARIS_VERSION =	$(OS_VERSION:5.%=2.%)