From 6fd6ea1bfd5ecb4ab06e301bfe911cbb1de7e7f3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 21 Jul 2015 16:58:29 +0100 Subject: [PATCH] libguestfs: fedora: Build the stable branches first. --- libguestfs_fedora.ml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 29b1201..c380334 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,11 +22,11 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.31-development", "master"; (* Rawhide follows development. *) - "1.30-stable", "f23"; (* F23 follows 1.30. *) - "1.30-stable", "f22"; (* F22 follows 1.30. *) - "1.28-stable", "f21"; (* F21 follows 1.28. *) "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.30-stable", "f23"; (* F23 follows 1.30. *) + "1.31-development", "master"; (* Rawhide follows development. *) ] (* Goal: Latest website version has been built in every branch. *) -- 1.8.3.1