[PATCH] testbot/web: Disable indexing of the TestBot site.
Nov. 2, 2019
6:40 p.m.
All the data on the website is transient in nature and not worth indexing. Signed-off-by: Francois Gouget <fgouget(a)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
2335
Age (days ago)
2335
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget