You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /tmp
mkdir graduation
cd graduation
git clone git://git.openstack.org/openstack/oslo-incubator
git clone git://git.openstack.org/openstack/oslo-incubator oslo.io
cd oslo.io
../oslo-incubator/tools/graduate.sh io openstack/common/fileutils.py tests/unit/test_fileutils.py
# may not be necessary, but they didn't run for me
# $bindir/apply_cookiecutter.sh $new_lib
# git add .
# git commit -m "exported from oslo-incubator by graduate.sh"
1. Add missing dependencies
2. Fix broken imports
3. Make sure the tests run
4. Make sure pep8 passes
5 Syncing dependencies from the incubator
git remote add stevemart https://github.com/stevemart/oslo.io.git
git push -u stevemart master