Skip to content

Commit 2802579

Browse files
committed
config: add .git to URLs for dev and stage
This is what's coming in the lando messages, and matches the state of the prod config.
1 parent 81a717b commit 2802579

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

config-development.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ directory = "/clones"
2121

2222
[[tracked_repositories]]
2323
name = "ff-test"
24-
url = "https://github.com/mozilla-conduit/ff-test"
24+
url = "https://github.com/mozilla-conduit/ff-test.git"
2525

2626
[[branch_mappings]]
27-
source_url = "https://github.com/mozilla-conduit/ff-test"
27+
source_url = "https://github.com/mozilla-conduit/ff-test.git"
2828
branch_pattern = "dev"
2929
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
3030
destination_branch = "default"
@@ -33,14 +33,14 @@ destination_branch = "default"
3333
# relbranches
3434
#
3535
[[branch_mappings]]
36-
source_url = "https://github.com/mozilla-conduit/ff-test"
36+
source_url = "https://github.com/mozilla-conduit/ff-test.git"
3737
# <M>_<m>_X RELBRANCH to mozilla-release matching branch
3838
branch_pattern = "^((FIREFOX|DEVEDITION|FIREFOX-ANDROID)_ESR_(\\d+)(_\\d+_X)_RELBRANCH)$"
3939
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
4040
destination_branch = "\\1"
4141

4242
[[tag_mappings]]
43-
source_url = "https://github.com/mozilla-conduit/ff-test"
43+
source_url = "https://github.com/mozilla-conduit/ff-test.git"
4444
tag_pattern = "^(FIREFOX|DEVEDITION|FIREFOX-ANDROID)_.*$"
4545
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-dev"
4646
tags_destination_branch = "tags-unified-1973880"
@@ -49,16 +49,16 @@ tags_destination_branch = "tags-unified-1973880"
4949

5050
[[tracked_repositories]]
5151
name = "test-repo-github"
52-
url = "https://github.com/mozilla-conduit/test-repo"
52+
url = "https://github.com/mozilla-conduit/test-repo.git"
5353

5454
[[branch_mappings]]
55-
source_url = "https://github.com/mozilla-conduit/test-repo"
55+
source_url = "https://github.com/mozilla-conduit/test-repo.git"
5656
branch_pattern = "dev"
5757
destination_url = "ssh://hg.mozilla.org/conduit-testing/test-repo-github-dev"
5858
destination_branch = "default"
5959

6060
[[tag_mappings]]
61-
source_url = "https://github.com/mozilla-conduit/test-repo"
61+
source_url = "https://github.com/mozilla-conduit/test-repo.git"
6262
tag_pattern = "^(DEV)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
6363
destination_url = "ssh://hg.mozilla.org/conduit-testing/test-repo-github-dev"
6464
tags_destination_branch = "tags-unified-1973880"

config-staging.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ directory = "/clones"
2121

2222
[[tracked_repositories]]
2323
name = "ff-test"
24-
url = "https://github.com/mozilla-conduit/ff-test"
24+
url = "https://github.com/mozilla-conduit/ff-test.git"
2525

2626
[[branch_mappings]]
27-
source_url = "https://github.com/mozilla-conduit/ff-test"
27+
source_url = "https://github.com/mozilla-conduit/ff-test.git"
2828
branch_pattern = "stage"
2929
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-stage"
3030
destination_branch = "default"
3131

3232
[[tag_mappings]]
33-
source_url = "https://github.com/mozilla-conduit/ff-test"
33+
source_url = "https://github.com/mozilla-conduit/ff-test.git"
3434
tag_pattern = "^(STAGE)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
3535
destination_url = "ssh://hg.mozilla.org/conduit-testing/ff-test-stage"
3636
tags_destination_branch = "stage-tags"
@@ -40,16 +40,16 @@ tags_destination_branch = "stage-tags"
4040

4141
[[tracked_repositories]]
4242
name = "test-repo-github"
43-
url = "https://github.com/mozilla-conduit/test-repo"
43+
url = "https://github.com/mozilla-conduit/test-repo.git"
4444

4545
[[branch_mappings]]
46-
source_url = "https://github.com/mozilla-conduit/test-repo"
46+
source_url = "https://github.com/mozilla-conduit/test-repo.git"
4747
branch_pattern = "stage"
4848
destination_url = "ssh://hg.mozilla.org/conduit-testing/test-repo-github-stage"
4949
destination_branch = "default"
5050

5151
[[tag_mappings]]
52-
source_url = "https://github.com/mozilla-conduit/test-repo"
52+
source_url = "https://github.com/mozilla-conduit/test-repo.git"
5353
tag_pattern = "^(STAGE)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
5454
destination_url = "ssh://hg.mozilla.org/conduit-testing/test-repo-github-stage"
5555
tags_destination_branch = "stage-tags"

0 commit comments

Comments
 (0)