X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=886c2d3eeb35d73cf7c22a0b02a3a7a62c96bcb6;hb=c4e0993e81c4bd3d1aadae4baa8d10ada8f06d76;hp=058a5708c31e0a3cd15688968fb340e272801684;hpb=8429bd7cba36f74fa2f3ac100fd36e0ed3be1140;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 058a570..886c2d3 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,9 +22,9 @@ 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.26-stable", "f20"; (* F20 follows 1.26. *) +(* F21 is built by pulling from master *) "1.27-development", "master"; (* Rawhide follows development. *) ]