From: David Galloway Date: Fri, 22 Jan 2021 15:26:06 +0000 (-0500) Subject: nfs-ganesha*: Clean up leftover shaman repos X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1729%2Fhead;p=ceph-build.git nfs-ganesha*: Clean up leftover shaman repos Not sure why these only got cleaned up on failure but they need to go on a success too. Signed-off-by: David Galloway --- diff --git a/nfs-ganesha-stable/build/build_rpm b/nfs-ganesha-stable/build/build_rpm index 4a02ef8c3..cc44715c1 100644 --- a/nfs-ganesha-stable/build/build_rpm +++ b/nfs-ganesha-stable/build/build_rpm @@ -191,3 +191,5 @@ SHA1=${GIT_COMMIT} update_build_status "completed" "nfs-ganesha-stable" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH sudo rm -rf $WORKSPACE/dist +sudo rm -f /etc/yum.repos.d/shaman* +sudo rm -f /etc/apt/sources.list.d/shaman* diff --git a/nfs-ganesha/build/build_rpm b/nfs-ganesha/build/build_rpm index a0e435009..b1e7d3221 100644 --- a/nfs-ganesha/build/build_rpm +++ b/nfs-ganesha/build/build_rpm @@ -206,3 +206,5 @@ SHA1=${GIT_COMMIT} update_build_status "completed" "nfs-ganesha" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH sudo rm -rf $WORKSPACE/dist +sudo rm -f /etc/yum.repos.d/shaman* +sudo rm -f /etc/apt/sources.list.d/shaman*