]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
nfs-ganesha: disable google-chrome yum repo wip-tserlin-nfs-ganesha-disable-google-chrome-repo 1308/head
authorThomas Serlin <tserlin@redhat.com>
Sat, 1 Jun 2019 20:32:50 +0000 (16:32 -0400)
committerThomas Serlin <tserlin@redhat.com>
Sat, 1 Jun 2019 20:32:50 +0000 (16:32 -0400)
nfs-ganesha/build/build_rpm

index 60f0fcbc5153601e96cb831b152012447613554e..e36876555495764a3a86b31695d53b23f3ce1bda 100644 (file)
@@ -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