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 <kchai@redhat.com>
}
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].*')