Update Maintainer Guide
parent
12352e256a
commit
8023d57325
@ -80,7 +80,7 @@ After a release branch has been prepared, it's time to build it. This guide assu
|
||||
|
||||
## ARK
|
||||
|
||||
1. Run ``make rh-dist-git``. This will create a directory in /tmp. The directory name will be printed at the end, it should end with /kernel . It may look like this: /tmp/RHEL8.2018-10-08.HXzpLdpW/kernel. The next time you are building dist-git, you may edit redhat/Makefile.rhpkg and use cache to make the process faster. This is done by setting RHDISTGIT_CACHE:=<path2distgit> where path2distgit is the path to previous make rh-dist-git output.
|
||||
1. Run ``make rh-dist-git``. By default, this will create a directory in /tmp and can be overridden with `make RHDISTGIT_TMP=/path/to/dir rh-dist-git`. The directory name will be printed at the end, it should end with /kernel . It may look like this: /tmp/RHEL8.2018-10-08.HXzpLdpW/kernel. The next time you are building dist-git, you may edit redhat/Makefile.rhpkg and use cache to make the process faster. This is done by setting RHDISTGIT_CACHE:=<path2distgit> where path2distgit is the path to previous make rh-dist-git output.
|
||||
2. ``cd /tmp/RHEL-8*/kernel``
|
||||
3. ``vim ../changelog ../diff``. Confirm the changelog includes the changes for this release and looks reasonable.
|
||||
4. ``git diff --cached``. Final check to make sure things look correct.
|
||||
|
Loading…
x
Reference in New Issue
Block a user