Francois Gouget : testbot/web: Disable indexing of the TestBot site.
Module: tools Branch: master Commit: dd327eaf94647fc7e3fab28061c42d691e91a298 URL: https://source.winehq.org/git/tools.git/?a=commit;h=dd327eaf94647fc7e3fab280... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Sun Nov 3 00:40:57 2019 +0100 testbot/web: Disable indexing of the TestBot site. All the data on the website is transient in nature and not worth indexing. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/web/robots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testbot/web/robots.txt b/testbot/web/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/testbot/web/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /
participants (1)
-
Alexandre Julliard