From 3ce912cb0f59b9a17c7655c56d96ad9f5013e322 Mon Sep 17 00:00:00 2001 From: Volodymyr Yurchenko <volodymyr.yurchenko@cern.ch> Date: Tue, 28 Jul 2020 10:41:22 +0200 Subject: [PATCH] Add kerberos package for centos 7 installation --- .../buildtree_runner/vmBootstrap/bootstrapSystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh b/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh index 870dcc75c9..48c113f379 100755 --- a/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh +++ b/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh @@ -15,7 +15,7 @@ cat gitScripts/bash_profile.hook >> ~eric/.bash_profile sudo -u eric cp tigConf/tigrc ~eric/.tigrc echo Installing minimal tools and tape tools -yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc mariadb-devel yum-plugin-versionlock +yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc mariadb-devel yum-plugin-versionlock krb5-workstation (cd / ; sudo -u eric git config --global color.ui true) (cd / ; sudo -u eric git config --global user.email "Eric.Cano@cern.ch") -- GitLab