From: Richard W.M. Jones Date: Thu, 28 Sep 2017 19:43:02 +0000 (+0100) Subject: libguestfs: fedora: Add F27 branch. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f706c9dc160cd61007812fa8db0867248d22afe4;p=goaljobs-goals.git libguestfs: fedora: Add F27 branch. --- diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 1dcb476..2847d99 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -23,6 +23,7 @@ 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.36-stable", "f26"; (* F26 follows 1.36. *) "1.36-stable", "f25"; (* F25 follows 1.36. *) "1.34-stable", "f24"; (* F24 follows 1.34. *)