You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2018/01/26 17:42:00 UTC

[3/4] cayenne-website git commit: promoting GitHub on the list of repository choices

promoting GitHub on the list of repository choices


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

Branch: refs/heads/master
Commit: ea1125868598e24ffdf5804009acb2de84c6f49e
Parents: 37aa09a
Author: Andrus Adamchik <an...@objectstyle.com>
Authored: Fri Jan 26 20:38:14 2018 +0300
Committer: Andrus Adamchik <an...@objectstyle.com>
Committed: Fri Jan 26 20:38:14 2018 +0300

----------------------------------------------------------------------
 src/main/site/content/dev/code-repository.md | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/ea112586/src/main/site/content/dev/code-repository.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/dev/code-repository.md b/src/main/site/content/dev/code-repository.md
index da916a3..df7dd3d 100644
--- a/src/main/site/content/dev/code-repository.md
+++ b/src/main/site/content/dev/code-repository.md
@@ -9,15 +9,23 @@ menu:
 url: /dev/code-repository.html
 ---
 
-## Git Repository
+## GitHub Repository
 
-Cayenne uses Git for source code version control. "Master" writable repository is located here:    
-[https://git-wip-us.apache.org/repos/asf/cayenne.git](https://git-wip-us.apache.org/repos/asf/cayenne.git)
-
-It can be cloned by anyone, and that's where committers would ultimately push the code. We also have a GitHub read-only copy:  
+A read-only mirror of Cayenne sources is published on GitHub:    
 [https://github.com/apache/cayenne](https://github.com/apache/cayenne) 
 
-Feel free to fork and/or star Cayenne there.
+Feel free to clone, fork, star Cayenne there. And of course submit pull requests.
+
+{{% gap %}}
+
+
+## Master Git Repository
+
+"Master" writable repository is located here:    
+[https://git-wip-us.apache.org/repos/asf/cayenne.git](https://git-wip-us.apache.org/repos/asf/cayenne.git)
+
+It is publicly readable, but only committers have write access. That's where committers would ultimately push 
+the code. It is synchronized to GitHub usually within seconds.
 
 {{% gap %}}