Print this page
Fix kayak to be mindful of publishers

Split Close
Expand all
Collapse all
          --- old/./build_image.sh
          +++ new/./build_image.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 "ERROR: $*"
  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      -: ${PKGURL:=http://pkg.omniti.com/omnios/release}
       35 +: ${PKGURL:=http://pkg.omniti.com/omnios/bloody}
  34   36  : ${GZIP_CMD:=gzip}
  35   37  SRCDIR=$(dirname $0)
  36   38  DIDWORK=0
  37   39  BUILDNUM=${VERSION//r/}
  38   40  if [[ ${SRCDIR:0:1} != "/" ]]; then
  39   41    SRCDIR=`pwd`/$SRCDIR
  40   42  fi
  41   43  if [[ -z "${1}" ]]; then
  42   44    echo "$0 <zfs pool> [checkpoint]"
  43   45    exit 1
↓ open down ↓ 318 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX