Skip to content

Commit 403d340

Browse files
Add pictures to documentation (#1055)
Add pictures to documentation I've added a couple of pictures to the documentation (from old presentations, and screenshots of public repos) in places I thought might fit. I would personally remove most of them. Please let me know if there is something that would be better removed or moved elsewhere. TODO: Remove unnecessary pictures (if any) Fixes #2638 Reviewed-by: Maja Massarini Reviewed-by: Matej Focko Reviewed-by: Alzbeta Kucerova Reviewed-by: Laura Barcziová
2 parents cbec9df + f12fecd commit 403d340

15 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/configuration/downstream/bodhi_update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_position: 3
55

66
# `job: bodhi_update`
77

8+
![Bodhi updates](../../img/configuration/bodhi-updates.png)
9+
810
Create a new update in
911
[Fedora Bodhi](https://bodhi.fedoraproject.org) for successful
1012
Koji build.

docs/configuration/downstream/koji_build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_position: 2
55

66
# `job: koji_build`
77

8+
![Koji build](../../img/configuration/koji-info.png)
9+
810
Trigger the build in
911
[Fedora Koji](https://koji.fedoraproject.org/koji/) build system
1012
as a reaction to a new dist-git commit.

docs/configuration/upstream/copr_build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_position: 1
55

66
# `job: copr_build`
77

8+
![Copr build](../../img/configuration/copr-overview.png)
9+
810
Create an SRPM and submit an RPM build to [Fedora Copr](https://copr.fedorainfracloud.org/) build system.
911

1012

docs/fedora-releases-guide/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ Let's split the release process into single steps:
1111
4. [Koji builds](#koji-build-job)
1212
5. [Bodhi updates](#bodhi-update-job)
1313

14+
![Release steps](../img/fedora-releases-guide/release-steps.png)
15+
1416
Doing Fedora releases with Packit means utilising these jobs:
1517
1. [`propose_downstream` or `pull_from_upstream`](#propose-downstream-or-pull-from-upstream)
1618
2. [`koji_build`](#koji-build-job)
1719
3. [`bodhi_update`](#bodhi-update-job)
1820

1921
Every job takes care of a different part of the release process.
2022

23+
![Packit flow chart](../img/fedora-releases-guide/process-diagram.png)
24+
2125
:::tip
2226
In this page, you can find all the details of the release process automation covered by Packit.
2327

@@ -233,6 +237,8 @@ By default, only merged pull requests created by Packit are being acted upon, bu
233237
you can override this behaviour by specifying
234238
`allowed_pr_authors` and/or `allowed_committers` in the [job configuration](/docs/configuration/downstream/koji_build).
235239

240+
![Koji build](../img/fedora-releases-guide/koji-build.png)
241+
236242
For a configuration example and retriggering, see [dist-git onboarding](./dist-git-onboarding.md#koji-build-job).
237243

238244
## Bodhi update job
@@ -246,6 +252,8 @@ By default, only successful Koji builds created by Packit are being acted upon,
246252
you can override this behaviour by specifying
247253
`allowed_builders` in the [job configuration](/docs/configuration/downstream/bodhi_update).
248254

255+
![Bodhi updates](../img/fedora-releases-guide/bodhi-updates.png)
256+
249257
For a configuration example and retriggering, see [dist-git onboarding](./dist-git-onboarding.md#bodhi-update-job).
250258

251259

docs/fedora-releases-guide/non-divergent-dist-git-branches.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_position: 7
55

66
# Non-divergent dist-git branches
77

8+
![Branches](../img/fedora-releases-guide/non-divergent-branches.png)
9+
810
To prevent your dist-git branches from diverging, you can use the following `dist_git_branches` syntax:
911

1012
```yaml
130 KB
Loading
186 KB
Loading
120 KB
Loading
105 KB
Loading
82.4 KB
Loading

0 commit comments

Comments
 (0)