Created
July 23, 2015 21:28
-
-
Save cloudnull/697021834a18055bebb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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