summaryrefslogtreecommitdiff
path: root/tools/start-fake-mode.sh
Commit message (Collapse)AuthorAgeFilesLines
* Changed py39 from py27 in toxljhuang2022-07-291-3/+3
| | | | | | Changed py39 from py27 in tox for contributing doc Change-Id: Ia079b7b7f5d96858c7dfe4b3d103c0efd86ae68b
* Remove Python 2.6 classifierJulien Danjou2014-12-021-3/+3
| | | | | | | Trove does not support Python 2.6 anymore starting with Kilo and might not work correctly with it, so remove the classifier. Change-Id: Ida17ce3ce76258442222b591846e1e1717119eed
* rename and fix the db_wipe commandIonuț Arțăriși2014-03-101-1/+1
| | | | | | | | | | * rename db_wipe to db_recreate * make --repo-path an optional argument for db_wipe and use it * add command line help strings for db_wipe Closes-Bug: #1279734 Change-Id: I1a1d3ad56989026fb10f6c57bb479814dc51328e
* Migrating trove to entry pointsMichael Basnight2014-02-011-0/+18
PBR/Distribute generates binscripts for us. By moving the binscript code into the source tree, we can unit test it as well. Run setup.py develop to generate the binscripts for development use. implements blueprint entrypoints-for-binscripts Change-Id: I9ad4bb4ddc55f64bcd806c588a795cd6e0847aa9