From 1aea9b3cb813646cdd9cb58cab3d8ffec503423e Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 12 Dec 2019 17:10:08 +0100 Subject: [PATCH] ceph-dev-build: Use correct OBS repo octopus on openSUSE Leap We want to build against openSUSE Leap 15.2 for octopus. So use the correct repo. Signed-off-by: Thomas Bechtold --- ceph-dev-build/build/build_osc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ceph-dev-build/build/build_osc b/ceph-dev-build/build/build_osc index c1b42aa3..6848d4c0 100644 --- a/ceph-dev-build/build/build_osc +++ b/ceph-dev-build/build/build_osc @@ -2,7 +2,10 @@ set -ex case $RELEASE_BRANCH in -nautilus|octopus) +octopus) + OBSREPO="openSUSE_Leap_15.2" + ;; +nautilus) OBSREPO="openSUSE_Leap_15.1" ;; mimic) -- 2.39.5