File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ srpm_build_deps: []
1717
1818actions :
1919 post-upstream-clone :
20- # Use the Fedora Rawhide specfile
21- - " git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
20+ # Use the Fedora 39 specfile
21+ - " git clone --branch f39 https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
2222 # Drop the "sources" file so rebase-helper doesn't think we're a dist-git
2323 - " rm -fv .packit_rpm/sources"
2424 # Drop backported patches from the specfile, but keep the downstream-only ones
3939- job : copr_build
4040 trigger : pull_request
4141 targets :
42- - fedora-rawhide -aarch64
43- - fedora-rawhide -i386
44- - fedora-rawhide -ppc64le
45- - fedora-rawhide -s390x
46- - fedora-rawhide -x86_64
42+ - fedora-39 -aarch64
43+ - fedora-39 -i386
44+ - fedora-39 -ppc64le
45+ - fedora-39 -s390x
46+ - fedora-39 -x86_64
You can’t perform that action at this time.
0 commit comments