Skip to content

Commit cbec9df

Browse files
Add blog post for week 33 (#1057)
Add blog post for week 33 Reviewed-by: Maja Massarini Reviewed-by: Laura Barcziová
2 parents d708e19 + c76fbf0 commit cbec9df

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
rev: v4.0.0-alpha.8
88
hooks:
99
- id: prettier
10-
exclude: archetypes|docs|data|layouts|resources|source-git|static|themes/
10+
exclude: archetypes|docs|data|layouts|resources|source-git|static|themes/|posts/aws-and-image-builder/index.md
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
1212
rev: v5.0.0
1313
hooks:
@@ -20,3 +20,6 @@ repos:
2020
args:
2121
- https://github.com/packit/packit.dev.git
2222
stages: [manual, pre-push]
23+
24+
ci:
25+
autofix_prs: false

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

weekly/2025/week-33.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Week 33 in Packit
3+
date: 2025-08-18
4+
authors: nforro
5+
tags:
6+
- 2025-August
7+
- 2025
8+
- August
9+
---
10+
11+
## Week 33 (August 12th – August 18th)
12+
13+
- In test jobs, it is now explicitly required to include the targets needed for running build jobs;
14+
they will no longer be automatically deduced to prevent inconsistencies in creating build and test jobs.
15+
([packit-service#2785](https://github.com/packit/packit-service/pull/2785))

0 commit comments

Comments
 (0)