Gaia/Meeting/2015-03-24

From MozillaWiki
Jump to: navigation, search

Gaia Weekly Meeting

Alternate Meeting Times:

  • "Early" meetings: Tues 9:00am SF, Wed 12:00am Taipei
  • "Late" meetings: Tues 6:00pm SF, Wed 9:00am Taipei

Announcements & Notices

  • None this week.

Talks

  • Update on Gaia build changes (Ricky)
    • 2 phases: configuration & build
      • configuration: resolving file dependencies
  • The diagram about the 'two phases' build:

{ [ Scanner ] - [ Analyzers ] - [Generator] } --> generated Makefile --> [ Building tasks ]

  • ex: the 'shared' task
    • Scan all HTML and to see if there are files prefixed with '/shared'
    • Analyze if there are any invalid path and report error
    • Generate the final Makefile with the rule of copying 'shared' files
    • (with 'make')
    • Building tasks would perform the copying job to copy the shared files to app directories

Roundtable

  • Build changes Q&A

TEAM UPDATES

  • Kevin: Autolander running Gij. Aiming for reducing each try-run in less than 10 mins.