Adding copr rebuild workflow

This commit is contained in:
2026-04-29 12:40:31 -04:00
parent 183215d9b1
commit 723a2f0506
3 changed files with 157 additions and 1 deletions
+17 -1
View File
@@ -7,10 +7,26 @@ Lightweight coding agent that runs in your terminal
## Installation Instructions
```
dnf copr enable ecomaikgolf/codex
dnf copr enable funkemunky/codex
dnf install codex
```
## Automatic COPR rebuilds
This repository contains a GitHub Actions workflow that checks the latest
`openai/codex` release once per hour. When the latest upstream tag changes, it
calls the package-specific COPR custom webhook for the `codex` package and then
records the processed upstream tag in `.github/upstream-codex-release.txt`.
Configure this repository secret:
```
COPR_CODEX_WEBHOOK_URL=https://copr.fedorainfracloud.org/webhooks/custom/<ID>/<UUID>/codex/
```
You can find the webhook ID and UUID in the COPR project settings under
Integrations for `funkemunky/codex`.
Create an issue [1] to mark package as outdated or packaging issues. Report
codex related issues to upstream.