Don't bother doing local rebuilds.
[goaljobs-goals.git] / libguestfs_fedora.ml
index dfc6770..886c2d3 100644 (file)
@@ -22,10 +22,10 @@ let package = "libguestfs"
 
 (* How branches in libguestfs upstream map to branches in Fedora. *)
 let branches = [
-  "1.20-stable", "f18";            (* F18 follows 1.20. *)
 (*  "1.22-stable", "f19"; *)       (* F19 built by hand. *)
-(*  "1.24-stable", "f20"; *)       (* F20 is being built by hand ATM. *)
-  "1.25-development", "master";    (* Rawhide follows development. *)
+  "1.26-stable", "f20";            (* F20 follows 1.26. *)
+(* F21 is built by pulling from master *)
+  "1.27-development", "master";    (* Rawhide follows development. *)
 ]
 
 (* Goal: Latest website version has been built in every branch. *)