Skip to content

Commit

Permalink
Add benefits of using packit to faq (#943)
Browse files Browse the repository at this point in the history
Add benefits of using packit to faq

Adds the Documentation about aditional benefits of Packit compared to usage of external services directly.
Fixes #794

Reviewed-by: Maja Massarini
Reviewed-by: Matej Focko
Reviewed-by: František Lachman <flachman@redhat.com>
Reviewed-by: Laura Barcziová
  • Loading branch information
2 parents 26b0299 + 6428682 commit db3bdc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,14 @@ You can read more about this transition [here](/posts/copr-srpms).
## A command failed in packit-service: how do I reproduce it locally?

Please read [this document on how to reproduce locally](reproduce-locally).

## Why you should use Packit instead of external devices directly?

- Packit uses various services Testing Farm, Copr, Koji, Bodhi…
- These services can be used without Packit, but Packit integrates them in a
more user-friendly way reducing the manual labor that would be required from
the contributor or maintainer. For example:
- the build in Copr is created automatically when a new version is released
- RPMs built by Copr are specifically passed to the Testing Farm for testing
- RPM builds are verified against multiple releases (and also different OSs)
- The user does not have to wait and look for the results but just interprets them.

0 comments on commit db3bdc0

Please sign in to comment.