## Description of problem: While the modules of a release seem OK: http://translate.fedoraproject.org/module/olpc-sugar its pages seem *not* OK: http://translate.fedoraproject.org/releases/olpc Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Moving bug to 'Website' component.
Upstream bug filed.
Fixed. *YAY*! Each non-CVS module mentioned in releases.xml.in should explicitly state its branch, because branches default to HEAD. OLPC is on git, so we have to say it's on master: <module id="olpc-write" branch="master" /> This also fixed all non-CVS modules not showing up in the Fedora releases pages. Thanks Claude.