Skip to content

Instantly share code, notes, and snippets.

@cloudnull
Created July 23, 2015 21:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloudnull/697021834a18055bebb0 to your computer and use it in GitHub Desktop.
Save cloudnull/697021834a18055bebb0 to your computer and use it in GitHub Desktop.
su - nginx
# Change to the repo build directory
cd repo-build
# Clone the repo
git clone https://github.com/stackforge/os-ansible-deployment /tmp/ansible-lxc-rpc
# Enter the repo directory
pushd /tmp/ansible-lxc-rpc
# Checkout the branch you need
git checkout kilo
# Exit the repo directory
popd
# Source a build var file, if one does not exist for the release your doing
# make a new one following the same naming patter.
. releases/build-kilo-11.1.0.rc
# Run the process
./build-wheels.sh
# Note: if you're building a Juno release, the process will fail initially.
# you will need to modify the `rackspace-monitoring-cli` setup file @
# [ /tmp/yaprt_temp_git_dir/rackspace-monitoring-cli/setup.py ] and add
# "import setuptools" to the line right after "from __future__ import ..."
# Once you edit this file re-run the `./build-wheels.sh` script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment