mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-16 08:30:37 +00:00
Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -6,7 +6,7 @@ fn as_bodhi_ver(branch) {
|
||||
}
|
||||
return `EPEL-${release}`;
|
||||
} else if branch == "frawhide" {
|
||||
return "42";
|
||||
return "F43";
|
||||
} else if branch.starts_with("f") {
|
||||
branch.crop(1);
|
||||
return branch;
|
||||
|
||||
Reference in New Issue
Block a user