From c221e06cc40c83e70612f8357f5b96e27aede133 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 3 May 2023 11:02:21 -0400 Subject: [PATCH] LP#1901932: (follow-up) add caveats to documentation Signed-off-by: Galen Charlton --- .../modules/development/pages/support_scripts.adoc | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/docs/modules/development/pages/support_scripts.adoc b/docs/modules/development/pages/support_scripts.adoc index 09c2591..60dac6b 100644 --- a/docs/modules/development/pages/support_scripts.adoc +++ b/docs/modules/development/pages/support_scripts.adoc @@ -44,7 +44,7 @@ to more thorough documentation, if available. -- Converts authority records from MARC format to Evergreen objects suitable for importing via pg_loader.pl (or parallel_pg_loader.pl) * xref:#make_concerto_from_evergreen_db[make_concerto_from_evergreen_db.pl] - -- This script is responsible for generating the enhanced concerto + -- This experimental script is responsible for generating the enhanced concerto dataset from a live Evergreen database. * marc2bre.pl -- Converts bibliographic records from MARC format to Evergreen objects @@ -108,6 +108,10 @@ automate the process of making the enhanced dataset match the current branch of Evergreen. You need to provide the login credentials to the database as well as a path to the Evergreen repository where you're currently on the intended branch. +This script has known bugs and should be considered experimental. Its output +should be carefully reviewed before committing changes to to Evergreen or +opening a pull request for updating the dataset. + === Generate new dataset from existing DB === This command will produce new output sql from an already-existing database. -- 1.7.2.5