From: Richard W.M. Jones Date: Mon, 23 Mar 2015 14:04:59 +0000 (+0000) Subject: Reverse the order of Fedora builds so we build Rawhide first. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=d561a25015bb195b483cb22b1167074c17611997;p=goaljobs-goals.git Reverse the order of Fedora builds so we build Rawhide first. --- 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. *)