X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=dc7b248d98b2b2676c9d780de7c4ba6e2c784a6b;hb=95fb509077b9c7444a1a7f87424ea73a3c0b296a;hp=dfc67700aafb53de488220dcae9e3b64d5b09fc3;hpb=bc69fe39242ab6ff5f345f8c1942ab3b9cbc5167;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index dfc6770..dc7b248 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,10 +22,11 @@ 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. *) + "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. *)