Development with zendev - control-center/service-migration GitHub Wiki
Adding a live installation of service-migration in a devimg:
Build the wheel:
$ cdz service-migration
$ make clean wheel
Install the wheel in the image. (Note: this is only necessary if the version changes)
$ zendev devshell -d sh -c \"pip install /mnt/src/golang/src/github.com/control-center/service-migration/dist/*.whl\"
Link to the live version:
$ zendev devshell -d ln -sf /opt/zenoss/lib/python2.7/site-packages/servicemigration /mnt/src/golang/src/github.com/control-center/service-migration/servicemigration