]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephadm/test_repos: don't try to use the refspec 33134/head
authorSage Weil <sage@redhat.com>
Sat, 8 Feb 2020 13:33:47 +0000 (07:33 -0600)
committerSage Weil <sage@redhat.com>
Sat, 8 Feb 2020 13:33:47 +0000 (07:33 -0600)
This is usually a sha1, and we can't reliably find packages based on
that.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephadm/test_repos.sh

index 2d82552a356faf3f3fefda7ec9531465fdc8c8c5..0088aa0beebe551226d9c3089f0da131299d2fc5 100755 (executable)
@@ -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.