X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=a5dc8f6c204f199951444e56727cf0060a7743c2;hb=6d38845abc790ccfd4148d8594121e9e2323c5af;hp=2847d99758b8910dc20fe69e853024f2b71b7ee3;hpb=f706c9dc160cd61007812fa8db0867248d22afe4;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 2847d99..a5dc8f6 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.37-development", "master"; (* Rawhide follows development. *) - "1.37-development", "f27"; (* F27 follows development. *) + "1.39-development", "master"; (* Rawhide 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.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. *)