]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils: map 17.* to quincy 1730/head
authorKefu Chai <kchai@redhat.com>
Sat, 23 Jan 2021 09:46:45 +0000 (17:46 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 23 Jan 2021 09:46:45 +0000 (17:46 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index e2732b7a0ccfe07dea872e316d5dd45bd3ae36b6..bbc2f4a547966c215be8ddb78438d6b653302fd1 100644 (file)
@@ -8,6 +8,9 @@ VENV="$TEMPVENV/bin"
 function release_from_version() {
     local ver=$1
     case $ver in
+    17.*)
+        rel="quincy"
+        ;;
     16.*)
         rel="pacific"
         ;;