Skip to content

Instantly share code, notes, and snippets.

@krislindgren
Created August 21, 2014 22:08
Show Gist options
  • Save krislindgren/9a87bb8b2374bfcd98a2 to your computer and use it in GitHub Desktop.
Save krislindgren/9a87bb8b2374bfcd98a2 to your computer and use it in GitHub Desktop.
Cent7
yum install python-virtualenv gcc rpm-build yum-utils createrepo
FORCE=yes ./smithy --bootstrap
sed -i s#/usr/bin/python#/usr/bin/env python# tools/multipip
sed -i s#/usr/bin/python#/usr/bin/env python# tools/yyoom
sed -i s#/python-setuptools<0.7#python-setuptools# conf/dists/rhel.conf
./smithy -p conf/personas/in-a-box/basic-all.yaml -o conf/origins/havana-2013.2.3.yaml -a prepare
./smithy -p conf/personas/in-a-box/basic-all.yaml -o conf/origins/havana-2013.2.3.yaml -a build
pylint and python-libtab blow up with syntax errors - rm -rf'd from repo anvil-deps-source
ceilometer need to adjust requirements:
yum install intltool python-sphinx
django:
rpm -ivh ../openstack/repo/sources/python-keystoneclient-0.4.1-1.el7.centos.src.rpm ../openstack/repo/sources/python-django-openstack-auth-1.1.3-1.noarch.rpm
cd /root/rpmbuild/specs
rpmbuild -bb python-django-openstack-auth.spec; rpmbuild -bb python-keystoneclient.spec
yum install python-django-openstack-auth python-django-compressor python-django-appconf python-lesscpy python-lockfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment