Print this page
Fix kayak to be mindful of publishers

Split Close
Expand all
Collapse all
          --- old/./build_zfs_send.sh
          +++ new/./build_zfs_send.sh
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  #
  24   24  # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27   27  fail() {
  28   28    echo $*
  29   29    exit 1
  30   30  }
  31   31  
       32 +# NOTE --> The URL needs to be updated with every release.  
       33 +# Change "bloody" to whatever release the current branch is.
  32   34  PUBLISHER=omnios
  33      -OMNIOS_URL=http://pkg.omniti.com/omnios/release
  34      -: ${PKGURL:=http://pkg.omniti.com/omnios/release}
       35 +OMNIOS_URL=http://pkg.omniti.com/omnios/bloody
       36 +: ${PKGURL:=http://pkg.omniti.com/omnios/bloody}
  35   37  : ${BZIP2:=bzip2}
  36   38  ZROOT=rpool
  37   39  OUT=
  38   40  CLEANUP=0
  39   41  set -- `getopt cd:o:p: $*`
  40   42  for i in $*
  41   43  do
  42   44    case $i in
  43   45      -c) CLEANUP=1; shift ;;
  44   46      -d) ZROOT=$2; shift 2;;
↓ open down ↓ 67 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX