slight updates to slides
[slides.git] / fosdem2008 / slide_moz_infra.html
... / ...
CommitLineData
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <meta name="Author" content="KaiRo - Robert Kaiser">
6 <title>And the beast shall come forth... - Mozilla Infrastructure</title>
7 <link rel="stylesheet" type="text/css" href="slides.css">
8 <link rel="contents" href="index.html" title="Contents">
9 <link rel="index" href="toc.html" title="Overview">
10 <link rel="start" href="index.html" title="Start">
11 <link rel="first" href="slide_introduction.html" title="First page">
12 <link rel="previous" href="slide_comm_infra.html" title="Previous page">
13 <link rel="next" href="slide_l10n.html" title="Next page">
14 <link rel="last" href="slide_end.html" title="Last page">
15<script type="text/javascript">
16function docClicked(event) {
17 if (event.target.nodeName != "A") {
18 location.href = document.getElementById('goNext').href;
19 }
20}
21</script>
22</head>
23<body onLoad="document.body.onclick = docClicked;">
24<div id="header"><div id="header-text">And the beast shall come forth...</div>
25 <img src="template/header-logo.png" height="38" width="260" alt="">
26</div>
27<div id="slidenav"><div id="subheader-text">Community Project Organization and SeaMonkey 2</div>
28 <a href="toc.html" accesskey="t">toc</a> ||
29 <a href="index.html" accesskey="s">start</a> ||
30 <a href="slide_comm_infra.html" accesskey="p">&lt; prev</a> |
31 <a href="slide_l10n.html" id="goNext" accesskey="n">next &gt;</a>
32</div>
33
34<h1>Mozilla Infrastructure</h1>
35
36<div class="simplebox">
37<ul>
38 <li><a href="http://bugzilla.mozilla.org">bugzilla.mozilla.org</a> product/component structure problems -
39 <span class="hilite"><a href="http://www.gerv.net/temp/bmo-reorg.html">bmo reorg</a></span> needed ASAP!</li>
40 <li>Not certain yet how non-FF projects can/should deal with post-CVS <span class="hilite">mozilla2 world</span></li>
41 <ul>
42 <li><span class="hilite">One hg-repo-per-project</span> gets hard when you want
43 core+&#x200B;editor+&#x200B;mailnews+&#x200B;suite-specifics+&#x200B;calendar+&#x200B;chatzilla+&#x200B;...</li>
44 <li>Developers may need to <span class="hilite">relearn a whole toolchain</span>, including VCS, webtools, etc.</li>
45 <li>Mozilla2 still sounds as too much of a <span class="hilite">moving target</span> to even try adding stuff on top</li>
46 <li>How much <span class="hilite">rewriting</span> do our apps need? manually? automated?</li>
47 <li>SeaMonkey/Thunderbird/Sunbird <span class="hilite">not even at alpha</span> on 1.9 yet,
48 no free dev resources to look at even more experimental stuff atm</li>
49 </ul>
50 </li>
51 <li>We might need/want a <span class="hilite">1.9.1</span>, being 1.9 + selected toolkit fixes that couldn't make FF3
52</ul>
53</div>
54
55</body>
56</html>