redhat/docs: Update brew information

Bugzilla: INTERNAL
Upstream Status: RHEL only, https://gitlab.com/cki-project/kernel-ark

commit 33fe9db05d29414112167efe02e968831e7bf654
Author: Prarit Bhargava <prarit@redhat.com>
Date:   Tue Jul 19 09:26:18 2022 -0400

    redhat/docs: Update brew information

    Update the documention with the 'make dist-brew' target.

    Signed-off-by: Prarit Bhargava <prarit@redhat.com>

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
This commit is contained in:
Prarit Bhargava 2022-08-29 14:01:09 -04:00
parent 644cddd82e
commit 527cad680c
2 changed files with 11 additions and 4 deletions

View File

@ -72,7 +72,6 @@ Yes.
.. code-block:: sh
# use baseonly to skip building userspace tools to avoid failures
make dist-srpm-baseonly
brew build --scratch rhel-9.0.0-candidate <srpm>
# this target requires internal Red Hat network access and will always
# build against the latest RHEL major compose
make dist-brew

View File

@ -96,6 +96,14 @@ You can now build the binary RPM packages however you would like:
koji build --scratch rawhide redhat/rpm/SRPMS/kernel-*.src.rpm
koji build --scratch eln redhat/rpm/SRPMS/kernel-*.src.rpm
or
.. code-block:: sh
# this target requires internal Red Hat network access and will always
# build against the latest RHEL major compose
make dist-brew
Want to add a patch? Just apply it with ``git cherry-pick`` or ``git am``, and
re-run ``make dist-srpm``. To modify the kernel configuration, make changes in
``redhat/configs/`` (consult the repository layout for details on this).