Skip to content

Commit 079332e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 51275e6 commit 079332e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

posts/aws-and-image-builder/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ automated solution. Below you can find a summary of all the needed manual steps;
4949
I am quite sure after reading them, you will want to automate them with Packit!
5050

5151
- Build an RPM package with your pull request changes through **COPR**, go to https://copr.fedorainfracloud.org
52-
5352
1. Install `copr-cli`.
5453
2. Create your account and service token.
5554
3. Add your token to `~/.config/copr.
@@ -58,14 +57,12 @@ I am quite sure after reading them, you will want to automate them with Packit!
5857
6. **WAIT for the build to finish**.
5958

6059
- Create a new cloud image through the **Image Builder console**, go to https://console.redhat.com/insights/image-builder
61-
6260
7. Login with your _Red Hat developer_ account.
6361
8. Click on the `Create Image` button, choose _AWS image_ type and follow the wizard.
6462
9. **WAIT for the build to finish**.
6563
10. Open the `Launch` link for the builded image.
6664

6765
- Launch and access the AWS image through the **AWS management console**, go to https://aws.amazon.com/console/
68-
6966
11. The previous link will open an AWS console tab with the
7067
_Launch an Instance_ wizard preset to use the builded image.
7168
You need to login into the _AWS management console_ using an _AWS Account ID_

src/pages/flock-2025-workshop.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@ in general in the `rawhide` branch, but for experimentation during the workshop
3636
Then, the simplest ways of creating the config:
3737

3838
- Use `packit dist-git init` (requires `packit` installed locally, e.g., `dnf install packit`)
39-
4039
1. In your cloned dist-git repository, switch to the target branch.
4140
2. Run the command:
4241
```bash
4342
packit dist-git init
4443
```
4544

4645
- Use our template
47-
4846
1. Manually create a `.packit.yaml` file in your target branch.
4947
2. Copy the content from the [Downstream configuration template](https://packit.dev/docs/configuration/downstream_configuration_template#template) and adjust it to your needs.
5048

0 commit comments

Comments
 (0)