Mercurial > public > develkit
annotate hg-notify-subscriptions.rc @ 331:7bc7c6c79d7c
check for current release and hotfix branches when looking for latest snapshot
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Mon, 06 Mar 2023 13:37:28 -0500 |
parents | e5d348e8d80a |
children |
rev | line source |
---|---|
120 | 1 [usersubs] |
2 # key is subscriber email, value is comma-separated list of repo glob patterns | |
121 | 3 calmes@nwoca.org = *USPS* |
167 | 4 root@nwoca.org = *SSED* |
212
349fca275129
Subscribing Becher to push notification emails.
Jodi Becher <becher@nwoca.org>
parents:
194
diff
changeset
|
5 becher@nwoca.org = *USAS*,*Common*,*VUI* |
120 | 6 |
7 [reposubs] | |
8 # key is repo glob pattern, value is comma-separated list of subscriber emails | |
244 | 9 */public/* = smith@nwoca.org |
10 *vaadin* = smith@nwoca.org | |
11 *CNDC* = smith@nwoca.org | |
12 *GAAP* = smith@nwoca.org | |
13 *SSWAT* = smith@nwoca.org | |
14 */USAS/* = smith@nwoca.org | |
15 *VmsXml* = smith@nwoca.org |