From 8cdbc8e8e6a4f4bcdaf384c5c0c828aca0b619de Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 8 Feb 2020 07:33:47 -0600 Subject: [PATCH] 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 --- qa/workunits/cephadm/test_repos.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qa/workunits/cephadm/test_repos.sh b/qa/workunits/cephadm/test_repos.sh index 2d82552a356fa..0088aa0beebe5 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. -- 2.39.5