This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository llvm-lnt.
from 3ab9fb1 Remove the --no-timestamp option from the test suite (#143) new 56a3c89 Simplify LNT's logging story (#169) new 0444cb1 [lnt.llvm.org] Use the latest Docker image with new logging
The 2 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: deployment/README.md | 3 -- deployment/ec2-volume-mapping.yaml | 7 ----- deployment/main.tf | 2 +- deployment/on-ec2-boot.sh | 1 - docker/compose.yaml | 2 -- docker/docker-entrypoint.sh | 3 +- docker/lnt.dockerfile | 7 ++--- lnt/lnttool/runserver.py | 2 +- lnt/server/ui/app.py | 62 ++++++------------------------------- lnt/server/ui/templates/layout.html | 1 - lnt/server/ui/templates/log.html | 18 ----------- lnt/server/ui/views.py | 7 ----- tests/server/ui/V4Pages.py | 1 - 13 files changed, 15 insertions(+), 101 deletions(-) delete mode 100644 lnt/server/ui/templates/log.html