Firebug/WeeklyUpdates/2012-03-06: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Jan Odvarko, Christoph Dorn, Sebastian Zartner, Steven Roussey, Dave Camp == Firebug 1.10 == * 1.10.0a5 this week? * List of 1.10 [http://code.google.com/p/fbug/issues/list?ca...")
 
m (Fixed link to Honza's Firebug github repo)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:


== SVN -> GIT Transition ==
== SVN -> GIT Transition ==
* Test firebug repo: ttps://github.com/janodvarko/firebug-test5
* Test firebug repo: https://github.com/janodvarko/firebug-test5
** History kept
** History kept
** Linux endings used
** Linux endings used
Line 39: Line 39:
** (2) Perhaps too complex, but with hot-fix branch: http://nvie.com/posts/a-successful-git-branching-model/
** (2) Perhaps too complex, but with hot-fix branch: http://nvie.com/posts/a-successful-git-branching-model/


* Rules
** Clean up feature branches
** Clean up feature branches
** Recreate release branches from tags
** Recreate release branches from tags


* Honza make a wiki page describing the flow
* Honza make a wiki page describing the flow


== Testing ==
== Testing ==

Latest revision as of 19:41, 6 March 2012

Jan Odvarko, Christoph Dorn, Sebastian Zartner, Steven Roussey, Dave Camp


Firebug 1.10

  • 1.10.0a5 this week?


SVN -> GIT Transition


Settings

  • Windows:
   git config --global core.autocrlf true
   git config --global core.safecrlf false
  • Linux:
   git config --global core.autocrlf input
   git config --global core.safecrlf false


GIT Flow

  • Rules
    • Clean up feature branches
    • Recreate release branches from tags
  • Honza make a wiki page describing the flow

Testing

  • Some tests failing.
  • The test-bot needs from GIT: github.com/firebug/firebug/tests


Next Goals

    • Better Parser API, Sebastian and Simon
    • Firecookie, Honza (but what about Swarms?)


Swarms

  • What about having a panel with extensions?
  • How far is the Swarms idea to be finished?
  • Sebastian: post a Swarm status.


Module Loader

  • Christoph doing progress
  • Modules join on the fly
  • Support for packages
  • Could enable independent package/module development in the future