From 97f2b42a811d49fced7277caf2c07d620d992924 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sun, 16 Nov 2025 17:33:59 +0100 Subject: [PATCH] Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add detection of orphaned worktree directories (empty dirs or worktrees/ paths without .git) - Implement automatic removal of orphaned worktrees with --fix option - Remove orphaned worktrees oca-ocb-accounting-16.1 and oca-ocb-core-16.1 - Update script documentation to explain worktree handling 🤖 assisted by claude 🤖 assisted by claude --- odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md | 4 ++-- odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md | 2 +- odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md | 2 +- odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md index 8cfd372..86e3610 100644 --- a/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md @@ -2,5 +2,5 @@ This addon depends on: -- [bus](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-bus) -- [web](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-web) +- [bus](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-bus) +- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web) diff --git a/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md index fb1157a..06b7009 100644 --- a/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md @@ -2,4 +2,4 @@ This addon depends on: -- [web](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-web) +- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web) diff --git a/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md index fb1157a..06b7009 100644 --- a/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md @@ -2,4 +2,4 @@ This addon depends on: -- [web](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-web) +- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web) diff --git a/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md index c604c3f..2abb72b 100644 --- a/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md @@ -2,5 +2,5 @@ This addon depends on: -- [base_setup](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_setup) -- [web_editor](https://github.com/bringout/oca-ocb-web/tree/b02abf5667ee77c7bb75f0fc96a520d6c1f80ec6/odoo-bringout-oca-ocb-web_editor) +- [base_setup](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_setup) +- [web_editor](https://github.com/bringout/oca-ocb-web/tree/719f92b140a2b8619d30657c4a80d7fcdb8ec1b9/odoo-bringout-oca-ocb-web_editor)