diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 15:28:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 15:28:34 +0300 |
commit | 40aa6aa3b2f551f71c0e1eefd1f4b24b8f487b9a (patch) | |
tree | e88f311e893d61ad504204e44875e05c20e12190 | |
parent | 2bfa51104d8ce7b86de92691c1d0f3203d64202d (diff) |
Disable success build emails
-rw-r--r-- | hello0/manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello0/manifest b/hello0/manifest index 6269c38..13c5a28 100644 --- a/hello0/manifest +++ b/hello0/manifest @@ -7,7 +7,7 @@ license: other: public domain ; Released into the public domain. url: http://example.org/hello0 src-url: https://git.build2.org/cgit/hello/hello0/tree/hello0 email: hello0@example.org -build-email: builds@build2.org +build-warning-email: builds@build2.org builds: all requires: c++11 depends: * build2 >= 0.9.0 |