This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository zorg.
from ad968be [zorg] Enable assertions on the linux lldb bot new 1a55c01 This is an out of date builder. Use the new location new f0d9e88 Simple dependency manager for our CI jobs
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: dep/dep.py | 488 +++++++++++++++++++++++++ dep/requirements.txt | 2 + dep/tests/Dependencies0 | 2 + dep/tests/Dependencies1 | 17 + dep/tests/assets/brew_cmake_installed.json | 76 ++++ dep/tests/assets/brew_ninja_not_installed.json | 58 +++ dep/tests/conftest.py | 11 + dep/tests/test_dep.py | 134 +++++++ llvmbisect/llvmlab/ci.py | 2 +- 9 files changed, 789 insertions(+), 1 deletion(-) create mode 100644 dep/dep.py create mode 100644 dep/requirements.txt create mode 100644 dep/tests/Dependencies0 create mode 100644 dep/tests/Dependencies1 create mode 100644 dep/tests/assets/brew_cmake_installed.json create mode 100644 dep/tests/assets/brew_ninja_not_installed.json create mode 100644 dep/tests/conftest.py create mode 100644 dep/tests/test_dep.py