Bug 922305 - I can't build this doc for f18(and f17)
Summary: I can't build this doc for f18(and f17)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora Documentation
Classification: Retired
Component: musicians-guide
Version: devel
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christopher Antila
QA Contact: Fedora Docs QA
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-16 06:46 UTC by Tadashi Jokagi
Modified: 2013-03-17 21:37 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-03-17 21:37:48 UTC
Embargoed:


Attachments (Terms of Use)

Description Tadashi Jokagi 2013-03-16 06:46:47 UTC
Description of problem:
I can't build this doc for f18.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. git clone ssh://git.fedorahosted.org/git/docs/musicians-guide.git
2. git checkout f18
3. publican build --embedtoc --publish --formats html-single --langs ja-JP
  
Actual results:
This step is to create a Fedora Draft Documentation.

$ find publish -type f -name \*.html
publish/ja-JP/Fedora_Draft_Documentation/0.1/html-single/Musicians_Guide/index.html

Expected results:
I want to create a Musicians Guide for f18.

Additional info:
I can not create a document also for f17.
Work results, for the f16 is created.

$ git checkout f17
$ publican build --embedtoc --publish --formats epub,html,html-single --langs ja-JP
$ find publish -type f -name \*.html
publish/ja-JP/Fedora/16/html-single/Musicians_Guide/index.html

Comment 1 Christopher Antila 2013-03-16 17:26:17 UTC
Thank you for reporting this error.

When you want to publish a Guide, not as a draft, you must make a few changes. When I published the Fedora 18 Musicians' Guide in English, I made the changes, then I made a commit in git, but I forgot to push it to the repository. I fixed this now.

For Fedora 17, I did not publish the Musicians' Guide in English, so when you try to publish it in Japanese, the Fedora 16 version is the result. I changed the version in the "f17" branch, so this is fixed too.

Please run the "git pull" command to download the changes I made. Then you can publish the Musicians' Guide in Japanese for f17 and f18. If it still doesn't work, or if you have other questions, please let me know.

Thank you again for your help in translating!

Comment 2 Tadashi Jokagi 2013-03-17 21:37:48 UTC
I could build Japanese translation of Mugicians Guide for f18 / f17.
Thanks!!


Note You need to log in before you can comment on or make changes to this bug.