HDFS-9651. Add missing robots.txt files. (cherry picked from commit 8cb73255274bd46ea8aedbb28f25fa13b38723ad)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/88e17990 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/88e17990 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/88e17990 Branch: refs/heads/branch-2 Commit: 88e1799034617ed91dd5a954f144ade093db3f65 Parents: a563fa8 Author: Akira Ajisaka <[email protected]> Authored: Wed Apr 5 12:47:30 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Apr 5 12:48:12 2017 +0900 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/robots.txt | 2 ++ .../hadoop-hdfs/src/main/webapps/journal/robots.txt | 2 ++ .../hadoop-hdfs/src/main/webapps/secondary/robots.txt | 2 ++ 3 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/88e17990/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/robots.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/robots.txt b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / http://git-wip-us.apache.org/repos/asf/hadoop/blob/88e17990/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/robots.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/robots.txt b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / http://git-wip-us.apache.org/repos/asf/hadoop/blob/88e17990/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/robots.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/robots.txt b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
