You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/flock-2025-workshop.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,26 +16,26 @@ By the end of this session, you should have a working configuration that automat
16
16
17
17
### Prerequisites
18
18
19
-
-Ensure you have a **Fedora package** you maintain/co-maintain. Ideally, pick one that has a **pending upstream release**, as this allows trying things out easily.
19
+
Ensure you have a **Fedora package** you maintain/co-maintain. Ideally, pick one that has a **pending upstream release**, as this allows trying things out easily.
20
20
21
21
### Setup
22
22
23
-
For detailed setup instructions, you can follow [the documentation](https://packit.dev/docs/fedora-releases-guide/dist-git-onboarding#setup). You can find a brief summary below:
23
+
For detailed setup instructions, you can follow [the documentation](https://packit.dev/docs/fedora-releases-guide/dist-git-onboarding#setup). You can find a brief summary below.
24
24
25
25
#### Create a working branch
26
26
27
27
Before creating the configuration file, review [this section on how you'll be trying out the setup](https://packit.dev/docs/fedora-releases-guide/dist-git-onboarding#release-syncing).
28
-
Based on that, create a new branch in your dist-git repository for your Packit configuration
28
+
Based on that, create a new branch in your dist-git repository (it's also recommended to do this in fork) for your Packit configuration
29
29
(e.g., `packit-setup`).
30
30
31
31
#### Create the Packit configuration file
32
32
33
33
Packit uses a YAML configuration file, named `(.)packit.yaml`, to define its behavior. This file needs to be placed in your **dist-git repository**,
34
-
in general in the `rawhide` branch, but for experimentation during the workshop in a new branch, trying things out in a pull request.
34
+
in general in the `rawhide` branch, but for experimentation during the workshop in a new branch, to be able to try running the jobs from an open pull request.
35
35
36
36
Then, the simplest ways of creating the config:
37
37
38
-
- Use `packit dist-git init` (requires `packit` installed locally, e.g. `dnf install packit`)
0 commit comments