fix parsing errors and sphinx warnings
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
8fb9b2fdf0
commit
ba720c3d77
98 changed files with 4799 additions and 4788 deletions
|
@ -2,9 +2,9 @@ Packit Triggers
|
|||
===============
|
||||
|
||||
Resources
|
||||
----------
|
||||
---------
|
||||
|
||||
* Packit Triggers: https://packit.dev/docs/configuration/#packit-service-jobs
|
||||
- Packit Triggers: https://packit.dev/docs/configuration/#packit-service-jobs
|
||||
|
||||
Discussion
|
||||
----------
|
||||
|
@ -13,17 +13,20 @@ The discussion was about when and where to push package changes.
|
|||
|
||||
Packit has three event triggers:
|
||||
|
||||
* Pull Requests
|
||||
* Commits
|
||||
* Releases
|
||||
- Pull Requests
|
||||
- Commits
|
||||
- Releases
|
||||
|
||||
The topic showed up because pushing package changes on every and single Pull Requests sound unreasonable in some cases.
|
||||
The topic showed up because pushing package changes on every and single Pull Requests
|
||||
sound unreasonable in some cases.
|
||||
|
||||
What would be needed
|
||||
--------------------
|
||||
|
||||
* PR CI testing is done using COPR, we can centralize those builds in a specific repository if we want to;
|
||||
* Use feature branches to automatically push updates to specific Koji tags (manual releases or commits);
|
||||
- PR CI testing is done using COPR, we can centralize those builds in a specific
|
||||
repository if we want to;
|
||||
- Use feature branches to automatically push updates to specific Koji tags (manual
|
||||
releases or commits);
|
||||
|
||||
Everything is configured in the packit yaml file.
|
||||
|
||||
|
@ -32,6 +35,7 @@ Conclusion
|
|||
|
||||
The conclusion is that we all triggers for different scenarios:
|
||||
|
||||
* Pull Requests triggers using COPR for CI RPM test;
|
||||
* Merging of the main branch can push updates to rawhide;
|
||||
* Github releases and/or commits to feature branches could trigger updates in "production koji targets".
|
||||
- Pull Requests triggers using COPR for CI RPM test;
|
||||
- Merging of the main branch can push updates to rawhide;
|
||||
- Github releases and/or commits to feature branches could trigger updates in
|
||||
"production koji targets".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue