Merge "Move dlux Sonar scan to Sonarcloud"
[releng/builder.git] / jjb / packaging / build-rpm-snap.sh
index 24aed852effdfd651efed8c5961e27c5f274c5e1..402bc882b89bc892938c8429999bf5e9a9de08ac 100644 (file)
@@ -15,9 +15,7 @@ $PYTHON -m pip install --upgrade pip
 $PYTHON -m pip install -r "$WORKSPACE/packaging/packages/requirements.txt"
 
 # Convert stream to numeric ODL major version
-if [ "$STREAM" == "neon" ]; then
-  VERSION_MAJOR=10
-elif [ "$STREAM" == "sodium" ]; then
+if [ "$STREAM" == "sodium" ]; then
   VERSION_MAJOR=11
 elif [ "$STREAM" == "magnesium" ]; then
   VERSION_MAJOR=12