Bug 450101
| Summary: | there is no branch to submit for files named 'initscripts.f9.branch' & 'system-config-network.Branch-F9' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora Localization | Reporter: | Manoj Kumar Giri <mgiri> |
| Component: | Website | Assignee: | Dimitris Glezos <dimitris> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | A S Alam <aalam> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | aalam, ankit, asgeirf, mshao, piotrdrag |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-08 19:04:43 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Manoj Kumar Giri
2008-06-05 12:49:04 UTC
system-config-network fixed. I bumped onto a small problem for initscripts because of the capitalization of the branch name and SQLOBject not seeming to want to accept it because of an existing branch named 'f9-branch'. >>> b=Branch(name='F9-branch') DuplicateEntryError: Duplicate entry 'F9-branch' for key 2 >>> Branch.selectBy(name='F9-branch')[0].name u'f9-branch' Thanks Dimitris, System-config-network is working now. Waiting for the initscripts to be fixed. Any update on initscripts Manoj, I haven't worked on an update yet, hence the lack of comments on this report. FWIW, I'm not sure that translations on that branch will indeed reach Fedora 9 at all. At [1] you can see that there have been some updates already though, can't tell if translations were included as well. [1]: https://admin.fedoraproject.org/updates/search/initscripts OK Dimitris Seems fixed now. Mass change of component from Transifex to Website, since all our websites are handled by Transifex now. |