From d561a25015bb195b483cb22b1167074c17611997 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 23 Mar 2015 14:04:59 +0000 Subject: [PATCH] Reverse the order of Fedora builds so we build Rawhide first. --- libguestfs_fedora.ml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 9d3e96e..c101613 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,11 +22,10 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ -(* "1.22-stable", "f19"; *) (* F19 built by hand. *) - "1.26-stable", "f20"; (* F20 follows 1.26. *) - "1.28-stable", "f21"; (* F21 follows 1.28. *) - "1.29-development", "f22"; (* F22 follows development (for now). *) "1.29-development", "master"; (* Rawhide follows development. *) + "1.29-development", "f22"; (* F22 follows development (for now). *) + "1.28-stable", "f21"; (* F21 follows 1.28. *) + "1.26-stable", "f20"; (* F20 follows 1.26. *) ] (* Goal: Latest website version has been built in every branch. *) -- 1.8.3.1