[Openstack-i18n] Publish translated document job

Tom Fifield tom at openstack.org
Fri Aug 2 00:29:35 UTC 2013


Hi,

As a beginning, I added Kato san's code as a patch so that we can get 
help from openstack-infra and openstack-docs.

To edit this patch:

# git clone git://github.com/openstack-infra/config.git; cd config
# git review -d 39846
# git commit -a --amend
# git review


Posting a message on openstack-docs asking for review now. I will also 
try and take a look at things myself.

Regards,


Tom

On 30/07/13 17:57, Ying Chun Guo wrote:
> Hi, KATO
>
> I think we cannot use any manually actions in the publish step.
> The operation guide has been moved out of master branch. I don't know if
> it will affect the script.
> I will forward your email to CI team and ask for their help.
>
> Regards
> Ying Chun Guo (Daisy)
>
> KATO Tomoyuki <tomo at dream.daynight.jp> wrote on 2013/07/18 08:19:39:
>
>  > KATO Tomoyuki <tomo at dream.daynight.jp>
>  > 2013/07/18 08:19
>  >
>  > To
>  >
>  > openstack-i18n at lists.openstack.org,
>  >
>  > cc
>  >
>  > Subject
>  >
>  > Re: [Openstack-i18n] I18n's meeting tomorrow
>  >
>  > Hi Daisy, all,
>  >
>  > My ACTION item from last meeting.
>  > ACTION: katomo and Daisy to work on the Jenkins script to publish
>  > Japanese operation guide.
>  >
>  > I think it is necessary to do in 2 steps to publish the guide.
>  >
>  >   1. import translations from Transifex or somewhere.
>  >      - at now, manually push "ja.po" into Git repository.
>  >   2. build the guide and upload to the website.
>  >      - add job "openstack-operations-guide-ja" in manuals.yaml below.
>  >
>  > I think it is necessary to make it a little more generic.
>  >
>  > ## manuals.yaml [1]
>  > ############################################################
>  > - job:
>  >     name: openstack-operations-guide-ja
>  >     project-type: maven
>  >     concurrent: false
>  >     node: precise
>  >
>  >     properties:
>  >       - inject:
>  >           script-file:
> /usr/local/jenkins/slave_scripts/docbook-properties.sh
>  >           properties-file: gerrit-doc.properties
>  >
>  >     prebuilders:
>  >       - gerrit-git-prep
>  >       - shell: | ./tools/generatedocbook -l ja -b openstack-ops
>  >
>  >     maven:
>  >       maven-name: Maven3
>  >       root-module:
>  >         group-id: org.openstack.docs
>  >         artifact-id: openstack-guide
>  >         root-pom: generated/ja/openstack-ops/pom.xml
>  >         goals: '-Drelease.path.name=${DOC_RELEASE_PATH} -
>  > Dcomments.enabled=${DOC_COMMENTS_ENABLED} clean generate-sources'
>  >
>  >     publishers:
>  >       - console-log-post
>  >       - ftp:
>  >           site: docs.openstack.org
>  >             source: 'generated/ja/openstack-ops/target/docbkx/webhelp/**'
>  >           target: '/ja/'
>  >             remove-prefix:
> 'generated/ja/openstack-ops/target/docbkx/webhelp/'
>  >           excludes: '**/*.xml,**/null*'
>  >
> ################################################################################
>  >
>  > [1] https://github.com/openstack-infra/config/blob/master/modules/
>  > openstack_project/files/jenkins_job_builder/config/manuals.yaml
>  >
>  > Regards,
>  > KATO Tomoyuki
>  >
>  > > Please feel free to add topics if you want to talk through the wiki
> page:
>  > >
>  > > https://wiki.openstack.org/wiki/Meetings/
>  > I18nTeamMeeting#Agenda_for_next_meeting
>  > >
>  > > Regards
>  > > Ying Chun Guo (Daisy)
>  > >
>  > > ----- Forwarded by Ying Chun Guo/China/IBM on 2013/07/17 15:41 -----
>  > >
>  > > Ying Chun Guo/China/IBM wrote on 2013/07/17 15:03:08:
>  > >
>  > > > Ying Chun Guo/China/IBM
>  > > > 2013/07/17 15:03
>  > > >
>  > > > To
>  > > >
>  > > > openstack-i18n at lists.openstack.org,
>  > > >
>  > > > cc
>  > > >
>  > > > "OpenStack Development Mailing List" <openstack-
>  > > > dev at lists.openstack.org>, OpenStack Mailing List
>  > > > <openstack at lists.launchpad.net>
>  > > >
>  > > > Subject
>  > > >
>  > > > I18n's meeting tomorrow
>  > > >
>  > > > Hi,
>  > > >
>  > > > There is OpenStack I18n team meeting at 0100UTC on Thursday in IRC
>  > > > channel #openstack-meeting.
>  > > > The time, we use Asia/America friendly time. Welcome to join the
> meeting.
>  > > >
>  > > > We will cover following topics this time:
>  > > >
>  > > >  Action items from the last meeting
>  > > >  Progress with Japanese doc site
>  > > >  Wiki page to track the translation jobs and progress
>  > > >  Open discussion
>  > > >
>  > > > For more details, please look into https://wiki.openstack.org/wiki/
>  > > > Meetings/I18nTeamMeeting.
>  > > >
>  > > > Again, if you are interested in I18n or OpenStack, welcome to
> join us.
>  > > > We need translators and developers too.
>  > > > Please contact us through IRC channel #openstack-translation, or
>  > > > mailing address: openstack-i18n at list.openstack.org.
>  > > > Please refer to our wiki page for more details: https://
>  > > > wiki.openstack.org/wiki/I18nTeam
>  > > >
>  > > > Best regards
>  > > > Daisy
>  > _______________________________________________
>  > Openstack-i18n mailing list
>  > Openstack-i18n at lists.openstack.org
>  > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
>
>
> _______________________________________________
> Openstack-i18n mailing list
> Openstack-i18n at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
>




More information about the Openstack-i18n mailing list