Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Changes around the l10n dashboard

2 views
Skip to first unread message

Axel Hecht

unread,
May 18, 2011, 5:20:33 PM5/18/11
to
Hi folks,

we just put a major update live for the code that runs the l10n dashboard.

You'll hardly see anything in the frontend just yet, but in the
backbone, oh boy.

See what we're doing at https://github.com/mozilla/elmo/network.

Most of this code update was done by Peter Bengtsson, or peterbe on irc.
He's fulltime on elmo now, so welcome Peter. elmo? EL10n.m.o. You get
it, stas' idea. Also joining this project is Laura Thomson, laura on
irc. She's on the hook to get whatever the project needs.

I'll continue to do the backend stuff around compare-locales, and stas
ties that all together.

There's a new bugzilla component,
https://bugzilla.mozilla.org/describecomponents.cgi?product=Webtools#Elmo,
if you're interested in the bug traffic you can watch el...@webtools.bugs.

We've started to set up the wiki pages on github on how to contribute,
so if you have things to hack on, feel free to fork. peterbe is giving
us tests, too.

We hang out in #elmo, join us there. We're also in #webdev, as we're
actually tied into their ways of doing things now, too.

Axel

Marcelo Poli

unread,
May 19, 2011, 10:09:54 PM5/19/11
to
At this moment fx-beta for es-AR doesn't show anything to sign-off

https://l10n-stage-sj.mozilla.org/shipping/pushes?locale=es-AR&av=fx5

Axel Hecht

unread,
May 20, 2011, 3:05:52 AM5/20/11
to
On 20.05.11 04:09, Marcelo Poli wrote:
> At this moment fx-beta for es-AR doesn't show anything to sign-off
>
> https://l10n-stage-sj.mozilla.org/shipping/pushes?locale=es-AR&av=fx5

That's an artifact of how we hack around the dashboard right now.

Can you land a small change or just a whitespace change on both aurora
and beta? Same for other teams having this problem.

You'd do that by

cd ...mozilla-aurora/es-AR/
vi browser/README.txt # do some minor edit
hg ci ...
hg push
hg push ../../mozilla-beta/es-AR
cd ../../mozilla-beta/es-AR
hg push

Feel free to do some hg out and hg inc inbetween before the pushes,
ignore the release tags for that.

That way you'll end up having data on the dashboard. That's the least
hacky way right now, I'm on the hook to fix that.

Axel

0 new messages