Bug 1151749
| Summary: | rhel7-branch uses the the same Transifex config as master | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Piotr Drąg <piotrdrag> |
| Component: | pykickstart | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | bcl, clumens, jstodola |
| Target Milestone: | rc | ||
| Target Release: | 7.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pykickstart-1.99.66.1-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 09:43:09 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: | |
| Embargoed: | |||
|
Description
Piotr Drąg
2014-10-11 10:54:30 UTC
I've set up the new branch in transifex. All I need approval for in this bug is pushing the .tx/config file change. diff --git a/.tx/config b/.tx/config index 31aa2a1..74c704a 100644 --- a/.tx/config +++ b/.tx/config @@ -1,8 +1,8 @@ [main] host = https://www.transifex.com -[pykickstart.master] +[pykickstart.rhel7-branch] file_filter = po/<lang>.po source_file = po/pykickstart.pot source_lang = en - +type = PO Oh, an important note: .tx/config is only in the source tree. It does not make it into the built RPM. Given that this bug is just something committed to the source tree that doesn't even end up in a built package, I don't think giving it a "Fixed In Version" value is useful, nor is including it on the erratum. This bug is in a pretty weird grey area, I guess. Patch from comment 3 is not applied in latest pykickstart-1.99.43.17-1.el7: jstodola@unused-4-186 ~/tmp/pk/pykickstart-1.99.43.17$ cat .tx/config [main] host = https://www.transifex.com [pykickstart.master] file_filter = po/<lang>.po source_file = po/pykickstart.pot source_lang = en jstodola@unused-4-186 ~/tmp/pk/pykickstart-1.99.43.17$ Moving back to ASSIGNED. This is going to need blocker set so I can do a new build at this point. But again, I think the status of the source RPM is irrelevant - I think it really only matters that the fix is in place in git, so that whoever does pykickstart builds (me) pulls from the right location in transifex, and that the translators push to the right location. I don't believe anyone works out of the srpm. But I can do a new build if absolutely necessary, if that flag is set. We'll just deal with the paperwork portion of this for 7.2. But again, I'd like to let the reporter know that it's been in git for a while so any time I push new strings or do new builds, they will involve the correct branch. Pykickstart switched to zanata, zanata.xml contains: <project-version>rhel7-branch</project-version> po/*.po files contain translations. Version of pykickstart: pykickstart-1.99.66.5-1.el7 Moving to VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2285.html |