summaryrefslogtreecommitdiff
path: root/.copr/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* copr: only use libostree tagsLuca BRUNO2022-11-111-1/+1
| | | | | | This adds a tag filter to the logic which emits version labels for COPR build, so that it avoids mistakenly picking up tags belonging to the Rust bindings.
* copr: mark git checkout as safeJonathan Lebon2022-05-261-0/+2
| | | | | | | | | | Recent git became more strict wrt git repos in parent dirs owned by other users. This broke our COPR builds due to the git checkout being created by a different user and mounted in. We need to explicitly mark the repo as safe. For more information, see: https://github.com/actions/checkout/issues/760
* Add COPR integration MakefileJonathan Lebon2022-02-031-0/+8
I'd like to enable auto-builds of this repo to https://copr.fedorainfracloud.org/coprs/g/CoreOS/continuous/ so it could eventually feed into https://github.com/coreos/fedora-coreos-tracker/issues/910.