COPR Repositories - dogtagpki/pki GitHub Wiki
Branch | Repository | Platforms |
---|---|---|
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34 |
||
Fedora 34 |
||
Fedora 34 |
||
EPEL 7 / CentOS 7 |
In the source repository create a .copr/Makefile
to generate an SRPM:
srpm: dnf install -y git ./build.sh --with-timestamp --with-commit-id srpm if [[ "${outdir}" != "" ]]; then \ mv ${HOME}/build/pki/SRPMS/* ${outdir}; \ fi
In the COPR project create a package as follows:
-
Source Type:
Build from an SCM repository
-
SCM type:
git
-
Clone URL:
<repo URL>
-
Committish:
<branch>
-
Build SRPM with:
make_srpm
-
Auto-rebuild:
True
To configure the webhook, go to Settings → Integrations in the COPR project and follow the instruction.