Skip to content
Snippets Groups Projects
Commit 751732a7 authored by Dimitris Lampridis's avatar Dimitris Lampridis
Browse files

update kernel revision for CentOS7

parent 268c934f
No related branches found
No related tags found
No related merge requests found
Pipeline #1268766 failed
...@@ -50,13 +50,13 @@ Debian Buster: ...@@ -50,13 +50,13 @@ Debian Buster:
CentOS 7: CentOS 7:
image: centos:7 image: centos:7
script: script:
- export KVERSION="3.10.0-1062.4.1.el7.centos.plus.x86_64" - export KVERSION="3.10.0-1062.4.3.el7.centos.plus.x86_64"
- sed -i 's/plugins=.*/plugins=1/' /etc/yum.conf - sed -i 's/plugins=.*/plugins=1/' /etc/yum.conf
- sed -i '/gpgcheck=1/ a priority=1' /etc/yum.repos.d/CentOS-Base.repo - sed -i '/gpgcheck=1/ a priority=1' /etc/yum.repos.d/CentOS-Base.repo
- sed -i '/^[centosplus]/,/^$/ {s/enabled=.*$/enabled=1/}' /etc/yum.repos.d/CentOS-Base.repo - sed -i '/^[centosplus]/,/^$/ {s/enabled=.*$/enabled=1/}' /etc/yum.repos.d/CentOS-Base.repo
- sed -i '/^[centosplus]/,/^$/ {s/priority=.*$/priority=5/}' /etc/yum.repos.d/CentOS-Base.repo - sed -i '/^[centosplus]/,/^$/ {s/priority=.*$/priority=5/}' /etc/yum.repos.d/CentOS-Base.repo
- > - >
yum install -qy yum install -q -y
kernel-plus kernel-plus-devel kernel-plus-headers kernel-plus kernel-plus-devel kernel-plus-headers
git sudo gcc make readline-devel patch git sudo gcc make readline-devel patch
python-setuptools python-yaml python-decorator python-setuptools python-yaml python-decorator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment