make-rules/shared-macros.mk
changeset 439 7cc72ae6a7b8
parent 427 72f6f7ebd5a3
child 441 0bbd6cf43eca
--- 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)