You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/05/27 23:33:56 UTC

[13/48] bahir-website git commit: Update community page with source repositories and mirrors

Update community page with source repositories and mirrors

Update source repository with regular and mirror repository
Add website source repository and its regular and mirror repository


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

Branch: refs/heads/master
Commit: 9da8bfffa700840efa310b6020d6b1246cc02f16
Parents: 82825e3
Author: Luciano Resende <lr...@apache.org>
Authored: Mon Nov 23 15:18:00 2015 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Mon Nov 23 15:18:00 2015 -0800

----------------------------------------------------------------------
 _data/project.yml | 6 +++++-
 community.md      | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/9da8bfff/_data/project.yml
----------------------------------------------------------------------
diff --git a/_data/project.yml b/_data/project.yml
index 14d8222..ed001f0 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -30,6 +30,10 @@ commits_list_archive_markmail:
 
 jira: SYSTEMML
 
-source_repository: https://github.com/apache/incubator-systemml
+source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git
+source_repository_mirror: https://github.com/apache/incubator-systemml
+
+website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git
+website_repository_mirror: https://github.com/apache/incubator-systemml-website
 
 podling: true
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/9da8bfff/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 93d4340..37cfe59 100644
--- a/community.md
+++ b/community.md
@@ -57,9 +57,9 @@ Enhancement requests for new features are also welcome. The more concrete and ra
 
 ### Source Code
 
-The project sources are accessible via the [source code repository]({{ site.data.project.source_repository }})
-
-
+The project sources are accessible via the [source code repository]({{ site.data.project.source_repository }}) which is also mirrored in [GitHub]({{ site.data.project.source_repository_mirror }})
 
 
+### Website Source Code
 
+The project website sources are accessible via the [website source code repository]({{ site.data.project.website_repository }}) which is also mirrored in [GitHub]({{ site.data.project.website_repository_mirror }})