Print this page
Fix kayak to be mindful of publishers

@@ -27,12 +27,14 @@
 fail() {
         echo "ERROR: $*"
         exit 1
 }
 
+# NOTE --> The URL needs to be updated with every release.
+# Change "bloody" to whatever release the current branch is.
 PUBLISHER=omnios
-: ${PKGURL:=http://pkg.omniti.com/omnios/release}
+: ${PKGURL:=http://pkg.omniti.com/omnios/bloody}
 : ${GZIP_CMD:=gzip}
 SRCDIR=$(dirname $0)
 DIDWORK=0
 BUILDNUM=${VERSION//r/}
 if [[ ${SRCDIR:0:1} != "/" ]]; then