[PATCH] testbot/web: Disable indexing of the TestBot site.
2 Nov
2019
2 Nov
'19
11: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
2322
Age (days ago)
2322
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget