From 4c59d7714a07a0268b44f9107cef4a2da7ac0814 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Oct 2013 19:40:15 +0100 Subject: [PATCH] libguestfs: fedora: Build branches oldest first. --- libguestfs_fedora.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 4b5ec7c..8581a8a 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,10 +22,10 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.23-development", "master"; (* Rawhide follows development. *) - (* f20 is being done by hand until 1.24 is released. *) - "1.22-stable", "f19"; (* F19 follows 1.22. *) "1.20-stable", "f18"; (* F18 follows 1.20. *) + "1.22-stable", "f19"; (* F19 follows 1.22. *) + (* f20 is being done by hand until 1.24 is released. *) + "1.23-development", "master"; (* Rawhide follows development. *) ] (* Goal: Latest website version has been built in every branch. *) -- 1.8.3.1