Print this page
Fix kayak to be mindful of publishers

*** 27,38 **** fail() { echo "ERROR: $*" exit 1 } PUBLISHER=omnios ! : ${PKGURL:=http://pkg.omniti.com/omnios/release} : ${GZIP_CMD:=gzip} SRCDIR=$(dirname $0) DIDWORK=0 BUILDNUM=${VERSION//r/} if [[ ${SRCDIR:0:1} != "/" ]]; then --- 27,40 ---- 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/bloody} : ${GZIP_CMD:=gzip} SRCDIR=$(dirname $0) DIDWORK=0 BUILDNUM=${VERSION//r/} if [[ ${SRCDIR:0:1} != "/" ]]; then