You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/11/08 23:57:21 UTC

[1/2] incubator-beam-site git commit: Remove parser since it's not on the executors.

Repository: incubator-beam-site
Updated Branches:
  refs/heads/asf-site 81bb48952 -> e841e7d85


Remove parser since it's not on the executors.

Signed-off-by: Jason Kuster <ja...@google.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/0310c70e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/0310c70e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/0310c70e

Branch: refs/heads/asf-site
Commit: 0310c70ec3103edab1bff7592a8bcb97132704be
Parents: 81bb489
Author: Jason Kuster <ja...@google.com>
Authored: Tue Nov 8 15:52:22 2016 -0800
Committer: Jason Kuster <ja...@google.com>
Committed: Tue Nov 8 15:52:22 2016 -0800

----------------------------------------------------------------------
 tools/append_index_html_to_internal_links.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/0310c70e/tools/append_index_html_to_internal_links.py
----------------------------------------------------------------------
diff --git a/tools/append_index_html_to_internal_links.py b/tools/append_index_html_to_internal_links.py
index da87f57..457e083 100644
--- a/tools/append_index_html_to_internal_links.py
+++ b/tools/append_index_html_to_internal_links.py
@@ -44,7 +44,7 @@ print 'Matches: ' + str(len(matches))
 for match in matches:
   print 'Fixing links in: ' + match
   mf = open(match)
-  soup = BeautifulSoup(mf, "lxml")
+  soup = BeautifulSoup(mf)
   # Iterates over every <a>
   for a in soup.findAll('a'):
     try:


[2/2] incubator-beam-site git commit: This closes #74

Posted by da...@apache.org.
This closes #74


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/e841e7d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/e841e7d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/e841e7d8

Branch: refs/heads/asf-site
Commit: e841e7d85c80b6393cb957646fe7b6548d26234c
Parents: 81bb489 0310c70
Author: Davor Bonaci <da...@google.com>
Authored: Tue Nov 8 15:57:17 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Nov 8 15:57:17 2016 -0800

----------------------------------------------------------------------
 tools/append_index_html_to_internal_links.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------