Partnering:Projects:BYOB:Meetings:2010-09-08

From MozillaWiki
Jump to: navigation, search

Open Items

Roundtable

Kev

Neil

Tomcat

  • working on Bug verifications (thanks Les!)

Les

  • This week:
  • 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?
      • 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?