#790 translate.fedoraproject.org not showing statistics for F10
Closed: Fixed None Opened 15 years ago by asgeirf.

Damned Lies is not configured to show statistics for F10 yet.


Replying to [ticket:790 asgeirf]:

Damned Lies is not configured to show statistics for F10 yet.

The updated configuration files are in CVS. I will test these and push them live today.

asgeirf: Glad to hear it. I'm occupied with some other issues and can't work on this. Let me know if you need anything.

Progress on this is blocked by ticket #791, as we need CVS to be able to push changes live.

I found some time today and tested the files and seem to be working. We haven't moved any modules, so no deletion of any cache is needed.

Piotr (or Asgeir), please feel free to push the changes to LIVE.

Then we can ask fedora-trans-list to check if all projects have the correct branches registered.

Well, reopening this ticket as it is not fixed until I see it live. :)

Tagged as LIVE. We will see what breaks. ;)

CCing Mike.

It seems the syncFiles method used to pull from CVS LIVE onto our app servers isn't working (possibly because of the server rebuilts last week?). Here's what exists on CVS LIVE:

{{{
cvs up -r LIVE .
vi releases.xml.in

<release id="fedora-10" status="official" stringfrozen="false">
}}}

But on the servers we have this (commented out):

{{{

<!-- Next release
<release id="fedora-10" status="official" stringfrozen="false">
}}}

FWIW, root seems to have the sync crontab:

{{{

crontab -l

Puppet Name: translations

1,31 * * /usr/local/bin/syncFiles.sh translation /srv/web/translation/
}}}

I think I've got this fixed now. I did the following:

  • Added cvs to puppet1 so the script there could pull the cvs live tag.
  • Switched the script from cvs-int to cvs1.
  • verified that the new release.xml.in showed up on app4

feel free to reopen if there's other things that are still broken in this sync process.

Confirming that [http://translate.fedoraproject.org/languages/es/fedora-10 it works].

Thanks Toshio both for the fix and the details of your actions -- helps us learn how to look into similar issues in the future :)

Login to comment on this ticket.

Metadata