Print this page
Fix kayak to be mindful of publishers
*** 27,39 ****
fail() {
echo $*
exit 1
}
PUBLISHER=omnios
! OMNIOS_URL=http://pkg.omniti.com/omnios/release
! : ${PKGURL:=http://pkg.omniti.com/omnios/release}
: ${BZIP2:=bzip2}
ZROOT=rpool
OUT=
CLEANUP=0
set -- `getopt cd:o:p: $*`
--- 27,41 ----
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/bloody
! : ${PKGURL:=http://pkg.omniti.com/omnios/bloody}
: ${BZIP2:=bzip2}
ZROOT=rpool
OUT=
CLEANUP=0
set -- `getopt cd:o:p: $*`