From: Nathan Cutler Date: Mon, 26 Nov 2018 23:33:36 +0000 (+0100) Subject: qa/workunits/rados/test_librados_build.sh: grab files from explicit git branch X-Git-Tag: v12.2.11~110^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=938d2ee7d7f6df2887e2fc92b78be23b062176b4;p=ceph.git qa/workunits/rados/test_librados_build.sh: grab files from explicit git branch Fixes: https://tracker.ceph.com/issues/37392 Signed-off-by: Nathan Cutler (cherry picked from commit 6c6ae9e30d02a0844289f249269e7dcc0058ab88) Conflicts: qa/workunits/rados/test_librados_build.sh - use luminous as the branch in luminous - similar change in the comment line, below --- diff --git a/qa/workunits/rados/test_librados_build.sh b/qa/workunits/rados/test_librados_build.sh index 43ded25b2036..3aaaec7eb230 100755 --- a/qa/workunits/rados/test_librados_build.sh +++ b/qa/workunits/rados/test_librados_build.sh @@ -20,8 +20,8 @@ hello_world_cpp " BINARIES="${BINARIES_TO_RUN}hello_radosstriper_cpp " -DL_PREFIX="http://git.ceph.com/?p=ceph.git;a=blob_plain;f=examples/librados/" -#DL_PREFIX="https://raw.githubusercontent.com/ceph/ceph/master/examples/librados/" +DL_PREFIX="http://git.ceph.com/?p=ceph.git;a=blob_plain;hb=luminous;f=examples/librados/" +#DL_PREFIX="https://raw.githubusercontent.com/ceph/ceph/luminous/examples/librados/" DESTDIR=$(pwd) function cleanup () {