Skip to content

Commit

Permalink
Merge pull request packit#1696 from csomh/fedora-37-branched
Browse files Browse the repository at this point in the history
Update aliases: Fedora Linux 37 was branched

Reviewed-by: Matej Focko <None>
Reviewed-by: Hunor Csomortáni <[email protected]>
Reviewed-by: None <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 24, 2022
2 parents 7b58e29 + f401d5f commit fae3705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packit/config/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
from packit.utils.decorators import fallback_return_value

ALIASES: Dict[str, List[str]] = {
"fedora-all": ["fedora-35", "fedora-36", "fedora-rawhide"],
"fedora-all": ["fedora-35", "fedora-36", "fedora-37", "fedora-rawhide"],
"fedora-stable": ["fedora-35", "fedora-36"],
"fedora-development": ["fedora-rawhide"],
"fedora-latest": ["fedora-36"],
"fedora-development": ["fedora-rawhide", "fedora-37"],
"fedora-latest": ["fedora-37"],
"fedora-latest-stable": ["fedora-36"],
"fedora-branched": ["fedora-35", "fedora-36"],
"fedora-branched": ["fedora-35", "fedora-36", "fedora-37"],
"epel-all": ["epel-7", "epel-8", "epel-9"],
}

Expand Down

0 comments on commit fae3705

Please sign in to comment.