From cfcf87f43f42a9e98b501a53127a7e1a01d18070 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 25 Sep 2025 18:38:53 +0000 Subject: [PATCH 1/2] chore: remove tar.gz from preserve_regex --- .generator/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.generator/cli.py b/.generator/cli.py index 1109b57eb391..e5e5eecd8810 100644 --- a/.generator/cli.py +++ b/.generator/cli.py @@ -140,7 +140,6 @@ def _add_new_library_preserve_regex(library_config: Dict, library_id: str) -> No "docs/CHANGELOG.md", "docs/README.rst", "samples/README.txt", - "tar.gz", "scripts/client-post-processing", "samples/snippets/README.rst", "tests/system", From 18029e7c9b8c8e2e5d1a6c1df7f5f836b71e3767 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 25 Sep 2025 18:41:40 +0000 Subject: [PATCH 2/2] remove from the script --- scripts/configure_state_yaml/configure_state_yaml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/configure_state_yaml/configure_state_yaml.py b/scripts/configure_state_yaml/configure_state_yaml.py index 1a62c4bb2216..9a8b71ab4538 100644 --- a/scripts/configure_state_yaml/configure_state_yaml.py +++ b/scripts/configure_state_yaml/configure_state_yaml.py @@ -85,7 +85,6 @@ def configure_state_yaml() -> None: "docs/CHANGELOG.md", "docs/README.rst", "samples/README.txt", - "tar.gz", "scripts/client-post-processing", "samples/snippets/README.rst", "tests/system",