X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=c101613c1b8cbfd4bc18bdad5d468873b3343383;hb=d561a25015bb195b483cb22b1167074c17611997;hp=9d3e96e51082d1b9958fa65336b22bc3ba54d161;hpb=e34755725f6cd7b5ee52e03b6498270a72785902;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 9d3e96e..c101613 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,11 +22,10 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ -(* "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. *) + "1.29-development", "f22"; (* F22 follows development (for now). *) + "1.28-stable", "f21"; (* F21 follows 1.28. *) + "1.26-stable", "f20"; (* F20 follows 1.26. *) ] (* Goal: Latest website version has been built in every branch. *)