From: Sage Weil Date: Sat, 8 Feb 2020 13:33:47 +0000 (-0600) Subject: qa/workunits/cephadm/test_repos: don't try to use the refspec X-Git-Tag: v15.1.1~493^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8cdbc8e8e6a4f4bcdaf384c5c0c828aca0b619de;p=ceph.git qa/workunits/cephadm/test_repos: don't try to use the refspec This is usually a sha1, and we can't reliably find packages based on that. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/cephadm/test_repos.sh b/qa/workunits/cephadm/test_repos.sh index 2d82552a356f..0088aa0beebe 100755 --- a/qa/workunits/cephadm/test_repos.sh +++ b/qa/workunits/cephadm/test_repos.sh @@ -25,8 +25,4 @@ sudo $CEPHADM -v add-repo --dev master test_install_uninstall sudo $CEPHADM -v rm-repo -sudo $CEPHADM -v add-repo --dev $CEPH_REF -test_install_uninstall -sudo $CEPHADM -v rm-repo - echo OK.