]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ptl-tool: remove debug suffix on branch name
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 27 Jan 2026 16:09:53 +0000 (11:09 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 3 Feb 2026 15:59:31 +0000 (10:59 -0500)
A git trailer is now the preferred way to enable this.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/script/ptl-tool.py

index 2565c3aedbb23aaeb543f3cdc454552c52734812..9255d37a856318e88b74a15cea3ae0884ed6e711 100755 (executable)
@@ -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: