]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
osc: Build octopus on openSUSE Leap 15.2 1509/head
authorThomas Bechtold <tbechtold@suse.com>
Tue, 25 Feb 2020 10:33:03 +0000 (11:33 +0100)
committerThomas Bechtold <tbechtold@suse.com>
Tue, 25 Feb 2020 10:33:03 +0000 (11:33 +0100)
We want to test with the upcoming openSUSE release (15.2) instead of
15.1.

Signed-off-by: Thomas Bechtold <tbechtold@suse.com>
ceph-dev-build/build/setup_osc

index c794917ebe1d9fe7de03c124c1be1e85d855e017..29581187f122c00fcaebc082b58f27c46ec20467 100644 (file)
@@ -38,7 +38,11 @@ raw_version=`echo $vers | cut -d '-' -f 1`
 
 RELEASE_BRANCH=$(release_from_version $raw_version)
 case $RELEASE_BRANCH in
-nautilus|octopus)
+octopus)
+    DISTRO=opensuse
+    RELEASE="15.2"
+    ;;
+nautilus)
     DISTRO=opensuse
     RELEASE="15.1"
     ;;