From 74306be97efedeafdeef1f1b98e842b5af11512e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 10 Apr 2020 19:19:01 +0300 Subject: Replace build-email manifest value with build-warning-email --- migrate/migrate.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'migrate') 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 // 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) -- cgit v1.1