[OS-BUILD PATCHv2 4/4] redhat/docs: Add information on build dependencies

2022-07-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/docs: Add information on build dependencies Add a section on build dependencies. Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/index.rst b/redhat/docs/index.rst index blahblah..blahblah 100644 --- a/redhat/docs/index.rst +++ b/redhat/docs/index.rst @@

[OS-BUILD PATCHv2 3/4] .gitlab-ci.yaml: Add test for dist-get-buildreqs target

2022-07-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava .gitlab-ci.yaml: Add test for dist-get-buildreqs target Add a test for the dist-get-buildreqs target. Signed-off-by: Prarit Bhargava diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -239,6 +239,37

[OS-BUILD PATCHv2 1/4] redhat/Makefile: Change dist-buildreq-check to a non-blocking target

2022-07-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Change dist-buildreq-check to a non-blocking target Rename dist-buildreq-check to dist-get-buildreqs and make it non-blocking. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv2 0/4] redhat/Makefile: Improve dist-buildreq-check target

2022-07-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1900 The dist-buildreq-check target can be improved in a few ways by allowing users to convert the fatal error into a warning, and by indicating where the system-sb-certs package can be

[OS-BUILD PATCHv2 2/4] redhat/Makefile: Provide a better message for system-sb-certs

2022-07-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Provide a better message for system-sb-certs Most of the kernel build dependencies come from widely known repositories including EPEL, RHEL, and Fedora. The system-sb-certs package comes from a smaller RHEL and CS9 repository called CodeReady Linux