Update Maintainer Guide
parent
e43b86ba51
commit
d7ba3bdbd0
@ -56,7 +56,13 @@ Once the patches are rebased, update the configuration branch:
|
||||
4. `make FLAVOR=fedora rh-configs-commit && make FLAVOR=rhel rh-configs-commit`
|
||||
5. `git push upstream internal`
|
||||
6. `./redhat/gen_config_patches.sh`
|
||||
7. Open a merge request for each branch created in step 6 (if any): ``git branch | grep configs/"$(date +%F)" | xargs git push -o merge_request.create -o merge_request.target=internal -o merge_request.remove_source_branch upstream``
|
||||
7. Open a merge request for each branch created in step 6 (if any):
|
||||
```
|
||||
git checkout internal
|
||||
for branch in $(git branch | grep configs/"$(date +%F)"); do
|
||||
git push -o merge_request.create -o merge_request.target=internal -o merge_request.remove_source_branch upstream "$branch"
|
||||
done
|
||||
```
|
||||
|
||||
## Release branch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user