[LNT] r291056 - Rename file to be markdown

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 17:17:07 PST 2017


Author: cmatthews
Date: Wed Jan  4 19:17:07 2017
New Revision: 291056

URL: http://llvm.org/viewvc/llvm-project?rev=291056&view=rev
Log:
Rename file to be markdown

All these nice Git web systems render markdown in the project readme,
so lets make this a md file, so it renderes nicely.

Added:
    lnt/trunk/README.md
      - copied, changed from r291055, lnt/trunk/README.txt
Removed:
    lnt/trunk/README.txt

Copied: lnt/trunk/README.md (from r291055, lnt/trunk/README.txt)
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/README.md?p2=lnt/trunk/README.md&p1=lnt/trunk/README.txt&r1=291055&r2=291056&rev=291056&view=diff
==============================================================================
    (empty)

Removed: lnt/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/README.txt?rev=291055&view=auto
==============================================================================
--- lnt/trunk/README.txt (original)
+++ lnt/trunk/README.txt (removed)
@@ -1,18 +0,0 @@
-LLVM "Nightly Test" Infrastructure
-==================================
-
-This directory and its subdirectories contain the LLVM nightly test
-infrastructure. This is technically version "3.0" of the LLVM nightly test
-architecture.
-
-The infrastructure has the following layout:
-
- $ROOT/lnt - Top-level Python 'lnt' module
-
- $ROOT/db - Database schema, utilities, and examples of the LNT plist format.
-
- $ROOT/docs - Sphinx documentation for LNT.
-
- $ROOT/tests - Tests for the infrastructure.
-
-For more information, see the web documentation, or docs/.




More information about the llvm-commits mailing list