From 8b7a2df9965af53f2c43e6c5652761e49360cd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Mon, 11 Jul 2022 14:31:41 +0200 Subject: [PATCH 1/2] Create blog post for weeks 26-27, 2022 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hunor Csomortáni --- content/posts/weekly/July-2022.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/posts/weekly/July-2022.md diff --git a/content/posts/weekly/July-2022.md b/content/posts/weekly/July-2022.md new file mode 100644 index 0000000000..94478ccf84 --- /dev/null +++ b/content/posts/weekly/July-2022.md @@ -0,0 +1,18 @@ +--- +title: July 2022 +date: 2022-07-11 +weight: 60 +--- + +## Weeks 26–27 (June 27th–July 11th) + +- We adjusted the way we check the author of the PR for PRs related to + dist-git commits that trigger Koji build jobs. This should fix the race + condition causing not creating Koji builds in some cases. + ([packit-service#1573](https://github.com/packit/packit-service/pull/1573)) +- Results from Testing Farm are now correctly reported when multiple jobs with + different identifier are defined. + ([packit-service#1565](https://github.com/packit/packit-service/pull/1565)) +- On a Bodhi authentication error, Packit will retry the task multiple times + in ten-minute intervals to be able to fix the issue in the meantime. + ([packit-service#1564](https://github.com/packit/packit-service/pull/1564)) From 1bc1a5cacec6c885c6b9f27aa9ab57478ec12708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Mon, 11 Jul 2022 14:34:38 +0200 Subject: [PATCH 2/2] git: ignore .hugo_build.lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hunor Csomortáni --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0e3f42a295..2210b8a923 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea +.hugo_build.lock public/ resources/