aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-04-10 19:19:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-04-10 19:19:01 +0300
commit74306be97efedeafdeef1f1b98e842b5af11512e (patch)
treec9ecc96a75bfbf48793764ce16dd0a09a6270453
parentb5c1c8d0bd04367e26abbcded63309b4ed5e8be3 (diff)
Replace build-email manifest value with build-warning-email
-rw-r--r--manifest2
-rw-r--r--migrate/migrate.cxx6
2 files changed, 7 insertions, 1 deletions
diff --git a/manifest b/manifest
index aa90910..facbc7a 100644
--- a/manifest
+++ b/manifest
@@ -12,7 +12,7 @@ url: https://build2.org
doc-url: https://build2.org/doc.xhtml
src-url: https://git.build2.org/cgit/brep/tree/
email: users@build2.org
-build-email: builds@build2.org
+build-warning-email: builds@build2.org
builds: linux freebsd ; Only supports Linux and FreeBSD.
builds: -linux -freebsd ; Requires system packages.
requires: c++14
diff --git a/migrate/migrate.cxx b/migrate/migrate.cxx
index e892a39..feac683 100644
--- a/migrate/migrate.cxx
+++ b/migrate/migrate.cxx
@@ -222,6 +222,12 @@ struct package_migration_entry: package_migration_entry_base<v>
// Note that we are unable to restore the exact reason and so always set it
// to 'unbuildable'.
//
+// Also note that we don't set the buildable flag to false for the separate
+// test packages here. Implementing this properly in the data migration feels
+// hairy (see load/load.cxx for details). Instead we rely on brep-load to
+// handle this on the next tenant reload that can be enforced by using the
+// --force option.
+//
//#if 0
static const package_migration_entry<18>
package_migrate_v18 ([] (database& db)