public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/systemd] rawhide: split-files: improve error message
Date: Fri, 03 Jul 2026 13:52:19 GMT [thread overview]
Message-ID: <178308673907.1.15735873192056408573.rpms-systemd-c783e7479113@fedoraproject.org> (raw)
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']
reply other threads:[~2026-07-03 13:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178308673907.1.15735873192056408573.rpms-systemd-c783e7479113@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox