diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-12-03 18:49:38 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-01-04 15:49:14 -0800 |
commit | a09c596ea96cbf657c7b7ce7885fec9c41971b4c (patch) | |
tree | 3730d94e427cb46fd67583581de58570ba607a2c | |
parent | 6e4339f350df7ab44f61441fb3192e6460f469a6 (diff) | |
download | meta-security-a09c596ea96cbf657c7b7ce7885fec9c41971b4c.tar.gz |
README: update mailing list to new groups.io
Also add Zeus keyword
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -52,15 +52,15 @@ other layers needed. e.g.: | |||
52 | Maintenance | 52 | Maintenance |
53 | ----------- | 53 | ----------- |
54 | 54 | ||
55 | Send pull requests, patches, comments or questions to yocto@yoctoproject.org | 55 | Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org |
56 | 56 | ||
57 | When sending single patches, please using something like: | 57 | When sending single patches, please using something like: |
58 | 'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' | 58 | 'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security][zeus][PATCH' |
59 | 59 | ||
60 | These values can be set as defaults for this repository: | 60 | These values can be set as defaults for this repository: |
61 | 61 | ||
62 | $ git config sendemail.to yocto@yoctoproject.org | 62 | $ git config sendemail.to yocto@lists.yoctoproject.org |
63 | $ git config format.subjectPrefix meta-security][PATCH | 63 | $ git config format.subjectPrefix meta-security][zeus][PATCH |
64 | 64 | ||
65 | Now you can just do 'git send-email origin/master' to send all local patches. | 65 | Now you can just do 'git send-email origin/master' to send all local patches. |
66 | 66 | ||