X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=3d9ba212a7c7e08ed4f0337444dfe94c596feff0;hb=0af7eb8508526f0a6a7a0a80164b9c5380b2783e;hp=c3803340961b09e0e3196ff702afea7e088916de;hpb=6fd6ea1bfd5ecb4ab06e301bfe911cbb1de7e7f3;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index c380334..3d9ba21 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.26-stable", "f20"; (* F20 follows 1.26. *) - "1.28-stable", "f21"; (* F21 follows 1.28. *) - "1.30-stable", "f22"; (* F22 follows 1.30. *) - "1.30-stable", "f23"; (* F23 follows 1.30. *) - "1.31-development", "master"; (* Rawhide follows development. *) + "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. *) ] (* Goal: Latest website version has been built in every branch. *)