[
https://issues.apache.org/jira/browse/AURORA-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14309719#comment-14309719
]
Kevin Sweeney commented on AURORA-985:
--------------------------------------
I think a submodule would add more complexity than it's worth - we already have
a mechanism to exclude files from the source distribution via .gitattributes -
let's use that?
> Move Aurora website source to subdirectory of git repo
> ------------------------------------------------------
>
> Key: AURORA-985
> URL: https://issues.apache.org/jira/browse/AURORA-985
> Project: Aurora
> Issue Type: Task
> Reporter: Dave Lester
>
> Currently the source of the Aurora website lives in subversion; static files
> generated by Middleman live in a /site/publish/ folder that renders online at
> aurora.incubator.apache.org. However, since documentation is rendered on the
> website (and included in the /docs folder of the codebase) it requires they
> be copied from git to svn whenever a change is made.
> This ticket proposes to move the contents of the /site/source/ folder
> (currently on subversion) to git, and to be part of the same repository where
> the aurora codebase lives.
> This change would make it possible to:
> 1) avoid a `git clone` of docs from the git repo to subversion
> 2) easily vet documentation changes to the main Aurora codebase by seeing how
> they will render on the website. Having them in two separate repos currently
> makes this cumbersome, and encourages folks to ship documentation without
> verifying what it looks like.
> 3) simplifies the process of committing documentation changes to the website
> by making it possible w/in the same repo as the full codebase
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)