From 5daa2d04361e811b6669b50f3385babe7830ff01 Mon Sep 17 00:00:00 2001
From: Andrzej Szeszo <aszeszo@gmail.com>
Date: Sun, 12 May 2013 03:03:09 +0200
Subject: [PATCH] Set default build number to 0.151.1.8.1

---
 make-rules/ips-buildinfo.mk |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/make-rules/ips-buildinfo.mk b/make-rules/ips-buildinfo.mk
index 8fe4e6d..247d38a 100644
--- a/make-rules/ips-buildinfo.mk
+++ b/make-rules/ips-buildinfo.mk
@@ -78,8 +78,9 @@
 # Branch Identifier.  Used in the version section of the package name to
 # identify the operating system branch that the package was produced for.
 #
-BRANCHID ?= \
-    $(PKG_SOLARIS_VERSION).$(UPDATENUM).$(SRUNUM).$(PLATNUM).$(BUILDID).$(NIGHTLYID)
+#BRANCHID ?= \
+#    $(PKG_SOLARIS_VERSION).$(UPDATENUM).$(SRUNUM).$(PLATNUM).$(BUILDID).$(NIGHTLYID)
+BRANCHID ?= 0.151.1.8.1
 
 #
 # Build Version.  Used in the version section of the package name to identify
@@ -89,5 +90,5 @@
 
 # Set a default reference repository against which pkglint is run, in case it
 # hasn't been set in the environment.
-CANONICAL_REPO ?=		http://ipkg.us.oracle.com/solaris12/dev/
+#CANONICAL_REPO ?=		http://ipkg.us.oracle.com/solaris12/dev/
 

--
Gitblit v1.9.3