From 2ced7da0af4e8e6e11103e37aeee9ae8ad954b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 8 Jan 2024 15:02:35 +0100 Subject: [PATCH] Add blog post for week 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- weekly/2024/week-1.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 weekly/2024/week-1.md diff --git a/weekly/2024/week-1.md b/weekly/2024/week-1.md new file mode 100644 index 0000000000..183cdb4024 --- /dev/null +++ b/weekly/2024/week-1.md @@ -0,0 +1,16 @@ +--- +title: Week 1 in Packit +date: 2024-01-08 +author: nforro +tags: + - 2024-January + - 2024 + - January +--- + +## Week 1 (January 2nd – January 8th) + +- We have changed the behaviour of loading Packit configuration for `koji_build` and `bodhi_update` jobs. + For both of them, the behaviour is the same as for `pull_from_upstream` - the configuration is taken + from the default branch of the dist-git repository (usually `rawhide`) and other branches are ignored. + ([packit-service#2295](https://github.com/packit/packit-service/pull/2295))