Skip to content

Commit

Permalink
Merge pull request #33 from galthaus/move-to-drill
Browse files Browse the repository at this point in the history
Move to drill
  • Loading branch information
galthaus committed Jul 29, 2015
2 parents e4a81c9 + daec1b4 commit bffce42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ full list at https://github.com/opencrowbar
RPM files for all the opencrowbar components. If you want to build
our Ruby RPMs, add ` --with-ruby` to the end of that command.
5. Use the fully-populated yum repository at
`$HOME/.cache/opencrowbar/tftpboot/centos-6.5/ocb-packages` to
`$HOME/.cache/opencrowbar/tftpboot/centos-6.6/ocb-packages` to
install your new admin node. How to get the repo onto your
already-built admin node is left as an excercise for the reader.
2 changes: 1 addition & 1 deletion bin/make-ocb-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ ! $OCBDIR ]]; then
fi

PRODREL=${PRODREL:-"Dev"}
VERSION=${VERSION:-2.2.1}
VERSION=${VERSION:-2.3.0}
RELEASE=${RELEASE:-1}
WORK=${WORK:-/tmp/work}
RPMHOME=${RPMHOME:-$HOME/rpmbuild}
Expand Down
2 changes: 1 addition & 1 deletion bin/make-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ $1 = --target_dir=* ]]; then
shift
fi
[[ $TARGET_OS ]] || TARGET_OS="centos"
[[ $TARGET_DIR ]] || TARGET_DIR="/tftpboot/centos-6.5/"
[[ $TARGET_DIR ]] || TARGET_DIR="/tftpboot/centos-6.6/"

export OCBDIR="${OCBDIR%/build-tools/bin/${0##*/}}"
[[ -x /.dockerinit ]] || \
Expand Down
2 changes: 1 addition & 1 deletion bin/make-ruby-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Author: JohnHTerpstra
#
### NOTES ###
# This will build ruby-2.0.0 specifically for RHEL/Centos 6.5 - no others at this time.
# This will build ruby-2.0.0 specifically for RHEL/Centos 6.6 - no others at this time.
#
# Do not use this tool as the root user - use as a non-privileged user only.
#
Expand Down

0 comments on commit bffce42

Please sign in to comment.