You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-dev@bookkeeper.apache.org by sijie <gi...@git.apache.org> on 2017/08/08 01:27:25 UTC

[GitHub] incubator-distributedlog pull request #136: DL-209: Update build script to b...

GitHub user sijie opened a pull request:

    https://github.com/apache/incubator-distributedlog/pull/136

    DL-209: Update build script to build distributedlog website under `bookkeeper.apache.org/distributedlog`

    *Problem*:
    
    Currently `bookkeeper.apache.org/distributedlog` is using content at the root of branch `asf-site`.
    `distributedlog.incubator.apache.org` is using content at `content` dir of branch `asf-site`.
    
    The website build script should support both.
    
    *Solution*:
    
    - add `_config-apache.yml` for building website at baseurl `/distributedlog`
    - update `website/build.sh` to build apache to build different configurations
    - add a `publish-website.sh` to be able to publish website by CI
    
    Also:
    - add `_config-staging.yml` for building website at staging
    - add a `staging-website.sh` to publish staging site.

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

    $ git pull https://github.com/sijie/incubator-distributedlog fix_production_url

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

    https://github.com/apache/incubator-distributedlog/pull/136.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 #136
    
----
commit 021bfc5e23f0ed9c5683ef370a643885a84e8cd9
Author: Sijie Guo <si...@apache.org>
Date:   2017-08-08T00:19:18Z

    `build apache` publish to / which will be available under bookkeeper.apache.org/distributedlog
    `build prod` publish to /content which will be available under distributedlog.incubator.apache.org

commit 4a84d0078ba07900afbd2bca9c53e0d7b07c4260
Author: Sijie Guo <si...@apache.org>
Date:   2017-08-08T01:03:53Z

    add scripts

commit 60a192dc1fb4eef8ff694ee2222add11f3604ded
Author: Sijie Guo <si...@apache.org>
Date:   2017-08-08T01:08:55Z

    fix a link

commit f57e9c4d79a23b2ff8df9a84fa31617b4e1f0da2
Author: Sijie Guo <si...@apache.org>
Date:   2017-08-08T01:16:05Z

    exclude scripts

----


---
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.
---