]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rados: pull librados files from "main" instead of "master" 47642/head
authorLaura Flores <lflores@redhat.com>
Tue, 16 Aug 2022 18:05:28 +0000 (18:05 +0000)
committerLaura Flores <lflores@redhat.com>
Tue, 16 Aug 2022 18:07:51 +0000 (18:07 +0000)
Fixes: https://tracker.ceph.com/issues/57122
Signed-off-by: Laura Flores <lflores@redhat.com>
qa/workunits/rados/test_librados_build.sh

index 2fec7c80d6691bc8c10ff8457d252413af8125fa..75f1748cf429da3dad6ddc0dafba53188c2bf25e 100755 (executable)
@@ -25,7 +25,7 @@ BINARIES="${BINARIES_TO_RUN}hello_radosstriper_cpp
 # parse output like "octopus (dev)"
 case $(librados-config --release | grep -Po ' \(\K[^\)]+') in
     dev)
-        BRANCH=master;;
+        BRANCH=main;;
     rc|stable)
         BRANCH=$(librados-config --release | cut -d' ' -f1);;
     *)