You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by joeymcallister <gi...@git.apache.org> on 2016/10/20 20:14:00 UTC

[GitHub] incubator-geode pull request #266: Add user guide doc to website

GitHub user joeymcallister opened a pull request:

    https://github.com/apache/incubator-geode/pull/266

    Add user guide doc to website

    Added the user guide built using `geode-docs` and `geode-book` to `geode-site/content/`. Built and reviewed the site locally. Related docs/website changes are in feature/GEODE-2015.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joeymcallister/incubator-geode asf-site

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-geode/pull/266.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #266
    
----
commit f717e5138bfc2ee9bedf942c986ad498102e6f8d
Author: Joey McAllister <jm...@pivotal.io>
Date:   2016-10-20T20:09:09Z

    Add user guide doc to website

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #266: Add user guide doc to website

Posted by karensmolermiller <gi...@git.apache.org>.
Github user karensmolermiller commented on the issue:

    https://github.com/apache/incubator-geode/pull/266
  
    I'm merging in this PR.  Its sole task is to get the docs hosted within the website.  PR #267 will help to get the content right against develop.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode issue #266: Add user guide doc to website

Posted by upthewaterspout <gi...@git.apache.org>.
Github user upthewaterspout commented on the issue:

    https://github.com/apache/incubator-geode/pull/266
  
    The travis CI is failing because the asf-site branch is just the website, it doesn't have any code or the .travis.yml file. I wouldn't worry about that.
    
    We don't want to take any manual changes only asf-site branch though, it should be built from the source. So at the least this needs a PR against develop with the changes to generate this content.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-geode pull request #266: Add user guide doc to website

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-geode/pull/266


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] incubator-geode pull request #266: Add user guide doc to website

Posted by Swapnil Bawaskar <sb...@pivotal.io>.
Hi Joey,
Travis is not configured to work on the asf-site branch, so you can ignore
the failure.

Thanks!
Swapnil.

On Thu, Oct 20, 2016 at 1:44 PM, Joey McAllister <jm...@pivotal.io>
wrote:

> Hi,
>
> The pull request below is to push the contributed docs content to the
> website. I followed the website instructions, tarballed the web content,
> and moved it to the asf-site branch. Now, the PR is showing a Travis CI
> build fail.
>
> Is that relevant to the asf-site branch? If so, can someone help me parse
> what's failing, so I can fix it?
>
> Thanks!
> Joey
>
> On Thu, Oct 20, 2016 at 1:14 PM joeymcallister <gi...@git.apache.org> wrote:
>
> > GitHub user joeymcallister opened a pull request:
> >
> >     https://github.com/apache/incubator-geode/pull/266
> >
> >     Add user guide doc to website
> >
> >     Added the user guide built using `geode-docs` and `geode-book` to
> > `geode-site/content/`. Built and reviewed the site locally. Related
> > docs/website changes are in feature/GEODE-2015.
> >
> > You can merge this pull request into a Git repository by running:
> >
> >     $ git pull https://github.com/joeymcallister/incubator-geode
> asf-site
> >
> > Alternatively you can review and apply these changes as the patch at:
> >
> >     https://github.com/apache/incubator-geode/pull/266.patch
> >
> > To close this pull request, make a commit to your master/trunk branch
> > with (at least) the following in the commit message:
> >
> >     This closes #266
> >
> > ----
> > commit f717e5138bfc2ee9bedf942c986ad498102e6f8d
> > Author: Joey McAllister <jm...@pivotal.io>
> > Date:   2016-10-20T20:09:09Z
> >
> >     Add user guide doc to website
> >
> > ----
> >
> >
> > ---
> > If your project is set up for it, you can reply to this email and have
> your
> > reply appear on GitHub as well. If your project does not have this
> feature
> > enabled and wishes so, or if the feature is enabled but not working,
> please
> > contact infrastructure at infrastructure@apache.org or file a JIRA
> ticket
> > with INFRA.
> > ---
> >
>

Re: [GitHub] incubator-geode pull request #266: Add user guide doc to website

Posted by Joey McAllister <jm...@pivotal.io>.
Hi,

The pull request below is to push the contributed docs content to the
website. I followed the website instructions, tarballed the web content,
and moved it to the asf-site branch. Now, the PR is showing a Travis CI
build fail.

Is that relevant to the asf-site branch? If so, can someone help me parse
what's failing, so I can fix it?

Thanks!
Joey

On Thu, Oct 20, 2016 at 1:14 PM joeymcallister <gi...@git.apache.org> wrote:

> GitHub user joeymcallister opened a pull request:
>
>     https://github.com/apache/incubator-geode/pull/266
>
>     Add user guide doc to website
>
>     Added the user guide built using `geode-docs` and `geode-book` to
> `geode-site/content/`. Built and reviewed the site locally. Related
> docs/website changes are in feature/GEODE-2015.
>
> You can merge this pull request into a Git repository by running:
>
>     $ git pull https://github.com/joeymcallister/incubator-geode asf-site
>
> Alternatively you can review and apply these changes as the patch at:
>
>     https://github.com/apache/incubator-geode/pull/266.patch
>
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
>
>     This closes #266
>
> ----
> commit f717e5138bfc2ee9bedf942c986ad498102e6f8d
> Author: Joey McAllister <jm...@pivotal.io>
> Date:   2016-10-20T20:09:09Z
>
>     Add user guide doc to website
>
> ----
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>