From 77922a9f5e26ba2de9d64ffdcdb5506493d8acb3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 21 Jul 2014 18:47:00 +0100 Subject: [PATCH] libguestfs: fedora: Remove F18, add F21 branches. --- libguestfs_fedora.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 058a570..886c2d3 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,9 +22,9 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.20-stable", "f18"; (* F18 follows 1.20. *) (* "1.22-stable", "f19"; *) (* F19 built by hand. *) "1.26-stable", "f20"; (* F20 follows 1.26. *) +(* F21 is built by pulling from master *) "1.27-development", "master"; (* Rawhide follows development. *) ] -- 1.8.3.1