aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index bae3ffe..b9e7f92 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -262,6 +262,8 @@ namespace bpkg
// email
// package-email
// build-email
+ // build-warning-email
+ // build-error-email
//
class email: public std::string
{
@@ -452,6 +454,8 @@ namespace bpkg
butl::optional<email_type> email;
butl::optional<email_type> package_email;
butl::optional<email_type> build_email;
+ butl::optional<email_type> build_warning_email;
+ butl::optional<email_type> build_error_email;
std::vector<dependency_alternatives> dependencies;
std::vector<requirement_alternatives> requirements;
std::vector<build_constraint> build_constraints;