-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.toml.example
More file actions
34 lines (29 loc) · 927 Bytes
/
config.toml.example
File metadata and controls
34 lines (29 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[pulse]
userid = "<username>"
host = "pulse.mozilla.org"
port = 5671
exchange = "exchange/<username>/test"
routing_key = ""
queue = "queue/<username>/test"
password = "<pulse-password>"
heartbeat = 30
ssl = true
[sentry]
sentry_dsn = ""
[clones]
directory = "../git_hg_sync_repos/"
[[tracked_repositories]]
name = "firefox-releases"
url = "/home/fbessou/dev/MOZI/fake-forge/git/firefox-releases"
[[branch_mappings]]
source_url = "/home/fbessou/dev/MOZI/fake-forge/git/firefox-releases"
branch_pattern = "^(esr\\d+)$"
destination_url = "/home/fbessou/dev/MOZI/fake-forge/hg/mozilla-\\1"
destination_branch = "default"
[[tag_mappings]]
source_url = "/home/fbessou/dev/MOZI/fake-forge/git/firefox-releases"
tag_pattern = "^FIREFOX_BETA_(\\d+)_(BASE|END)$"
destination_url = "/home/fbessou/dev/MOZI/fake-forge/hg/mozilla-beta"
tags_destination_branch = "tags"
# Default
#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD"