diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-04-02 18:55:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-04-02 20:46:02 +0300 |
commit | 134eebf7afbe66eabc1870cc0112e3584dc64a6e (patch) | |
tree | fec654257ab3eb86fea84b819c0a0b84bac1ebd9 | |
parent | 8a00c583039b1af68376529ad5a9cc6494c3e0d4 (diff) |
Disable success build emails
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | libca-certificates-curl/manifest | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,5 @@ On the revision: -- Disable the success build emails. - - Replace the C++ comments with C comments in version.h.in and export.h. On the release: diff --git a/libca-certificates-curl/manifest b/libca-certificates-curl/manifest index 8c5cb5f..90871ae 100644 --- a/libca-certificates-curl/manifest +++ b/libca-certificates-curl/manifest @@ -12,7 +12,7 @@ src-url: https://git.build2.org/cgit/packaging/curl/ca-certificates-curl/tree/li package-url: https://git.build2.org/cgit/packaging/curl/ email: curl-library@cool.haxx.se ; Mailing list. package-email: packaging@build2.org ; Mailing list. -build-email: builds@build2.org +build-warning-email: builds@build2.org builds: all depends: * build2 >= 0.12.0 depends: * bpkg >= 0.12.0 |