aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-05-02 19:48:32 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-05-02 19:48:32 +0000
commite4a5124c277445f839cbd066d768f7c23b3def29 (patch)
tree8353d4bad00623a329ec7065fb2c1cd63477af59 /README.txt
parentd3307c118a7f7f887d9b592684f6c28bed122468 (diff)
Kill off lnt/ subdir, which has moved to its own top-level (ok, semi top-level) repository.
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@156010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.txt b/README.txt
index 9a6e08fb..65bb01c9 100644
--- a/README.txt
+++ b/README.txt
@@ -1,26 +1,18 @@
Zorg - LLVM Testing Infrastructure
==================================
-This directory and its subdirectories contain Zorg, a testing infrastructure for
-LLVM.
+This directory and its subdirectories contain Zorg, the testing infrastructure
+for LLVM.
LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.
Zorg consists of several pieces:
- 1. A general database utilities for storing test results, with
- accompanying utilities.
+ 1. Buildbot configurations for LLVM.
- 2. A web app for submitting and querying test results.
-
- 3. A 'nightlytest' infrastructure built on top of 1 & 2.
-
- 4. Buildbot configurations for LLVM.
-
- 5. Other testing utility scripts.
+ 2. Other testing utility scripts.
Zorg is primarily implemented in Python, and has the following layout:
$ROOT/buildbot/ - Buildbot configurations.
$ROOT/zorg/ - The root zorg Python module.
$ROOT/zorg/buildbot/ - Reusable components for buildbot configurations.
- $ROOT/lnt/ - The LLVM "nightly test" infrastructure.