You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ga...@apache.org on 2014/03/04 00:46:41 UTC

git commit: Updating docs, more info on committing changes and updated committer list.

Repository: incubator-samza
Updated Branches:
  refs/heads/master 046ae23ba -> d38277ff8


Updating docs, more info on committing changes and updated committer list.


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

Branch: refs/heads/master
Commit: d38277ff83956f5885dd6596db9c0e15761964c7
Parents: 046ae23
Author: Garry Turkington <ga...@apache.org>
Authored: Mon Mar 3 23:46:25 2014 +0000
Committer: Garry Turkington <ga...@apache.org>
Committed: Mon Mar 3 23:46:25 2014 +0000

----------------------------------------------------------------------
 docs/community/committers.md |  5 +++++
 docs/contribute/code.md      | 16 +++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/d38277ff/docs/community/committers.md
----------------------------------------------------------------------
diff --git a/docs/community/committers.md b/docs/community/committers.md
index a240978..05d1e54 100644
--- a/docs/community/committers.md
+++ b/docs/community/committers.md
@@ -23,6 +23,11 @@ Committer, and PMC member<br/>
 <a href="http://www.linkedin.com/pub/sriram-subramanian/3/52a/162" target="_blank"><i class="icon-linkedin committer-icon"></i></a>
 <a href="http://twitter.com/sriramsub1" target="_blank"><i class="icon-twitter committer-icon"></i></a>
 
+**Garry Turkington**<br/>
+Committer, and PMC member<br/>
+<a href="http://uk.linkedin.com/in/garryturkington" target="_blank"><i class="icon-linkedin committer-icon"></i></a>
+<a href="http://twitter.com/garryturk" target="_blank"><i class="icon-twitter committer-icon"></i></a>
+
 ### Mentors
 
 **Chris Douglas**<br/>

http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/d38277ff/docs/contribute/code.md
----------------------------------------------------------------------
diff --git a/docs/contribute/code.md b/docs/contribute/code.md
index f580969..4b25f59 100644
--- a/docs/contribute/code.md
+++ b/docs/contribute/code.md
@@ -9,8 +9,18 @@ You can check out Samza's code by running:
 
 ```
 git clone http://git-wip-us.apache.org/repos/asf/incubator-samza.git
-````
-
-If you are a committer you need to use https instead of http to check in.
+```
 
 Please see the [Rules](rules.html) page for information on how to contribute.
+
+If you are a committer you need to use https instead of http to check in, otherwise you will get an error regarding an inability to acquire a lock. Note that older versions of git may also give this error even when the repo was cloned with https; if you experience this try a newer version of git.
+
+The Samza website is built by Jekyll from the markdown files found in the docs subdirectory. For committers wishing to update the webpage first install Jekyll:
+
+```
+gem install jekyll
+```
+
+Depending on your system you may also need install some additional dependencies when you try and run it. Note that some Linux distributions may have older versions of Jekyll packaged that treat arguments differently and may result in changes not being incorporated into the generated site.
+
+The script to commit the updated webpage files is docs/_tools/publish-site.sh