RHEL8 build templates for lorax and livemedia-creator
Go to file
Brian C. Lane 7c7a07ce37 rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog
Without this set rsyslogd will try to use / for things like
/imjournal.state.tmp, which will fail due to SELinux.

This also replaces the deprecated '~' discard action with 'stop'.

Resolves: rhbz#2160070
2023-01-11 09:59:45 -08:00
80-rhel rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog 2023-01-11 09:59:45 -08:00
tests tests: Update gating test iso name to rhel 9 2021-05-03 15:06:33 -07:00
tools Makefile: Making it easier to create releases 2022-04-05 10:15:44 -07:00
.gitignore - On ppc64le Use core.elf from grub2 package (bcl) 2022-11-28 15:37:22 -08:00
gating.yaml Add rhel-9 to gating.yaml 2021-10-26 10:31:26 -07:00
lorax-templates-rhel.spec - On ppc64le Use core.elf from grub2 package (bcl) 2022-11-28 15:37:22 -08:00
Makefile Makefile: Making it easier to create releases 2022-04-05 10:15:44 -07:00
README Makefile: Making it easier to create releases 2022-04-05 10:15:44 -07:00
SERIAL - On ppc64le Use core.elf from grub2 package (bcl) 2022-11-28 15:37:22 -08:00
sources - On ppc64le Use core.elf from grub2 package (bcl) 2022-11-28 15:37:22 -08:00

Hi there! If you're trying to fix something here, do the following:

1. Make whatever edits you need to in 80-rhel/
2. `git commit` the changes with the relevant 'Resolves/Related' bug reference
3. `make release`
   This will bump the release, update the spec with changes in this branch,
   create a new tarball, upload it, and commit the changes.
4. Examine the changes with 'git show' and make sure they look ok.
5. Push the changes to your fork of the project with:
   'git push REMOTE BRANCHNAME' and follow the instructions to
   create a merge request in gitlab.