[
https://issues.apache.org/jira/browse/MESOS-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625736#comment-14625736
]
Adam B commented on MESOS-3040:
-------------------------------
The very first item in the "Before you submit" section of
http://mesos.apache.org/documentation/latest/submitting-a-patch/ is:
{code}
1. Check out the code from the Apache repository via Git. Instructions are on
the Getting Started page.
{code}
The Getting Started page at http://mesos.apache.org/gettingstarted/ starts its
"Building Mesos" by instructing you to
{code}
# Change working directory.
$ cd mesos
# Bootstrap (Only required if building from git repository).
$ ./bootstrap
{code}
If this is not clear enough, how do you propose we make it clearer? We don't
want to duplicate build instructions on the submitting-a-patch page.
> Update submitting-a-patch.md
> ----------------------------
>
> Key: MESOS-3040
> URL: https://issues.apache.org/jira/browse/MESOS-3040
> Project: Mesos
> Issue Type: Documentation
> Components: documentation
> Affects Versions: 1.0.0
> Reporter: gyliu
> Assignee: gyliu
> Fix For: 1.0.0
>
>
> When developer is using git to clone the mesos source code and want to build,
> s/he need to run ./bootstrap first to generate some files such as configure,
> .gitignore etc. But the document do not including such instructions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)