1
0
Commit Graph

2 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
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