Print this page
Fix kayak to be mindful of publishers

@@ -27,13 +27,15 @@
 fail() {
   echo $*
   exit 1
 }
 
+# NOTE --> The URL needs to be updated with every release.  
+# Change "bloody" to whatever release the current branch is.
 PUBLISHER=omnios
-OMNIOS_URL=http://pkg.omniti.com/omnios/release
-: ${PKGURL:=http://pkg.omniti.com/omnios/release}
+OMNIOS_URL=http://pkg.omniti.com/omnios/bloody
+: ${PKGURL:=http://pkg.omniti.com/omnios/bloody}
 : ${BZIP2:=bzip2}
 ZROOT=rpool
 OUT=
 CLEANUP=0
 set -- `getopt cd:o:p: $*`