Confirmed users
1,351
edits
(added master table of what's done by which system) |
(which system processes which repositories) |
||
Line 7: | Line 7: | ||
= Quick notes = | = Quick notes = | ||
== What's running | == What's running where == | ||
=== Repositories needed to Build Products === | Anything not listed below is probably running in the new system. The system pushing the production content is listed first. If the other system is listed, we're in parallel operations mode and changes should be made to both systems. | ||
=== Repositories needed to Build Mozilla Products === | |||
{| class="fullwidth-table sortable" | {| class="fullwidth-table sortable" | ||
| style="background:#cccccc" | ''' | | style="background:#cccccc" | '''Repository''' | ||
| style="background:#cccccc" | '''Old/New''' | | style="background:#cccccc" | '''Old/New''' | ||
| style="background:#cccccc" | '''Web views at''' | | style="background:#cccccc" | '''Web views at''' | ||
Line 27: | Line 29: | ||
|- | |- | ||
| releases/gecko.git | | releases/gecko.git | ||
| old | | old, new | ||
| [http://git.mozilla.org/?p=releases/gecko.git;a=summary Moz] | | [http://git.mozilla.org/?p=releases/gecko.git;a=summary Moz] | ||
| Partner facing FxOS <nowiki>[1]</nowiki> | | Partner facing FxOS <nowiki>[1]</nowiki> | ||
|- | |- | ||
| releases/gaia.git | | releases/gaia.git | ||
| old | | old, new | ||
| [http://git.mozilla.org/?p=releases/gaia.git;a=summary Moz] | | [http://git.mozilla.org/?p=releases/gaia.git;a=summary Moz] | ||
| Partner facing FxOS <nowiki>[1]</nowiki> | | Partner facing FxOS <nowiki>[1]</nowiki> | ||
|- | |- | ||
| releases/l10n/<locale>/{gecko,gaia}.git | | releases/l10n/<locale>/{gecko,gaia}.git | ||
| old | | old, new | ||
| [http://git.mozilla.org/ Moz] (browse from there) | | [http://git.mozilla.org/ Moz] (browse from there) | ||
| Partner facing FxOS <nowiki>[1]</nowiki> | | Partner facing FxOS <nowiki>[1]</nowiki> | ||
Line 45: | Line 47: | ||
| [http://hg.mozilla.org/integration/ Moz] (browse from there) | | [http://hg.mozilla.org/integration/ Moz] (browse from there) | ||
| Hg versions of gaia branches to support older tooling | | Hg versions of gaia branches to support older tooling | ||
|- | |||
| b2g mirrors | |||
| old | |||
| [http://git.mozilla.org/ Moz] browse <tt>external</tt> and <tt>b2g</tt> from there (r/o) | |||
| Local copies to ensure availability during builds. | |||
|} | |} | ||
Line 53: | Line 60: | ||
#* only contain branches related to shipping versions of FxOS | #* only contain branches related to shipping versions of FxOS | ||
=== Repositories Supporting Mozilla Web Products === | |||
{| class="fullwidth-table sortable" | |||
| style="background:#cccccc" | '''Repository''' | |||
| style="background:#cccccc" | '''Old/New''' | |||
| style="background:#cccccc" | '''Web views at''' | |||
| style="background:#cccccc" | '''Notes''' | |||
|- | |||
| bugzilla-{bugzilla,qa}.git | |||
| old | |||
| [http://git.mozilla.org/ Moz] (r/w), [https://github.com/bugzilla/ github] (r/o) | |||
| Only the bugzilla.git & qa.git repos are mirrored to github | |||
|- | |||
| webtools-bmo-{bugzilla,qa}.git | |||
| old | |||
| [http://git.mozilla.org/ Moz] (r/w), [https://github.com/mozilla/ webtools-bmo-* on github] (r/o) | |||
| | |||
|} | |||
=== Repositories Supporting Infrastructure, Tooling, and Miscellaneous === | |||
{| class="fullwidth-table sortable" | |||
| style="background:#cccccc" | '''Repository''' | |||
| style="background:#cccccc" | '''Old/New''' | |||
| style="background:#cccccc" | '''Web views at''' | |||
| style="background:#cccccc" | '''Notes''' | |||
|- | |||
| build-releng-api.git | |||
| old | |||
| [http://github.com/mozilla/build-releng-api.git github] (r/o), [http://hg.mozilla.org/build/releng-api Moz] (r/o) | |||
|- | |||
| automation/fuzz-tools.git | |||
| old | |||
| [http://git.mozilla.org/?p=automation/fuzz-tools.git Moz] (r/w), [https://github.com/mozilla/automation-fuzz-tools.git github] (r/o) | |||
| | |||
|- | |||
| qa/mozmill-tests | |||
| old | |||
| [http://hg.mozilla.org/qa/mozmill-tests Moz] (r/w), [https://github.com/mozilla/qa-mozmill-tests github] (r/o) | |||
| | |||
|} | |||
== Machines == | == Machines == |