X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=991e202891a4f63e45fa4f945aa6c090b5db83cd;hb=refs%2Fheads%2Fmaster;hp=644312e81061684a80fd421c82eed3c15dcb4208;hpb=23a6cb44e5a7c0afb4f7d02db885ab626165d8f2;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 644312e..991e202 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.39-development", "master"; (* Rawhide follows development. *) - "1.39-development", "f29"; (* F29 follows development. *) - "1.38-stable", "f28"; (* F28 follows 1.38. *) - "1.38-stable", "f27"; (* F27 follows 1.38. *) - "1.36-stable", "f26"; (* F26 follows 1.36. *) + "1.41-development", "master"; (* Rawhide follows development. *) + "1.40-stable", "f31"; (* F31 follows development. *) + "1.40-stable", "f30"; (* F30 follows development. *) + "1.40-stable", "f29"; (* F29 follows development. *) ] (* Goal: Latest website version has been built in every branch. *)