947
edits
(→Steps: use canonical location of mozilla/master) |
(→Background: verbage) |
||
| Line 1: | Line 1: | ||
= How to Mirror a Repository in Github to Mozilla-Central = | = How to Mirror a Repository in Github to Mozilla-Central = | ||
== Background == | == Background == | ||
Many | Many projects (such as [[Auto-tools/Projects/MozBase]] and [https://github.com/mozilla/peptest peptest]) are version controlled with git and [http://github.com github], but are mirrored to [http://hg.mozilla.org/mozilla-central mozilla-central] for testing infrastructure. | ||
The reasoning is that tools and harnesses such as these are useful | The reasoning is that tools and harnesses such as these are useful or required for Mozilla's test infrastructure, but are also useful as standalone utilities. Keeping them in standalone repositories gives us greater development freedom, makes it easier for new contributors to help out and makes the tools more visible to people outside of the Mozilla community. | ||
== Steps == | == Steps == | ||
edits