Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 1333584 - add vcssync gh/mozilla-conduit/conduit; r=hwine
Browse files Browse the repository at this point in the history
  • Loading branch information
davehouse committed Feb 9, 2017
1 parent eabb5f2 commit ba52a08
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions configs/vcs_sync/build-repos.py
Expand Up @@ -109,6 +109,42 @@
"ssh_key": "~/.ssh/releng-github-id_rsa", "vcs": "git",
}

# conduit is here because adding it to this job was easier
# than defining its own config file and job.
conversion_repos.append({
"repo": "https://hg.mozilla.org/automation/conduit",
"repo_name": "conduit",
"conversion_dir": "conduit",
"targets": [{
"target_dest": "conduit-github",
"force_push": True,
# push all tags for parity with legacy vcs-sync behavior
"tag_config": {
"tag_regexes": [
"^.*$"
]
},
}],
"vcs": "hg",
"mapper": {
"url": "https://api.pub.build.mozilla.org/mapper",
"project": "conduit",
},
"branch_config": {
"branches": {
"default": "master",
},
"branch_regexes": [
"^.*$",
],
},
})

remote_targets["conduit-github"] = {
"repo": "git@github.com:mozilla-conduit/conduit.git",
"ssh_key": "~/.ssh/conduit-github-id_rsa", "vcs": "git",
}

# comm-central is here because adding it to this job was easier
# than defining its own config file and job.
conversion_repos.append({
Expand Down

0 comments on commit ba52a08

Please sign in to comment.