From 06a004b932da0fdd55cbfc0f1672678caeddc37f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 13 Nov 2019 20:41:05 +0800 Subject: [PATCH] install-deps.sh: remove the cleanup for kitware repo it was used for removing the kitware repo, and in 7265b55d094a639be50a567d3be92fba94c04786, we switched to a rebuilt version hosted in chacra, and it was more than two months ago, presumably, none builder has kitware repo anymore. so, let's remove the cleanup code. Signed-off-by: Kefu Chai --- install-deps.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index 57cdb32620d4..621739a4a77e 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -125,10 +125,6 @@ ENDOFKEY } function ensure_decent_cmake_on_ubuntu { - # TODO: remove me after a while - # remove Kitware Apt Archive Automatic Signing Key - $SUDO apt-key del 40CD72DA - $SUDO rm -f /etc/apt/sources.list.d/kitware.list local new=$1 if command -v cmake > /dev/null; then local old=$(cmake --version | grep -Po 'version \K[0-9].*') -- 2.47.3