Mercurial > public > develkit
annotate hg-notify-subscriptions.rc @ 326:131275ef326a
fix urls
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Thu, 09 Feb 2023 14:24:44 -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 |