aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-05 15:46:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-12-05 15:46:41 +0300
commitf970f9b3cc8949f3f32e5fd1888a2679d31d9332 (patch)
tree4aa22b3adfc0ed68d66e480966432f3974a87aba
parent5e40d45fedc7181810d837a77a8a1ca97b5f8665 (diff)
Add commented out build-error-email value to bdep-new-generated manifest
-rw-r--r--bdep/new.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index d198fbc..95998c5 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -1361,6 +1361,7 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args)
os << "description-file: " << readme_f->leaf (out).posix_representation () << '\n';
os << "url: https://example.org/" << (pn ? pn->string () : n) << '\n'
<< "email: " << pe << '\n'
+ << "#build-error-email: " << pe << '\n'
<< "depends: * build2 >= 0.13.0" << '\n'
<< "depends: * bpkg >= 0.13.0" << '\n'
<< "#depends: libhello ^1.0.0" << '\n';