From d8c4c60344cccaf397018db4f37c123bb04a2573 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Oct 2014 09:46:15 +0100 Subject: [PATCH] Update branches for new 1.28/1.29 stable/development split. --- libguestfs_fedora.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 886c2d3..38056f4 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -24,8 +24,8 @@ let package = "libguestfs" let branches = [ (* "1.22-stable", "f19"; *) (* F19 built by hand. *) "1.26-stable", "f20"; (* F20 follows 1.26. *) -(* F21 is built by pulling from master *) - "1.27-development", "master"; (* Rawhide follows development. *) + "1.28-stable", "f21"; (* F20 follows 1.28. *) + "1.29-development", "master"; (* Rawhide follows development. *) ] (* Goal: Latest website version has been built in every branch. *) -- 1.8.3.1