X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=dbcda32b2a628e5d3511b53c038ca24e91341f5e;hb=c05c364daae242827b9e432c4bfe2f7cda8ddae0;hp=f31a5d5c62b148d68cf574a8762c8513ad09e6e5;hpb=3b6ea09e8d55a24dbf2816129f12e0093855a8b8;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index f31a5d5..dbcda32 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,8 +22,10 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.33-development", "master"; (* Rawhide follows development. *) - "1.33-development", "f24"; (* F24 follows development, for now. *) + "1.37-development", "master"; (* Rawhide follows development. *) + "1.36-stable", "f26"; (* F26 follows 1.36. *) + "1.36-stable", "f25"; (* F25 follows 1.36. *) + "1.34-stable", "f24"; (* F24 follows 1.34. *) "1.32-stable", "f23"; (* F23 follows 1.32. *) "1.30-stable", "f22"; (* F22 follows 1.30. *) ]