From: Patrick Donnelly Date: Tue, 27 Jan 2026 16:09:53 +0000 (-0500) Subject: script/ptl-tool: remove debug suffix on branch name X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b1922bec9832e902421d5010cd144ef67108c22;p=ceph.git script/ptl-tool: remove debug suffix on branch name A git trailer is now the preferred way to enable this. Signed-off-by: Patrick Donnelly --- diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 2565c3aedbb2..9255d37a8563 100755 --- a/src/script/ptl-tool.py +++ b/src/script/ptl-tool.py @@ -325,8 +325,6 @@ def build_branch(args): branch = branch + "-" + args.branch_release if args.branch_append: branch += f"-{args.branch_append}" - if args.debug_build: - branch += "-debug" label = args.label merge_branch_name = args.merge_branch_name if merge_branch_name is False: