Bug 1000781

Summary: Rename XML files to unique names all over the dir hierarchy
Product: [Fedora] Fedora Documentation Reporter: Jérôme Fenal <jfenal>
Component: defensive-coding-guideAssignee: Florian Weimer <fweimer>
Status: CLOSED CURRENTRELEASE QA Contact: Eric Christensen <sparks>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: fweimer, jfenal, sparks
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-10 13:45:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jérôme Fenal 2013-08-25 08:10:32 UTC
Description of problem:

The guide XML files hierarchy shows file in different sub-directories with the same name.
This makes pushing the resources to Transifex to translation a non-predictable process, with only one of those non unique names being translated.


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


How reproducible:

Always.

Steps to Reproduce:
1.
2.
3.

Actual results:

Only one of multiple non-uniquely named files ends up on transifex.

Expected results:

Have all files on transifex for translation.


Additional info:

See https://lists.fedoraproject.org/pipermail/docs/2013-August/015194.html

Renaming all non unique file names to unique ones will solve the issue.

Comment 1 Florian Weimer 2013-08-26 09:29:05 UTC
(In reply to Jérôme Fenal from comment #0)
> The guide XML files hierarchy shows file in different sub-directories with
> the same name.
> This makes pushing the resources to Transifex to translation a
> non-predictable process, with only one of those non unique names being
> translated.

Is it okay to use subdirectories as long as the file names are globally unique, or should I move all files into a single directory?

Comment 2 Eric Christensen 2013-08-26 12:59:32 UTC
Yes, the non-unique file names do cause problems but I thought I had seen only non-translateable text in the non-unique files.

Comment 3 Florian Weimer 2013-08-26 13:00:51 UTC
I discussed this with Eric Christensen and we're going to move all XML files into a single directory.

Comment 4 Florian Weimer 2013-08-26 13:41:17 UTC
Fixed in commit 8350ea4f6175e074e9d29b223b442e524fc552af.  Thanks.