Changes

Jump to: navigation, search

ReleaseEngineering/How To/VCSSync

688 bytes added, 23:37, 14 October 2013
How to add a repo to gecko-dev or gecko-git
"branch_config": {
"branches": {
"default": "beta", # the 'default' hg branch should become a 'beta' git branch. # This is really needed by the all-in-one repos where there are multiple # 'default' branches from hg that need to each be their own unique branch.
},
"branch_regexes": [
"^GECKO[0-9_]*RELBRANCH$", # Whitelist the gecko and mobile release branches without having to "^MOBILE[0-9_]*RELBRANCH$", # list them all by name.
],
},
"tag_config": {
"tag_regexes": [
"^(B2G|RELEASE_BASE)_", # Whitelist the B2G and RELEASE_BASE tags. # Explicitly avoid the release tags since they currently move in hg-land.
],
},
Confirm
4,971
edits

Navigation menu