]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/script/build-integration-branch
import ceph quincy 17.2.4
[ceph.git] / ceph / src / script / build-integration-branch
index d92821b2f1f8060f59d53b68d6933c6b4964f21a..b4f2a6121d7af65a157898d971a91277c0e21a5e 100755 (executable)
@@ -33,7 +33,7 @@ postfix = "-" + time.strftime(TIME_FORMAT, time.localtime())
 
 current_branch = check_output('git rev-parse --abbrev-ref HEAD',
                               shell=True).strip().decode()
-if current_branch in 'mimic nautilus octopus pacific'.split():
+if current_branch in 'mimic nautilus octopus pacific quincy'.split():
     postfix += '-' + current_branch
     print(f"Adding current branch name '-{current_branch}' as a postfix")