From: Kefu Chai Date: Sat, 23 Jan 2021 09:39:11 +0000 (+0800) Subject: scripts/build_utils: map 0.80.* to firefly X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=810afeae9202a0e820a95b0d3f62562bf2903140;p=ceph-build.git scripts/build_utils: map 0.80.* to firefly it's not giant. since both branches are EOL, but this change helps to silence a warning from ShellCheck. Signed-off-by: Kefu Chai --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 308319c6..e2732b7a 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -38,7 +38,7 @@ function release_from_version() { 0.87.*) rel="giant" ;; - 0.87.*) + 0.80.*) rel="firefly" ;; 0.72.*)