280cf02610
Rather than downloading the review data in one command and then re-processing it to build a sql database in another, just move directly from gerrit to sqlite. Change-Id: I01545ac8e88f40b5b49148571d93fa16463e9624 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
30 lines
305 B
Plaintext
30 lines
305 B
Plaintext
AUTHORS
|
|
ChangeLog
|
|
*~
|
|
*.egg*
|
|
*.swp
|
|
*.pyc
|
|
*.log
|
|
.tox
|
|
.coverage*
|
|
cover
|
|
*.egg-info/
|
|
build/
|
|
doc/build/
|
|
doc/source/api/
|
|
dist/
|
|
.testrepository/
|
|
.project
|
|
.pydevproject
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
/.stestr/
|
|
/*.db
|
|
|
|
# Files created when queries are run
|
|
*.rpt*
|
|
*.dat
|
|
*.txt
|
|
/queries/*.db
|