mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(andax/bump_extras.rhai): Return the correct branch for Rawhide on Bodhi functions (#7455) (#7478)
(cherry picked from commit 6bb19fa5c3)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -14,7 +14,7 @@ fn as_bodhi_ver(branch) {
|
||||
}
|
||||
return `EPEL-${release}`;
|
||||
} else if branch == "frawhide" {
|
||||
return "F43";
|
||||
return "F44";
|
||||
} else if branch.starts_with("f") {
|
||||
branch.crop(1);
|
||||
return `F${branch}`;
|
||||
|
||||
Reference in New Issue
Block a user