feat(ci): Add Fedora RPM package build workflow #951

Closed
tcpipuk wants to merge 1 commit from tom/ci-fedora-rpm into main
Owner

Building on the Fedora packaging files from #950, this adds a CI workflow to automatically build RPM packages for Fedora distributions.

The workflow:

  • Builds both binary and debug RPMs using rpkg
  • Tests package installation in the CI environment
  • Publishes packages to Forgejo's RPM registry
  • Uploads artifacts for easy download

Thanks to ginger for providing the initial Fedora build files that made this CI pipeline possible.

Building on the Fedora packaging files from #950, this adds a CI workflow to automatically build RPM packages for Fedora distributions. The workflow: - Builds both binary and debug RPMs using rpkg - Tests package installation in the CI environment - Publishes packages to Forgejo's RPM registry - Uploads artifacts for easy download Thanks to ginger for providing the initial Fedora build files that made this CI pipeline possible.
tcpipuk self-assigned this 2025-08-29 00:09:37 +00:00
tcpipuk force-pushed tom/ci-fedora-rpm from c53fcd57dc
Some checks failed
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m47s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m28s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 4m9s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
to 726ae4931f
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Waiting to run
Release Docker Image / define-variables (push) Successful in 8s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m4s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m0s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m44s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 13m37s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 13m1s
Release Docker Image / merge (push) Successful in 9s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
2025-08-29 00:13:35 +00:00
Compare
ginger approved these changes 2025-08-29 00:30:25 +00:00
Jade requested review from ginger 2025-08-29 00:47:21 +00:00
ginger left a comment
Member

Packages currently don't install because they're missing signatures:

