Merge "Add fluorine support"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 14 Mar 2018 14:57:59 +0000 (14:57 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 14 Mar 2018 14:57:59 +0000 (14:57 +0000)
jjb/packaging/build-rpm-snap.sh

index 4e9c2cb05e29888151eb30382bb9b21ef783c586..bcb79b5f8330ac1f28cc4fa7c8444a596b03f2d4 100644 (file)
@@ -21,6 +21,8 @@ elif [ "$STREAM" == "nitrogen" ]; then
   VERSION_MAJOR=7
 elif [ "$STREAM" == "oxygen" ]; then
   VERSION_MAJOR=8
+elif [ "$STREAM" == "fluorine" ]; then
+  VERSION_MAJOR=9
 else
   echo "Unable to convert stream to major version"
   exit 1