You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by at...@apache.org on 2018/02/08 17:43:28 UTC

[1/3] incubator-crail-website git commit: New paragraph about how to contribute to Crail

Repository: incubator-crail-website
Updated Branches:
  refs/heads/master 1a5d033dc -> 2ed7b32f0


New paragraph about how to contribute to Crail


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/commit/220fed69
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/tree/220fed69
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/diff/220fed69

Branch: refs/heads/master
Commit: 220fed69940ce65fdb412be98d7a1b448ffaff20
Parents: 1a5d033
Author: Animesh Trivedi <an...@gmail.com>
Authored: Thu Feb 8 18:32:59 2018 +0100
Committer: Animesh Trivedi <an...@gmail.com>
Committed: Thu Feb 8 18:32:59 2018 +0100

----------------------------------------------------------------------
 site/community/index.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/220fed69/site/community/index.html
----------------------------------------------------------------------
diff --git a/site/community/index.html b/site/community/index.html
index 1aa8dfe..50d6ca2 100644
--- a/site/community/index.html
+++ b/site/community/index.html
@@ -9,7 +9,11 @@ title: Community
 
 The versioned source code history is available from the Apache git repository at <a href="http://git-wip-us.apache.org/repos/asf/incubator-crail.git">http://git-wip-us.apache.org/repos/asf/incubator-crail.git</a> or from the github mirror <a href="https://github.com/apache/incubator-crail">https://github.com/apache/incubator-crail</a>
 
-<h3 id="bug-tracking">Bug tracking</h3>
+<h3 id="howto-contribute"> How to contribute to Crail</h3>
+
+For any potential changes/proposals we recommend that you open a JIRA ticket to have a disucssion. After making necessary code changes, please open a pull request at Github, and let us know on the dev mailing list.
+
+<h3 id="bug-tracking">Bug/JIRA tracking</h3>
 
 <a href="https://issues.apache.org/jira/browse/CRAIL">https://issues.apache.org/jira/browse/CRAIL</a>
 


[2/3] incubator-crail-website git commit: Adding a loopback baseurl for easy testing.

Posted by at...@apache.org.
Adding a loopback baseurl for easy testing.

By default it is commented out.


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

Branch: refs/heads/master
Commit: b0cff0357836af2cd089f87513fd5510660ac3e6
Parents: 220fed6
Author: Animesh Trivedi <an...@gmail.com>
Authored: Thu Feb 8 18:33:36 2018 +0100
Committer: Animesh Trivedi <an...@gmail.com>
Committed: Thu Feb 8 18:33:36 2018 +0100

----------------------------------------------------------------------
 site/_config.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/b0cff035/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index d142063..353e5fc 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -27,6 +27,7 @@ front_page_news: 5
 
 # Base pathname for links.
 base: 'http://crail.incubator.apache.org'
+#base: 'http://127.0.0.1:4000'
 
 
 # gem dependencies


[3/3] incubator-crail-website git commit: Adding a README.md about how to update the website.

Posted by at...@apache.org.
Adding a README.md about how to update the website.


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/commit/2ed7b32f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/tree/2ed7b32f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/diff/2ed7b32f

Branch: refs/heads/master
Commit: 2ed7b32f0d6499c72d86b28bf14c366668ad1cde
Parents: b0cff03
Author: Animesh Trivedi <an...@gmail.com>
Authored: Thu Feb 8 18:42:31 2018 +0100
Committer: Animesh Trivedi <an...@gmail.com>
Committed: Thu Feb 8 18:42:31 2018 +0100

----------------------------------------------------------------------
 README.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/2ed7b32f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5fd9045
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+## How to update the Crail website. 
+
+Please make necessary changes in the master branch. You can test 
+the master branch by 
+ 1. Changing the 'base` in the site/_config.yml from base: 
+    'http://crail.incubator.apache.org' to 
+    'http://127.0.0.1:4000'
+ 2. Run the script "test-locally.sh" to test your setup locally. 
+
+Once you are satisfied with your changes, please change the 
+site/_config.yml back, and commit your changes to the master 
+branch. 
+
+Once you are done pushing all changes to the master branch, run 
+"publish.sh" script. This script will build the new website and 
+commit the newly generated pages to the "asf-site" branch. If all 
+goes well, you just need to push the new commit to the branch by 
+calling "git push origin asf-site". 
+
+After this, you switch back to the "master" branch. 
+
+- The master contains the source in 'master/site'.
+- The build site is checked into the 'asf-site/content'. 
+
+https://issues.apache.org/jira/browse/CRAIL-1