diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-12-07 13:04:44 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-12-07 15:07:14 +0100 |
commit | ed7c45a8c81bb0f82048b9e6dd285b234e3c5b7f (patch) | |
tree | 1f65c9d6377fd170b42343c834cfeec2a3a6a1c1 /.packit.yml | |
parent | update TODO (diff) | |
download | systemd-ed7c45a8c81bb0f82048b9e6dd285b234e3c5b7f.tar.xz systemd-ed7c45a8c81bb0f82048b9e6dd285b234e3c5b7f.zip |
packit: ignore unpackaged files
It may take a bit for newly introduced binaries/other files to get
properly integrated into the Rawhide specfile, so don't choke up in the
meantime when rpmbuild detects unpackaged files.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.packit.yml b/.packit.yml index a7502b25b4..61b82d6341 100644 --- a/.packit.yml +++ b/.packit.yml @@ -32,6 +32,8 @@ actions: # [0] https://github.com/mesonbuild/meson/issues/7360 # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110 - 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec' + # Ignore unpackages standalone binaries + - "sed -i 's/assert False,.*/pass/' .packit_rpm/split-files.py" jobs: - job: copr_build |