This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 51a08dd Make LNT client print server's error messages new 59f86a6 Use yaml schema mechanism to describe compile suite
The 1 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: lnt/server/db/migrations/upgrade_13_to_14.py | 74 ++++++++++++++++++++++++++++ schemas/README.md | 2 + schemas/compile.yaml | 30 +++++++++++ tests/SharedInputs/create_temp_instance.py | 4 ++ tests/server/db/CreateV4TestSuite.py | 4 +- 5 files changed, 112 insertions(+), 2 deletions(-) create mode 100644 lnt/server/db/migrations/upgrade_13_to_14.py create mode 100644 schemas/README.md create mode 100644 schemas/compile.yaml