Product: Fedora Documentation https://bugzilla.redhat.com/show_bug.cgi?id=922305
Bug ID: 922305 Summary: I can't build this doc for f18(and f17) Product: Fedora Documentation Version: devel Component: musicians-guide Severity: unspecified Priority: unspecified Assignee: christopher.antila@adjectivenoun.ca Reporter: elf@poyo.jp QA Contact: docs-qa@lists.fedoraproject.org CC: oglesbyzm@gmail.com
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
Product: Fedora Documentation https://bugzilla.redhat.com/show_bug.cgi?id=922305
Christopher Antila christopher.antila@adjectivenoun.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED
--- Comment #1 from Christopher Antila christopher.antila@adjectivenoun.ca --- 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!
Product: Fedora Documentation https://bugzilla.redhat.com/show_bug.cgi?id=922305
Tadashi Jokagi elf@poyo.jp changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution|--- |NOTABUG Last Closed| |2013-03-17 17:37:48
--- Comment #2 from Tadashi Jokagi elf@poyo.jp --- I could build Japanese translation of Mugicians Guide for f18 / f17. Thanks!!
docs-qa@lists.fedoraproject.org