diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-12-15 13:14:30 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-12-15 13:48:49 +0100 |
commit | 0969bb4246acdac8ef91ad99515ae75fe3da734b (patch) | |
tree | 9b24e889456b8f3146087f2f8ef29a52988c4768 /.packit.yml | |
parent | repart: Fix integration test (diff) | |
download | systemd-0969bb4246acdac8ef91ad99515ae75fe3da734b.tar.xz systemd-0969bb4246acdac8ef91ad99515ae75fe3da734b.zip |
packit: drop/replace deprecated directives
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/.packit.yml b/.packit.yml index 61b82d6341..1b49ddf284 100644 --- a/.packit.yml +++ b/.packit.yml @@ -4,8 +4,8 @@ # Docs: https://packit.dev/docs/ specfile_path: .packit_rpm/systemd.spec -synced_files: - - .packit.yaml +files_to_sync: + - .packit.yml - src: .packit_rpm/systemd.spec dest: systemd.spec upstream_package_name: systemd @@ -38,10 +38,9 @@ actions: jobs: - job: copr_build trigger: pull_request - metadata: - targets: - - fedora-rawhide-aarch64 - - fedora-rawhide-i386 - - fedora-rawhide-ppc64le - - fedora-rawhide-s390x - - fedora-rawhide-x86_64 + targets: + - fedora-rawhide-aarch64 + - fedora-rawhide-i386 + - fedora-rawhide-ppc64le + - fedora-rawhide-s390x + - fedora-rawhide-x86_64 |