From 4acf6cc91aa03b9ddd1da501eb43c1f267813762 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 18 Oct 2013 18:00:42 +0100 Subject: [PATCH] Add Fedora 20 tracking stable-1.24 branch. --- libguestfs_fedora.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 8581a8a..cddc48f 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -24,8 +24,8 @@ let package = "libguestfs" let branches = [ "1.20-stable", "f18"; (* F18 follows 1.20. *) "1.22-stable", "f19"; (* F19 follows 1.22. *) - (* f20 is being done by hand until 1.24 is released. *) - "1.23-development", "master"; (* Rawhide follows development. *) + "1.24-stable", "f20"; (* F20 follows 1.24. *) + "1.25-development", "master"; (* Rawhide follows development. *) ] (* Goal: Latest website version has been built in every branch. *) -- 1.8.3.1