a9136d8cae41e752d81d97d5630fe0321aa73110
When we run update.py automatically in the devstack gate, we have the issue that we are programatically changing files which are actually git versioned. This makes lots of people sad pandas. As this is all being done automatically we could actually update the files with a suffix, then have devstack use that instead. This will make developers happy, as they won't have to keep resetting their devstack trees if they do development straight in them. Change-Id: I3d264f15ab7123f258f198b375b9667895c4104c
Global dependencies for OpenStack Projects
To use this, run:
python update.py path/to/project
Entries in requirements.txt and test-requirements.txt will have their versions updated to match the entires listed here. Any entries in the target project which do not first exist here will be removed. No entries will be added.
Description
Languages
Python
88.1%
Shell
11.9%