This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch psql in repository dejagnu.
from 2696d7e Remove debugging print new 11f6a83 Start script to help with database manipulation new f1f301c Dump statistics for a test runs, or failures new 39f7b00 Move database statistics to it's own class. new a9cb66b Move code for handling ABE manifests to it's own file new 47ba0bd Move code for handling ABE manifests to it's own file new 39cc81f Improve parsing, insert into datatbase new ed3a8c3 Populate the manifest data from the database new 32eac7d Use AbeManifest class instead of code here. new 3edcc0d Remove unused code new ae5daee Make more entries be optional. new 0b98c82 Use new stats and manifest classes new c80745c Do a simple comparison of result totals new 65512dd Update entry new 4d3c23f Be less verbose new 8902e85 Always dump
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 11 ++ contrib/database/dejadb.py | 234 ++++++++++++++++++++++++++++++++++++++++++ contrib/database/djstats.py | 123 ++++++++++++++++++++++ contrib/database/importxml.py | 233 ++++++++++++++++++++++------------------- contrib/database/manifest.py | 134 ++++++++++++++++++++++++ contrib/database/psql.sql | 8 +- 6 files changed, 632 insertions(+), 111 deletions(-) create mode 100755 contrib/database/dejadb.py create mode 100644 contrib/database/djstats.py create mode 100644 contrib/database/manifest.py