Skip to content

Commit 2acde65

Browse files
committed
dupe tags to ff-test-stage
1 parent b5de21e commit 2acde65

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

config-development.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,11 @@ destination_url = "ssh://hg.mozilla.org/conduit-testing/test-repo-github-dev"
104104
tags_destination_branch = "tags-unified-1973880"
105105
# Default
106106
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"
107+
108+
[[tag_mappings]]
109+
source_url = "https://github.com/mozilla-conduit/test-repo"
110+
tag_pattern = "^(DEV)_(BETA|NIGHTLY)_(\\d+)_(BASE|END)$"
111+
destination_url = "ssh://hg.mozilla.org/conduit-testing/test-repo-github-stage"
112+
tags_destination_branch = "tags-unified-1973880"
113+
# Default
114+
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"

git_hg_sync/repo_synchronizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def sync(
127127
for tag_operation in tag_ops:
128128
tag_branch = tag_operation.tags_destination_branch
129129
# If the destination branch is not present locally, but exists remotely, we
130-
# explicitly pull it.
130+
# explicitly fetch it.
131131
if not repo.git.branch("-l", tag_branch) and repo.git.execute(
132132
[
133133
"git",

0 commit comments

Comments
 (0)