From f8884d19433ac7ff17deced6574763c0ca017770 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Wed, 24 Jun 2026 21:42:41 +0000 Subject: [PATCH] docs: remove stale deploy-guide pot files after merging Without cleanup, individual pot files in the temporary build directory were being picked up by Zanata as separate documents. Change-Id: I434e2f0dae9a82592232b5aa363cfddca4017055 Signed-off-by: Dmitriy Chubinidze --- scripts/doc-pot-filter.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/doc-pot-filter.sh b/scripts/doc-pot-filter.sh index 7600a20c41..a6c9e7a1d3 100755 --- a/scripts/doc-pot-filter.sh +++ b/scripts/doc-pot-filter.sh @@ -11,3 +11,7 @@ sphinx-build -b gettext \ # and store in doc/source/locale/ msgcat --use-first --sort-by-file doc/build/gettext-deploy-guide/*.pot \ > doc/build/gettext/deploy-guide.pot + +# Remove the temp directory so its individual pot files +# are not picked up and pushed to Zanata +rm -rf doc/build/gettext-deploy-guide/