From f94bcc0a21f92ca5f33623cdfa4800d1950266e2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 8 Nov 2013 16:15:57 +0000 Subject: [PATCH] libguestfs: fedora: F20 is being built by hand at the moment. --- libguestfs_fedora.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index cddc48f..34ad75e 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -24,7 +24,7 @@ let package = "libguestfs" let branches = [ "1.20-stable", "f18"; (* F18 follows 1.20. *) "1.22-stable", "f19"; (* F19 follows 1.22. *) - "1.24-stable", "f20"; (* F20 follows 1.24. *) +(* "1.24-stable", "f20"; *) (* F20 is being built by hand ATM. *) "1.25-development", "master"; (* Rawhide follows development. *) ] -- 1.8.3.1