| # See the documentation for more information: |
| # https://packit.dev/docs/configuration/ |
| |
| specfile_path: m1n1.spec |
| files_to_sync: |
| - m1n1.spec |
| - m1n1-rust-deps.patch |
| - rust-fatfs-fix-build-log.patch |
| - .packit.yaml |
| |
| actions: |
| # Fetch the specfile from Rawhide and disable rpmautospec |
| post-upstream-clone: "bash -c \"curl -s https://src.fedoraproject.org/rpms/m1n1/raw/main/f/m1n1.spec | sed -e '/^%autochangelog$/d' > m1n1.spec && curl -s -O https://src.fedoraproject.org/rpms/m1n1/raw/main/f/m1n1-rust-deps.patch -O https://src.fedoraproject.org/rpms/m1n1/raw/main/f/rust-fatfs-fix-build-log.patch\"" |
| |
| srpm_build_deps: |
| - bash |
| - curl |
| - sed |
| |
| jobs: |
| - job: copr_build |
| trigger: commit |
| owner: "@asahi" |
| project: packit-builds |
| targets: |
| - fedora-all-aarch64 |
| - fedora-rawhide-i386 |
| - fedora-rawhide-s390x |
| - fedora-rawhide-x86_64 |
| |
| - job: copr_build |
| trigger: pull_request |
| owner: "@asahi" |
| project: packit-builds |
| targets: |
| - fedora-all-aarch64 |
| - fedora-rawhide-i386 |
| - fedora-rawhide-s390x |
| - fedora-rawhide-x86_64 |