From 31f47bf9057500f59ae88739079d462c275c3139 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Mar 2017 10:51:01 +0000 Subject: [PATCH] Add f26 branch. --- libguestfs_fedora.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *) -- 1.8.3.1