From: Thomas Serlin Date: Sat, 1 Jun 2019 20:32:50 +0000 (-0400) Subject: nfs-ganesha: disable google-chrome yum repo X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7a54902e9e2249d8d1e274ffe2b1c06ef815c559;p=ceph-build.git nfs-ganesha: disable google-chrome yum repo --- diff --git a/nfs-ganesha/build/build_rpm b/nfs-ganesha/build/build_rpm index 60f0fcbc..e3687655 100644 --- a/nfs-ganesha/build/build_rpm +++ b/nfs-ganesha/build/build_rpm @@ -9,6 +9,9 @@ fi ## Get some basic information about the system and the repository RELEASE="$(lsb_release --short -r | cut -d '.' -f 1)" # sytem release +# Disable the google-chrome repo, which is not needed +sudo yum-config-manager --disable google-chrome + # Clean up Jenkins slave before each build sudo rm -rf /var/cache/yum/* sudo yum -y clean all