]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils: map 0.80.* to firefly
authorKefu Chai <kchai@redhat.com>
Sat, 23 Jan 2021 09:39:11 +0000 (17:39 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 23 Jan 2021 09:39:15 +0000 (17:39 +0800)
it's not giant. since both branches are EOL, but this change helps to
silence a warning from ShellCheck.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 308319c6a1a1d1e053ee067f6bcc1675801c21bf..e2732b7a0ccfe07dea872e316d5dd45bd3ae36b6 100644 (file)
@@ -38,7 +38,7 @@ function release_from_version() {
     0.87.*)
         rel="giant"
         ;;
-    0.87.*)
+    0.80.*)
         rel="firefly"
         ;;
     0.72.*)