This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit d570730e6d6bbc52382cc2f1029996d4a3f8041d Author: Mario Trangoni <mjtrangoni@gmail.com> Date: Sun Feb 7 11:19:52 2021 +0100 Fix missing quilt on CentOS7 Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> --- .github/workflows/nx-libs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml index 5988f05c6..28a7bd237 100644 --- a/.github/workflows/nx-libs.yml +++ b/.github/workflows/nx-libs.yml @@ -133,7 +133,9 @@ jobs: quilt xorg-x11-xkb-utils-devel ;; centos:7) - # basic packages + # enable epel repository for quilt + yum -y install epel-release + # basic packages yum -y install \ autoconf automake gcc-c++ libtool make imake pkgconfig which # imake deps @@ -147,7 +149,7 @@ jobs: libXrandr-devel libXfixes-devel libXtst-devel libXinerama-devel \ xorg-x11-font-utils libtirpc-devel xkeyboard-config # soft requirements - yum -y install \ + yum -y --enablerepo=epel install \ quilt xorg-x11-xkb-utils-devel ;; esac -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git