]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/ceph-helpers-root: Remove unused function 35237/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 15 May 2020 06:46:08 +0000 (16:46 +1000)
committerNathan Cutler <ncutler@suse.com>
Mon, 25 May 2020 17:01:08 +0000 (19:01 +0200)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit 88094c264fbda757007be3299fb8a398d18c37ed)
(cherry picked from commit c84584c5fc55e674bbe8bea18a1cf25912304cad)

Conflicts:
qa/workunits/ceph-helpers-root.sh
- leave "install_cmake3_on_centos7" as it is
  (f05696ebebe7d004068b2e10ffcc77cf6509fa4e is not being backported to
  nautilus)

qa/workunits/ceph-helpers-root.sh

index 65c2fc3b9e7658f66a334c413308996e759da6e2..dc81b2b3aff2cb95f1c0451cacf74b97ddb9ddd7 100755 (executable)
@@ -59,15 +59,6 @@ function install_cmake3_on_centos7 {
     sudo yum install -y cmake3
 }
 
-function install_cmake3_on_xenial {
-    install_pkg_on_ubuntu \
-       ceph-cmake \
-       d278b9d28de0f6b88f56dfe1e8bf684a41577210 \
-       xenial \
-       force \
-       cmake
-}
-
 function install_pkg_on_ubuntu {
     local project=$1
     shift