From dc21d70507892bbe83cf1f2b402989ac9598e8ad Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Mon, 7 Apr 2025 21:36:01 +0200 Subject: [PATCH 1/3] Add blog post for week 25/14 Signed-off-by: Frantisek Lachman --- weekly/2025/week-14.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 weekly/2025/week-14.md diff --git a/weekly/2025/week-14.md b/weekly/2025/week-14.md new file mode 100644 index 0000000000..dbd5a63089 --- /dev/null +++ b/weekly/2025/week-14.md @@ -0,0 +1,15 @@ +--- +title: Week 14 in Packit +date: 2025-04-07 +authors: flachman +tags: + - 2025-April + - 2025 + - April +--- + +## Week 14 (April 1st – April 7th) + +- When using `fast_forward_merge_into`, `version_update_mask` is now correctly being taken into consideration. ([packit#2551](https://github.com/packit/packit/pull/2551)) +- We have introduced a new command group `config` for configuration-related commands and moved `validate-config` command under it, resulting in the new command being `packit config validate`. ([packit#2559](https://github.com/packit/packit/pull/2559)) +- It is now possible to retrigger dist-git CI scratch builds with `/packit ci`. ([packit-service#2770](https://github.com/packit/packit-service/pull/2770)) From a0656ae5f80dd32b48fc1646294d971636bb9d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Lachman?= Date: Tue, 8 Apr 2025 11:03:48 +0200 Subject: [PATCH 2/3] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- weekly/2025/week-14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weekly/2025/week-14.md b/weekly/2025/week-14.md index dbd5a63089..3f58a4db94 100644 --- a/weekly/2025/week-14.md +++ b/weekly/2025/week-14.md @@ -11,5 +11,5 @@ tags: ## Week 14 (April 1st – April 7th) - When using `fast_forward_merge_into`, `version_update_mask` is now correctly being taken into consideration. ([packit#2551](https://github.com/packit/packit/pull/2551)) -- We have introduced a new command group `config` for configuration-related commands and moved `validate-config` command under it, resulting in the new command being `packit config validate`. ([packit#2559](https://github.com/packit/packit/pull/2559)) +- We have introduced a new `config` command group for configuration-related commands and moved the `validate-config` command under it, resulting in the new command being `packit config validate`. ([packit#2559](https://github.com/packit/packit/pull/2559)) - It is now possible to retrigger dist-git CI scratch builds with `/packit ci`. ([packit-service#2770](https://github.com/packit/packit-service/pull/2770)) From 239403d41f0adfd1ff012667a67d0a67777a427c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Lachman?= Date: Wed, 9 Apr 2025 18:14:46 +0200 Subject: [PATCH 3/3] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laura Barcziová <49026743+lbarcziova@users.noreply.github.com> --- weekly/2025/week-14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weekly/2025/week-14.md b/weekly/2025/week-14.md index 3f58a4db94..aafa72ad08 100644 --- a/weekly/2025/week-14.md +++ b/weekly/2025/week-14.md @@ -12,4 +12,4 @@ tags: - When using `fast_forward_merge_into`, `version_update_mask` is now correctly being taken into consideration. ([packit#2551](https://github.com/packit/packit/pull/2551)) - We have introduced a new `config` command group for configuration-related commands and moved the `validate-config` command under it, resulting in the new command being `packit config validate`. ([packit#2559](https://github.com/packit/packit/pull/2559)) -- It is now possible to retrigger dist-git CI scratch builds with `/packit ci`. ([packit-service#2770](https://github.com/packit/packit-service/pull/2770)) +- It is now possible to retrigger dist-git CI scratch builds with `/packit scratch-build`. ([packit-service#2770](https://github.com/packit/packit-service/pull/2770))