OpenPGP check for package "continuwuity-0.0.git.5458.11486da1-1.tom_ci_fedora_rpm.fc42.x86_64" (/var/cache/libdnf5/gitea-continuwuation-tom-ci-fedora-rpm-b66e18a7df08e53f/packages/continuwuity-0.0.git.5458.11486da1-1.tom_ci_fedora_rpm.fc42.x86_64.rpm) from repo "gitea-continuwuation-tom-ci-fedora-rpm" has failed: The package is not signed.
Packages currently don't install because they're missing signatures: ``` OpenPGP check for package "continuwuity-0.0.git.5458.11486da1-1.tom_ci_fedora_rpm.fc42.x86_64" (/var/cache/libdnf5/gitea-continuwuation-tom-ci-fedora-rpm-b66e18a7df08e53f/packages/continuwuity-0.0.git.5458.11486da1-1.tom_ci_fedora_rpm.fc42.x86_64.rpm) from repo "gitea-continuwuation-tom-ci-fedora-rpm" has failed: The package is not signed. ```
@ -0,0 +8,4 @@
```bash
# Add the Continuwuity repository
sudo dnf config-manager --add-repo https://forgejo.ellis.link/api/packages/continuwuation/rpm/stable/continuwuation.repo
Member

This should be sudo dnf config-manager addrepo --from-repofile=https://forgejo.ellis.link/api/packages/continuwuation/rpm/stable/continuwuation.repo. Also, it appears currently to produce an error: Status code: 404 for https://forgejo.ellis.link/api/packages/continuwuation/rpm/stable/continuwuation/repodata/repomd.xml (IP: 213.32.25.24), although this could be because the PR has yet to be merged.

This should be `sudo dnf config-manager addrepo --from-repofile=https://forgejo.ellis.link/api/packages/continuwuation/rpm/stable/continuwuation.repo`. Also, it appears currently to produce an error: `Status code: 404 for https://forgejo.ellis.link/api/packages/continuwuation/rpm/stable/continuwuation/repodata/repomd.xml (IP: 213.32.25.24)`, although this could be because the PR has yet to be merged.
tcpipuk force-pushed tom/ci-fedora-rpm from 726ae4931f
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Waiting to run
Release Docker Image / define-variables (push) Successful in 8s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m4s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m0s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m44s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 13m37s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 13m1s
Release Docker Image / merge (push) Successful in 9s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
to b5ec8859a1
Some checks failed
Release Docker Image / define-variables (push) Successful in 18s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m9s
Documentation / Build and Deploy Documentation (pull_request) Successful in 55s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Has been cancelled
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
2025-08-29 01:15:23 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from b5ec8859a1
Some checks failed
Release Docker Image / define-variables (push) Successful in 18s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m9s
Documentation / Build and Deploy Documentation (pull_request) Successful in 55s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Has been cancelled
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
to 226e29feac
Some checks failed
Release Docker Image / define-variables (push) Successful in 12s
Documentation / Build and Deploy Documentation (pull_request) Successful in 51s
Checks / Prek / Pre-commit & Formatting (push) Successful in 2m0s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m4s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 9m1s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Waiting to run
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
2025-08-29 01:18:22 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 226e29feac
Some checks failed
Release Docker Image / define-variables (push) Successful in 12s
Documentation / Build and Deploy Documentation (pull_request) Successful in 51s
Checks / Prek / Pre-commit & Formatting (push) Successful in 2m0s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m4s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 9m1s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Waiting to run
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
to e766bed8d4
Some checks failed
Release Docker Image / define-variables (push) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Failing after 52s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m25s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m1s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 13m12s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 13m25s
Release Docker Image / merge (push) Successful in 10s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Has been cancelled
2025-08-29 01:44:24 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from e766bed8d4
Some checks failed
Release Docker Image / define-variables (push) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Failing after 52s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m25s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m1s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 13m12s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 13m25s
Release Docker Image / merge (push) Successful in 10s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Has been cancelled
to 5222b1ba4e
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 5s
Documentation / Build and Deploy Documentation (pull_request) Successful in 39s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m1s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m11s
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
2025-08-29 12:12:33 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 5222b1ba4e
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 5s
Documentation / Build and Deploy Documentation (pull_request) Successful in 39s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m1s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m11s
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
to c129696464
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 6s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Successful in 33s
Checks / Prek / Pre-commit & Formatting (push) Successful in 56s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 2m47s
2025-08-29 12:34:08 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from c129696464
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 6s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Successful in 33s
Checks / Prek / Pre-commit & Formatting (push) Successful in 56s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 2m47s
to 0aad0bdbd3
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
Release Docker Image / define-variables (push) Successful in 9s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m4s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m0s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m14s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
2025-08-29 17:41:47 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 0aad0bdbd3
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
Release Docker Image / define-variables (push) Successful in 9s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m4s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m0s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m14s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Has been cancelled
to 05221c9ae4
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Failing after 0s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 6s
Release Docker Image / define-variables (push) Successful in 1s
Documentation / Build and Deploy Documentation (pull_request) Successful in 47s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m32s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
2025-08-29 18:27:39 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 05221c9ae4
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Failing after 0s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 6s
Release Docker Image / define-variables (push) Successful in 1s
Documentation / Build and Deploy Documentation (pull_request) Successful in 47s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m32s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
to 9c374a5483
Some checks failed
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (push) Failing after 0s
rpm-build.yml / feat(ci): Add Fedora RPM package build workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Failing after 14s
Documentation / Build and Deploy Documentation (pull_request) Successful in 56s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m25s
2025-08-29 18:35:30 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from b9568fbf21
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 9s
Test Fedora Runner / test (push) Successful in 4s
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Failing after 15s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Successful in 34s
to 5d4944fd1a
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 10s
2025-08-29 19:04:23 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 5d4944fd1a
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 10s
to 65b99ffe01
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 24s
2025-08-29 19:07:44 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 65b99ffe01
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 24s
to 04aa8d3523
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 11s
2025-08-29 19:10:09 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 04aa8d3523
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 11s
to d61f5826b9
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Test Fedora Runner / test (push) Successful in 11s
2025-08-29 19:12:06 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from d61f5826b9
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Test Fedora Runner / test (push) Successful in 11s
to 062c4ab47f
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 11s
2025-08-29 19:14:49 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 062c4ab47f
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 11s
to 610f81c2f3
Some checks failed
Checks / Prek / Clippy and Cargo Tests (push) Waiting to run
rpm-build.yml / test: Add minimal Fedora runner test workflow (push) Failing after 0s
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Test Fedora Runner / test (push) Successful in 30s
2025-08-29 19:22:39 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 610f81c2f3
Some checks failed
Checks / Prek / Clippy and Cargo Tests (push) Waiting to run
rpm-build.yml / test: Add minimal Fedora runner test workflow (push) Failing after 0s
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Test Fedora Runner / test (push) Successful in 30s
to b5ed01fd6e
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 6s
Checks / Prek / Pre-commit & Formatting (push) Successful in 31s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Failing after 27s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 5s
2025-08-29 19:35:06 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from b5ed01fd6e
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 6s
Checks / Prek / Pre-commit & Formatting (push) Successful in 31s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Failing after 27s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 5s
to 42a7124eef
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Failing after 15s
Checks / Prek / Pre-commit & Formatting (push) Successful in 31s
Test Fedora Runner / test (push) Failing after 35s
2025-08-29 19:38:19 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 42a7124eef
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Failing after 15s
Checks / Prek / Pre-commit & Formatting (push) Successful in 31s
Test Fedora Runner / test (push) Failing after 35s
to 8ecdc04d23
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Failing after 26s
2025-08-29 19:43:39 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 8ecdc04d23
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Failing after 26s
to f9d5a0837e
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 33s
2025-08-29 19:54:00 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from f9d5a0837e
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 33s
to fdc2a23d44
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 33s
2025-08-29 19:58:17 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from fdc2a23d44
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 33s
to 570204195b
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 19m34s
2025-08-29 20:00:38 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 570204195b
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Successful in 19m34s
to 8975527351
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 8s
Checks / Prek / Pre-commit & Formatting (push) Successful in 30s
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Failing after 30s
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
2025-08-29 20:35:32 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 8975527351
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 8s
Checks / Prek / Pre-commit & Formatting (push) Successful in 30s
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Test Fedora Runner / test (push) Failing after 30s
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
to a26c5020d4
Some checks failed
rpm-build.yml / test: Add minimal Fedora runner test workflow (pull_request) Failing after 0s
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Test Fedora Runner / test (push) Successful in 21m53s
2025-08-29 20:37:55 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 35ab5121bf
Some checks failed
rpm-build.yml / feat(rpm): Add GPG signing for RPM packages with documentation (push) Failing after 0s
rpm-build.yml / feat(rpm): Add GPG signing for RPM packages with documentation (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 10s
Documentation / Build and Deploy Documentation (pull_request) Successful in 41s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m17s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 6m49s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Test Fedora Runner / test (push) Successful in 30m0s
to 0ab7e5aef5
Some checks failed
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Successful in 2m27s
Documentation / Build and Deploy Documentation (pull_request) Successful in 41s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m35s
Build Fedora RPM / build (push) Successful in 23m20s
2025-08-30 18:40:43 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 13e171409a
Some checks failed
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (push) Failing after 0s
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Successful in 41s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m11s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 2m55s
to ad6f2abac3
Some checks failed
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (push) Failing after 0s
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Successful in 41s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m1s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
2025-08-30 19:10:48 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from ad6f2abac3
Some checks failed
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (push) Failing after 0s
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 7s
Documentation / Build and Deploy Documentation (pull_request) Successful in 41s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m1s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
to 3182cc5b94
Some checks failed
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (push) Failing after 0s
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m10s
Documentation / Build and Deploy Documentation (pull_request) Successful in 44s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m42s
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
2025-08-30 19:13:17 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 3182cc5b94
Some checks failed
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (push) Failing after 0s
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m10s
Documentation / Build and Deploy Documentation (pull_request) Successful in 44s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 3m42s
Release Docker Image / merge (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
to 5a57ced811
Some checks failed
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (push) Failing after 0s
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Successful in 47s
2025-08-30 19:19:31 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 5a57ced811
Some checks failed
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (push) Failing after 0s
build-fedora.yml / ci: Add package publishing and installation testing to Fedora workflow (pull_request) Failing after 0s
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
Documentation / Build and Deploy Documentation (pull_request) Successful in 47s
to 0cefd1bd60
Some checks failed
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m15s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 6m13s
Documentation / Build and Deploy Documentation (pull_request) Successful in 35s
Build Fedora RPM / build (push) Has been cancelled
Build Fedora RPM / build (pull_request) Has been cancelled
2025-08-30 19:21:14 +00:00
Compare
tcpipuk force-pushed tom/ci-fedora-rpm from 0cefd1bd60
Some checks failed
Release Docker Image / define-variables (push) Has been cancelled
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been cancelled
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been cancelled
Release Docker Image / merge (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m15s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 6m13s
Documentation / Build and Deploy Documentation (pull_request) Successful in 35s
Build Fedora RPM / build (push) Has been cancelled
Build Fedora RPM / build (pull_request) Has been cancelled
to 7406556550
Some checks failed
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m32s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 5m49s
Documentation / Build and Deploy Documentation (pull_request) Successful in 33s
Build Fedora RPM / build (pull_request) Has been cancelled
2025-08-30 19:30:45 +00:00
Compare
tcpipuk closed this pull request 2025-08-30 19:31:17 +00:00
Some checks failed
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m32s
Required
Details
Checks / Prek / Clippy and Cargo Tests (push) Successful in 5m49s
Required
Details
Documentation / Build and Deploy Documentation (pull_request) Successful in 33s
Build Fedora RPM / build (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!951
No description provided.