[PATCH] D39291: [Docs] Use `db_default` instead of `default` in example submit url.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 08:19:10 PDT 2017


fhahn created this revision.

It looks like the URL changed. With `default` I get the following error:

  127.0.0.1 - - [25/Oct/2017 15:09:36] "POST /default/submitRun HTTP/1.1" 404 -
  error: lnt server: The page you are looking for does not exist.


https://reviews.llvm.org/D39291

Files:
  docs/importing_data.rst


Index: docs/importing_data.rst
===================================================================
--- docs/importing_data.rst
+++ docs/importing_data.rst
@@ -21,7 +21,7 @@

     echo -n "foo.exec 25\nbar.score 24.2\nbar/baz.size 110.0\n" > results.txt
     lnt importreport --machine=my-machine-name --order=1234 --testsuite=nts results.txt report.json
-    lnt submit http://mylnt.com/default/submitRun report.json
+    lnt submit http://mylnt.com/db_default/submitRun report.json

 .. _json_format: 
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39291.120260.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/f5c40620/attachment.bin>


More information about the llvm-commits mailing list