send-reports: Truncate content to 50K.
[patchq.git] / README
diff --git a/README b/README
index 6e779de..954c227 100644 (file)
--- a/README
+++ b/README
@@ -99,8 +99,14 @@ To do:
  - Allow dependencies between tests (ie. test if the code compiles
    first before running other tests).
 
+ - Send full reports to a website.  Requires another queue and another
+   task to update the website.
+
 Similar projects:
 
  - The 0-day test service is a very comprehensive set of tests
-   which are run on kernel trees and patches posted to LKML
+   which are run on kernel trees and patches posted to LKML.
    https://01.org/lkp/documentation/0-day-test-service
+
+ - https://github.com/patchew-project/patchew
+   Developed and used by the qemu project.