public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: split-files: improve error message
@ 2026-07-03 13:52
0 siblings, 0 replies; only message in thread
From: @ 2026-07-03 13:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/systemd
Branch : rawhide
Commit : c783e7479113210c0c91760f8c515ca908ad5b04
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date : 2026-07-03T15:51:45+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd/c/c783e7479113210c0c91760f8c515ca908ad5b04?branch=rawhide
Log:
split-files: improve error message
[skip changelog]
---
diff --git a/split-files.py b/split-files.py
index 03f7822..8d52021 100644
--- a/split-files.py
+++ b/split-files.py
@@ -120,7 +120,7 @@ for file in files(buildroot):
elif 'shutdown' in n:
o = outputs['standalone-shutdown']
else:
- assert False, 'Found .standalone not belonging to known packages'
+ assert False, f'Found {n} not belonging to known standalone packages'
elif '/security/pam_' in n or '/man8/pam_' in n:
o = outputs['pam']
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 13:52 [rpms/systemd] rawhide: split-files: improve error message
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox