Bug 435091

Summary: Does not checkout branches correctly for system-config-network
Product: [Fedora] Fedora Localization Reporter: Harald Hoyer <harald>
Component: WebsiteAssignee: Dimitris Glezos <dimitris>
Status: CLOSED NEXTRELEASE QA Contact: Diego Búrigo Zacarão <diegobz>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: aalam, piotrdrag, yatiohi
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://translate.fedoraproject.org/module/system-config-network#Branch-F8
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-08 18:56:03 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:
Bug Depends On:    
Bug Blocks: 435025    

Description Harald Hoyer 2008-02-27 10:45:15 UTC
Description of problem:

http://translate.fedoraproject.org/module/system-config-network#Branch-F8

pot file link broken

seems like the git checkout didn't work for Branch-F8. Same with Branch-RHEL5

Comment 1 Dimitris Glezos 2008-02-27 11:58:46 UTC
Should be fixed in the next LIVE update.

Comment 2 Harald Hoyer 2008-02-28 09:49:40 UTC
Download POT file  POT file (0 messages) — updated on 2008-02-28 02:14:21 MST.

    * error PO file
'/var/tmp/l10n-data/scratchdir/git/system-config-network.Branch-F8/po/system-config-network.pot'
doesn't exist.


Comment 3 Dimitris Glezos 2008-02-28 10:48:51 UTC
I did some local testing yesterday and noticed that it wasn't a problem of
caching. I'm wondering if the git commands need some tweaking (again). Currently
we do:

git clone
git branch --track foo origin/foo
git checkout foo
git reset --hard origin/foo

and for updating the local repo to look like origin:

git checkout foo
git fetch origin
git reset --hard origin/foo


Comment 4 Christos Trochalakis 2008-02-28 11:45:04 UTC
Dimitris these commands are not the ones we have talked about.

I suspect that we haven't pushed them to flpweb yet.

Comment 5 Dimitris Glezos 2008-03-16 21:41:52 UTC
Changes committed and tagged as live (modules.py).

FWIW, there's a thread on -trans-list on this.

Comment 6 Piotr Drąg 2008-08-27 22:25:55 UTC
Looks fixed anyway.

Comment 7 Piotr Drąg 2008-08-27 22:28:17 UTC
I'm sorry for closing this, Branch-RHEL5 seems still broken.

Comment 8 Piotr Drąg 2008-11-08 18:56:03 UTC
Definitely fixed.