From 3b6ea09e8d55a24dbf2816129f12e0093855a8b8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Mar 2016 08:34:35 +0000 Subject: [PATCH] fedora: Reverse order of branches and drop f20, f21. We want to build Rawhide first. Drop unsupported old Fedora versions. --- libguestfs_fedora.ml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 2cfd8cb..f31a5d5 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,12 +22,10 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.26-stable", "f20"; (* F20 follows 1.26. *) - "1.28-stable", "f21"; (* F21 follows 1.28. *) - "1.30-stable", "f22"; (* F22 follows 1.30. *) - "1.32-stable", "f23"; (* F23 follows 1.32. *) - "1.33-development", "f24"; (* F24 follows development, for now. *) "1.33-development", "master"; (* Rawhide follows development. *) + "1.33-development", "f24"; (* F24 follows development, for now. *) + "1.32-stable", "f23"; (* F23 follows 1.32. *) + "1.30-stable", "f22"; (* F22 follows 1.30. *) ] (* Goal: Latest website version has been built in every branch. *) -- 1.8.3.1