Skip to content

Commit 9dc4c00

Browse files
Update versions in alias examples (#1136)
Update versions in alias examples While not technically wrong, outdated Fedora and EPEL versions in the examples can be confusing to users. Reviewed-by: Maja Massarini
2 parents 7c9044e + f95123d commit 9dc4c00

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/configuration/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -866,20 +866,20 @@ To not need to change the config file when the new system version is released,
866866
Packit provides multiple aliases to reference a subset of the active
867867
releases:
868868
* `fedora-all` - all active releases, which includes released and branched
869-
versions and Rawhide (e.g. `fedora-34`, `fedora-35`, `fedora-36`,
869+
versions and Rawhide (e.g. `fedora-42`, `fedora-43`, `fedora-44`,
870870
`fedora-rawhide`).
871871
* `fedora-stable` — the current (two or three) released and supported
872-
versions (e.g. `fedora-34`, `fedora-35`).
872+
versions (e.g. `fedora-42`, `fedora-43`).
873873
* `fedora-development` — development versions of Fedora; the branched
874-
version is used only when available (e.g. `fedora-36`, `fedora-rawhide`)
874+
version is used only when available (e.g. `fedora-44`, `fedora-rawhide`)
875875
* `fedora-latest` — the last versioned Fedora (not a Rawhide), regardless if
876876
it's released or still under development.
877877
* `fedora-latest-stable` — the latest released Fedora version (e.g.
878-
`fedora-35`).
878+
`fedora-43`).
879879
* `fedora-branched` — all branched releases, that is: everything, except
880-
Rawhide (e.g. `fedora-34`, `fedora-35`, `fedora-36`).
880+
Rawhide (e.g. `fedora-42`, `fedora-43`, `fedora-44`).
881881
* `epel-all` - current active [EPEL](https://docs.fedoraproject.org/en-US/epel/)
882-
versions (e.g. `epel-7`, `epel-8`, `epel-9`)
882+
versions (e.g. `epel-8`, `epel-9`, `epel-10.1`, `epel-10.2`, `epel-10.3`)
883883

884884
The aliases above can be used both to specify targets when [building in
885885
Copr](/docs/configuration/upstream/copr_build) or [running tests](/docs/configuration/upstream/tests),

0 commit comments

Comments
 (0)