You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Ivan Kelly (JIRA)" <ji...@apache.org> on 2014/12/16 20:02:15 UTC

[jira] [Updated] (BOOKKEEPER-828) Script for updating docs on website from master branch

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Kelly updated BOOKKEEPER-828:
----------------------------------
    Attachment: 0001-Script-to-update-master-documentation.patch

The attached patch includes a scripts which does the following.

1. Download the current master docs directory from subversion
2. Download the master branch from git
3. Build the javadoc
4. Sync master docs from the site with that from git
5. Sync the javadoc
6. Commit the changes to the site if anything has changed.

> Script for updating docs on website from master branch
> ------------------------------------------------------
>
>                 Key: BOOKKEEPER-828
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-828
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>             Fix For: 4.4.0
>
>         Attachments: 0001-Script-to-update-master-documentation.patch
>
>
> Pre TLP, whenever we updated the docs/ directory of trunk, the website docs for trunk would be "automatically" updated. Updates to the docs still needed to be built with the old build_trigger mechanism, and the site published through CMS.
> The docs were pulled in using a svn:external link. This is no longer possible, as _master_'s docs/ directory is in git. 
> We need a new way to sync master docs on the website with what is in git.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)