You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/09/06 09:39:29 UTC

[23/50] [abbrv] incubator-kylin git commit: Update doc on how to generate patch

Update doc on how to generate patch

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

Branch: refs/heads/master
Commit: 5534ccccdd4daeb424b2dea32494646625f77856
Parents: 1a296f9
Author: shaofengshi <sh...@apache.org>
Authored: Thu Aug 13 16:52:51 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Aug 13 16:52:51 2015 +0800

----------------------------------------------------------------------
 website/_dev/howto_contribute.md      | 3 ++-
 website/_docs/install/kylin_docker.md | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/5534cccc/website/_dev/howto_contribute.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_contribute.md b/website/_dev/howto_contribute.md
index bb35956..5e55438 100644
--- a/website/_dev/howto_contribute.md
+++ b/website/_dev/howto_contribute.md
@@ -18,7 +18,8 @@ Here are the major branches:
 * Discuss with others in mailing list or issue comments, make sure the proposed changes fit in with what others are doing and have planned for the project
 * Make changes in your fork
 * Write unit test if no existing cover your change
-* Generate patch and attach it to relative JIRA (https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/)
+* Generate patch and attach it to relative JIRA; Please use "git format-patch" command to generate the patch, for a detail guide you can refer to [How to create and apply a patch with Git](https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/)
+
 
 ## Apply Patch
 * Committer will review in terms of correctness, performance, design, coding style, test coverage

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/5534cccc/website/_docs/install/kylin_docker.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/kylin_docker.md b/website/_docs/install/kylin_docker.md
index 63adae7..1861d08 100644
--- a/website/_docs/install/kylin_docker.md
+++ b/website/_docs/install/kylin_docker.md
@@ -16,7 +16,7 @@ With help of SequenceIQ, we have put together a fully automated method of creati
 
 ### Installation
 {% highlight Groff markup %}
-docker pull sequenceiq/kylin
+docker pull sequenceiq/kylin:0.7.2
 {% endhighlight %}
 
 Once the container is pulled you are ready to start playing with Kylin. Get the following helper functions from our Kylin GitHub [repository](https://github.com/sequenceiq/docker-kylin/blob/master/ambari-functions) - _(make sure you source it)._