libguestfs: fedora: Build the stable branches first.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Jul 2015 15:58:29 +0000 (16:58 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Jul 2015 15:58:29 +0000 (16:58 +0100)
libguestfs_fedora.ml

index 29b1201..c380334 100644 (file)
@@ -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. *)