From a1e6ee1c7a6a7ef33712816e6670a921e1d9aeb4 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Oct 02 2025 12:10:37 +0000 Subject: This is part of releng repo refactoring -> distgit_branch_unused.py --- diff --git a/modules/howtos/pages/remove_branch_distgit.adoc b/modules/howtos/pages/remove_branch_distgit.adoc index 2afe767..85e832c 100644 --- a/modules/howtos/pages/remove_branch_distgit.adoc +++ b/modules/howtos/pages/remove_branch_distgit.adoc @@ -40,7 +40,7 @@ cd clone && git checkout . Run the script: + ---- -python ../releng/scripts/distgit-branch-unused.py +python ../releng/scripts_new/packages/distgit/distgit_branch_unused.py ---- + (If needed, see the ``--help`` of the script for more information) diff --git a/modules/releng_misc_guide/pages/sop_remote_dist_git_branches.adoc b/modules/releng_misc_guide/pages/sop_remote_dist_git_branches.adoc index 2afe767..85e832c 100644 --- a/modules/releng_misc_guide/pages/sop_remote_dist_git_branches.adoc +++ b/modules/releng_misc_guide/pages/sop_remote_dist_git_branches.adoc @@ -40,7 +40,7 @@ cd clone && git checkout . Run the script: + ---- -python ../releng/scripts/distgit-branch-unused.py +python ../releng/scripts_new/packages/distgit/distgit_branch_unused.py ---- + (If needed, see the ``--help`` of the script for more information)