On Donnerstag, 18. Dezember 2025 02:00:00 Mitteleuropäische Normalzeit Justin 
Zobel wrote:
> On 18/12/25 03:08, Heiko Becker wrote:
> > On Wednesday, 17 December 2025 01:48:26 CET, Albert Astals Cid wrote:
> >> Please work on fixing them, otherwise i will remove the failing CI
> >> jobs on their 4th failing week, it is very important that CI is
> >> passing for multiple reasons.
> >> 
> >> Good news: 3 repo fixed
> >> 
> >> Bad news: 2 repo started failing
> >> 
> >> 
> >> * All Craft macos builds seem to fail
> >> 
> >> * All Craft Android builds seem to fail
> >> 
> >> * massif-visualizer  *
> >> https://invent.kde.org/sdk/massif-visualizer/-/pipelines/1108936
> >>   * flatpak fails
> > 
> > https://invent.kde.org/sdk/massif-visualizer/-/merge_requests/26
> > 
> > @Justin Probably not the best place to suggest this, but I understand
> > you're building some infra to update dependencies in flatpak. Can
> > these commits a) be GIT_SILENT and b) mention the thing they update
> > to? Because something like
> > * CI - Flatpak - Update Versions
> > * Fix pesky bug #4247
> > * CI - Flatpak - Update Versions
> > * CI - Flatpak - Update Versions
> > 
> > for example really doesn't add much information over noise, neither in
> > git log nor a changelog.
> 
> Would the following be OK?
> 
> ```
> CI - Flatpak - Update Versions
> discount: Update v3.0.0d.tar.gz to 3.0.1.2
> boost: Update boost_1_89_0.tar.bz2 to 1.90.0
> ghostscript: Update ghostscript-10.05.1.tar.gz to 10.06.0
> poppler: Update poppler-25.09.0.tar.xz to 25.12.0
> inih: Update r61.tar.gz to 62
> libkexiv2: Update libkexiv2-25.08.0.tar.xz to 25.12.0
> kdegraphics-mobipocket: Update kdegraphics-mobipocket-25.08.0.tar.xz to
> 25.12.0
> ```

I'd say mentioning the tarball isn't necessary, i.e.
```
CI - Flatpak - Update Versions

discount: Update to 3.0.1.2
boost: Update to 1.90.0
[...]

GIT_SILENT
```
Even repeating "Update to" for each package seems redundant, i.e. maybe do 
just
```
CI - Flatpak - Update Versions

discount: 3.0.1.2
boost: 1.90.0
[...]

GIT_SILENT
```

Note the empty line after the commit title. And note the "GIT_SILENT".

Regards,
Ingo

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to