Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/improve-update-script. Description: The update.py script currently lacks of knowlege about module's version, therefore it's not easy to tell what the difference - if any - between the modules being updated and their versions in the project is. This blueprint suggests improving update.py by making it update modules based on their commit sha. Some changes to openstack-modules.conf will be needed and an 'upgrade' path as well. openstack-modules.conf: module=log log=commit Specification URL (additional information): http://lists.openstack.org/pipermail/openstack-dev/2013-November/020118.html