summaryrefslogtreecommitdiffstats
path: root/update.py
Commit message (Expand)AuthorAgeFilesLines
* Adds --nodeps option to update.pyZhongyue Luo2013-05-141-2/+7
* Copy Nova's workaround for RHEL6 eventlet issueMark McLoughlin2013-05-081-3/+4
* Improve python3 compatibilityChuck Short2013-05-021-6/+8
* Merge "Finds dependencies of configured modules for update.py"Jenkins2013-04-091-1/+47
|\
| * Finds dependencies of configured modules for update.pyZhongyue Luo2013-04-081-1/+47
* | Move bin/ scripts to entrypoints.Monty Taylor2013-04-071-1/+0
|/
* update.py: support one-module-per-line configurationMark McLoughlin2013-03-121-3/+7
* update.py: DRY up using functools.partial()Mark McLoughlin2013-03-011-3/+7
* Don't s/oslo/base/ for files in the rpc lib.Russell Bryant2013-02-201-1/+2
* Make update.py work with oslo.configDoug Hellmann2013-02-181-0/+9
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-5/+1
* Allow tools/install_venv_common.py to be run from within theJosh Kearney2013-02-051-0/+4
* Allow update.py to copy toolsJoe Gordon2013-01-231-0/+1
* Allow update.py copy config files and binariesMark McLoughlin2012-12-201-6/+22
* Fixes update.py issue with EOL style on WindowsAlessandro Pilotti2012-12-011-1/+1
* Make project pyflakes clean.Monty Taylor2012-11-281-1/+0
* Fixup update.py after argparse breakageKiall Mac Innes2012-11-231-15/+12
* Fix update.py string interpolationKiall Mac Innes2012-11-181-1/+1
* Relax the update.py replace regex.Angus Salkeld2012-11-011-2/+2
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-181-1/+1
* Merge "Update strings like 'openstack.common.notifier.driver'."Jenkins2012-07-091-0/+8
|\
| * Update strings like 'openstack.common.notifier.driver'.Andrew Bogott2012-06-271-0/+8
* | Add update.sh to avoid import conflictsMark McLoughlin2012-06-291-10/+4
|/
* Get update.py to be able to copy rpc.Russell Bryant2012-06-111-1/+11
* cfg: move constructor args to __call__() argsMark McLoughlin2012-05-291-2/+2
* Create openstack/common/__init__.pyRick Harris2012-03-281-5/+16
* Import cfg module directly if not in pathJason Kölker2012-03-091-4/+27
* PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-111-3/+3
* Re-factor update.py to avoid breaking testsMark McLoughlin2012-01-271-56/+74
* Add a script to copy code into other projectsMark McLoughlin2012-01-261-0/+157