Remove all Oxygen Jobs.
[releng/builder.git] / jjb / packaging / build-rpm-snap.sh
index 7076350381c4057f3a25b5b6b4cc6c462342bb60..57b8de52e7e026975c0e68ec738ace45bb0202c3 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" == "oxygen" ]; then
-  VERSION_MAJOR=8
-elif [ "$STREAM" == "fluorine" ]; then
+if [ "$STREAM" == "fluorine" ]; then
   VERSION_MAJOR=9
 elif [ "$STREAM" == "neon" ]; then
   VERSION_MAJOR=10