1
0
Commit Graph

7 Commits

Author SHA1 Message Date
4261677265 ci: prepare: Fix Unknown argument error on dnf5
All checks were successful
infra/dch-selinux/pipeline/head This commit looks good
dnf5 does not recognize the `--` argument to mean "end of arguments"
like DNF 4 did.  To terminate the argument list, we need to use the "and
nothing" shell syntax.
2025-10-22 21:35:43 -05:00
acf5116f01 ci: Build for Fedora 41, 42
Some checks failed
infra/dch-selinux/pipeline/head There was a failure building this commit
2025-10-22 21:33:14 -05:00
5a0e5de56a ci: Build/sign RPMs for multiple Fedora versions
All checks were successful
infra/dch-selinux/pipeline/head This commit looks good
* Use `matrix` to generate pipelines for multiple Fedora versions
* Sign RPM packages using the Jenkins GPG key
* Publish RPM files to *dch* repository on *files.pyrocufflink.blue*
  instead of Gitea (the latter cannot handle multiple releases of the
  same package)
2024-06-03 09:52:43 -05:00
ed07fe930e ci: Add Jenkins build/publish pipeline
All checks were successful
infra/dch-selinux/pipeline/head This commit looks good
2023-10-26 09:29:40 -05:00
8c1eaf1bac meta: Publish to Gitea
Gitea 1.20 introduced RPM package repository support.  We can use this
feature to publish the *dch-selinux* RPM, instead of manually creating
the repository and publishing it to the file server.  This will
ultimately enable Jenkins to publish the package as well.
2023-10-26 09:27:04 -05:00
e586ea3740 Add RPM spec 2023-10-26 09:24:10 -05:00
94ee6e6f61 Initial commit 2021-08-26 21:18:41 -05:00