You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2017/04/05 03:48:22 UTC

[1/2] hadoop git commit: HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 7507ccd38 -> 88e179903


HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke.

(cherry picked from commit 09e6caec3dbba257f11fe7246d4c25ee8fc95d8b)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a563fa8e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a563fa8e
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a563fa8e

Branch: refs/heads/branch-2
Commit: a563fa8ee960bf76425c7d3e3e7d9775f8ba3657
Parents: 7507ccd
Author: Akira Ajisaka <aa...@apache.org>
Authored: Wed Apr 5 12:45:28 2017 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Wed Apr 5 12:46:09 2017 +0900

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a563fa8e/hadoop-hdfs-project/hadoop-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
index 46e4c32..87d1942 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -381,6 +381,9 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
             <exclude>src/test/resources/editsStored*</exclude>
             <exclude>src/test/resources/empty-file</exclude>
             <exclude>src/main/webapps/datanode/robots.txt</exclude>
+            <exclude>src/main/webapps/hdfs/robots.txt</exclude>
+            <exclude>src/main/webapps/journal/robots.txt</exclude>
+            <exclude>src/main/webapps/secondary/robots.txt</exclude>
             <exclude>src/contrib/**</exclude>
             <exclude>src/site/resources/images/*</exclude>
             <exclude>src/main/webapps/static/bootstrap-3.0.2/**</exclude>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[2/2] hadoop git commit: HDFS-9651. Add missing robots.txt files.

Posted by aa...@apache.org.
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 <aa...@apache.org>
Authored: Wed Apr 5 12:47:30 2017 +0900
Committer: Akira Ajisaka <aa...@apache.org>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org