changeset 440:5249c17e80b2

1310 oi-build pkglint broken with pkg 0.166 on oi_151 due to linked images
author Alasdair Lumsden <al@everycity.co.uk>
date Sun, 31 Jul 2011 17:39:26 +0100
parents 428482e36de8
children c37ad6b4b3b0
files make-rules/shared-macros.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)