From: Richard W.M. Jones Date: Sat, 18 Mar 2017 10:51:01 +0000 (+0000) Subject: Add f26 branch. X-Git-Url: http://git.annexia.org/?p=goaljobs-goals.git;a=commitdiff_plain;h=31f47bf9057500f59ae88739079d462c275c3139 Add f26 branch. --- diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 6f65a9c..dbcda32 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -23,7 +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.36-stable", "f26"; (* F26 follows 1.36. *)*) + "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. *)