Add f22 branch.
[goaljobs-goals.git] / libguestfs_fedora.ml
index 4b5ec7c..dc7b248 100644 (file)
@@ -22,10 +22,11 @@ let package = "libguestfs"
 
 (* How branches in libguestfs upstream map to branches in Fedora. *)
 let branches = [
-  "1.23-development", "master";    (* Rawhide follows development. *)
-  (* f20 is being done by hand until 1.24 is released. *)
-  "1.22-stable", "f19";            (* F19 follows 1.22. *)
-  "1.20-stable", "f18";            (* F18 follows 1.20. *)
+(*  "1.22-stable", "f19"; *)       (* F19 built by hand. *)
+  "1.26-stable", "f20";            (* F20 follows 1.26. *)
+  "1.28-stable", "f21";            (* F21 follows 1.28. *)
+  "1.29-development", "f22";       (* F22 follows development (for now). *)
+  "1.29-development", "master";    (* Rawhide follows development. *)
 ]
 
 (* Goal: Latest website version has been built in every branch. *)