Partnering:Projects:BYOB:Meetings:2010-09-08
From MozillaWiki
Contents
Open Items
Roundtable
Kev
Neil
Tomcat
- working on Bug verifications (thanks Les!)
Les
- This week:
- Shelved per-locale bookmark sets for now.
- Localization for individual items should still work.
- Hunting down bugs and 404s
- Filed a separate bug for staging env
- And another bug for the prod env
- Shelved per-locale bookmark sets for now.
- Blockers:
- Localizing first-run pages is hard.
- Been playing with making the web app use a Mercurial repo
- Seems complex to automate
- Generate files / directories, commit via PHP exec()/system()
- hg repo per webhead? or NFS share across all webheads with single hg repo?
- Push to some central repo that buildbot watches
- Needs ssh keys? or some HTTP hg server running?
- Generate files / directories, commit via PHP exec()/system()
- Could we do something simpler?
- We don't actually need revision control on the generated files
- If web servers wrote to a shared NFS, could buildbot use that?
- Can buildbot be triggered via plain files? File mtime? Explicit signal?
- Seems complex to automate