Product: Fedora Documentation https://bugzilla.redhat.com/show_bug.cgi?id=922306
Bug ID: 922306 Summary: I can't build this doc for f17 Product: Fedora Documentation Version: devel Component: installation-quick-start-guide Severity: unspecified Priority: unspecified Assignee: jreed@redhat.com Reporter: elf@poyo.jp QA Contact: docs-qa@lists.fedoraproject.org CC: oglesbyzm@gmail.com
Description of problem: Git repository of this doc is not have f18 branch.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce: 1. git clone ssh://git.fedorahosted.org/git/docs/installation-quick-start-guide.git 2. git branch -a 3. git branch f18
Actual results: switch to f18.
Expected results: failed swith to f18.
$ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/f11 remotes/origin/f12 remotes/origin/f12-tx remotes/origin/f13 remotes/origin/f15 remotes/origin/f17 remotes/origin/master remotes/origin/testing $ git checkout f18 error: pathspec 'f18' did not match any file(s) known to git.
Additional info:
Product: Fedora Documentation https://bugzilla.redhat.com/show_bug.cgi?id=922306
Jack Reed jreed@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2013-03-17 19:32:31
--- Comment #1 from Jack Reed jreed@redhat.com --- Hi Tadashi,
A git repo was not created for the Installation Quick Start Guide for F18 because the repos for the Installation Guide and the IQSG have been merged. Both books are now built from the same repo, and both books are now part of the same translation project. Consequently, an f18 branch for the IQSG was not needed.
This is explained via the Installation Quick Start Guide link under the 'In Translation' column in the Docs table on the Fedora wiki:
https://fedoraproject.org/wiki/Docs_Project_guides_table#Guides
And here is the original announcement:
http://lists.fedoraproject.org/pipermail/trans/2013-February/010551.html
Let me know if this raises any additional questions.
docs-qa@lists.fedoraproject.org