1310 oi-build pkglint broken with pkg 0.166 on oi_151 due to linked images
authorAlasdair Lumsden <al@everycity.co.uk>
Sun, 31 Jul 2011 17:39:26 +0100
changeset 439 7cc72ae6a7b8
parent 438 7da467e9d80f
child 440 b6144f7bf9a6
1310 oi-build pkglint broken with pkg 0.166 on oi_151 due to linked images
make-rules/shared-macros.mk
--- a/make-rules/shared-macros.mk	Tue Jul 26 23:48:03 2011 +0100
+++ b/make-rules/shared-macros.mk	Sun Jul 31 17:39:26 2011 +0100
@@ -80,7 +80,9 @@
 
 # Set a default reference repository against which pkglint is run, in case it
 # hasn't been set in the environment.
-CANONICAL_REPO ?=		http://pkg.openindiana.org/experimental/
+
+# NOTE: Commenting out CANONICAL_REPO due to issue #1310
+#CANONICAL_REPO ?=		http://pkg.openindiana.org/experimental/
 
 COMPONENT_DIR =	$(shell pwd)
 SOURCE_DIR =	$(COMPONENT_DIR)/$(COMPONENT_SRC)