From: Richard W.M. Jones Date: Tue, 21 Jul 2015 15:58:29 +0000 (+0100) Subject: libguestfs: fedora: Build the stable branches first. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6fd6ea1bfd5ecb4ab06e301bfe911cbb1de7e7f3;hp=7ddf97d5b4e5cc8a6fbaec255657162cd10f3d02;p=goaljobs-goals.git libguestfs: fedora: Build the stable branches first. --- 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. *)