(* How branches in libguestfs upstream map to branches in Fedora. *)
let branches = [
-(* "1.41-development", "master"; (* Rawhide follows development. *)*)
- "1.40-stable", "master";
+ "1.41-development", "master"; (* Rawhide follows development. *)
+ "1.40-stable", "f31"; (* F31 follows development. *)
+ "1.40-stable", "f30"; (* F30 follows development. *)
"1.40-stable", "f29"; (* F29 follows development. *)
- "1.38-stable", "f28"; (* F28 follows 1.38. *)
- "1.38-stable", "f27"; (* F27 follows 1.38. *)
]
(* Goal: Latest website version has been built in every branch. *)