From: Richard W.M. Jones Date: Fri, 8 Nov 2013 16:15:57 +0000 (+0000) Subject: libguestfs: fedora: F20 is being built by hand at the moment. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f94bcc0a21f92ca5f33623cdfa4800d1950266e2;p=goaljobs-goals.git libguestfs: fedora: F20 is being built by hand at the moment. --- 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. *) ]