[llvm-commits] [zorg] r146222 - /zorg/trunk/lnt/lnt/lnttool/create.py

Daniel Dunbar daniel at zuster.org
Thu Dec 8 17:19:51 PST 2011


Author: ddunbar
Date: Thu Dec  8 19:19:51 2011
New Revision: 146222

URL: http://llvm.org/viewvc/llvm-project?rev=146222&view=rev
Log:
lnt/config: Add note that URL is only supposed to be needed for emails, not the
web app.

Modified:
    zorg/trunk/lnt/lnt/lnttool/create.py

Modified: zorg/trunk/lnt/lnt/lnttool/create.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/lnt/lnttool/create.py?rev=146222&r1=146221&r2=146222&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/lnttool/create.py (original)
+++ zorg/trunk/lnt/lnt/lnttool/create.py Thu Dec  8 19:19:51 2011
@@ -16,7 +16,8 @@
 # example.
 name = %(name)r
 
-# Path to the LNT server.
+# Path to the LNT server. This is required for use in emails where we need to
+# provude an absolute URL to the server.
 zorgURL = %(hosturl)r
 
 # Temporary directory, for use by the web app. This must be writable by the user





More information about the llvm-commits mailing list