28 lines
899 B
Plaintext
28 lines
899 B
Plaintext
# To rebase from RHEL:
|
|
1. Add "cs" remote: `git remote add cs https://gitlab.com/redhat/centos-stream/rpms/lorax-templates-rhel.git`
|
|
2. `git merge -X ours cs/c9s`
|
|
3. `make bump` to bump SERIAL
|
|
4. `make tar` to make a new tarball
|
|
5. `make update-spec` to update specfile
|
|
6. Add changelog entry to .spec
|
|
7. `fedpkg new-sources` the new tarball
|
|
8. `git add lorax-templates-rhel.spec SERIAL`
|
|
9. `git commit --amend`
|
|
|
|
|
|
# To make ELN-specific changes:
|
|
|
|
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
|
|
3. `make bump` to bump SERIAL
|
|
4. `make tar` to make a new tarball
|
|
5. `make update-spec` to update specfile
|
|
6. Add changelog entry to .spec
|
|
7. `fedpkg new-sources` the new tarball
|
|
8. `git add lorax-templates-rhel.spec SERIAL`
|
|
9. `git commit --amend`
|
|
|
|
You're now ready to do a new build. Isn't spec wonderful?
|