[PATCH] testbot/web: Disable indexing of the TestBot site.

Francois Gouget fgouget at codeweavers.com
Sat Nov 2 18:40:57 CDT 2019


All the data on the website is transient in nature and not worth
indexing.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/robots.txt | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 testbot/web/robots.txt

diff --git a/testbot/web/robots.txt b/testbot/web/robots.txt
new file mode 100644
index 000000000..1f53798bb
--- /dev/null
+++ b/testbot/web/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /
-- 
2.20.1




More information about the wine-devel mailing list