X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=4b5ec7cc036780fa9fe5f7b60129f1f467b8cfda;hb=0aa1cf778d664452a5cf467ca5866b6e721f2aff;hp=e565b548d07dd09ab7b4707c3254003727e0844c;hpb=c9cc06f267344fad841e4f2ffa78225bf25bc95f;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index e565b54..4b5ec7c 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -23,7 +23,7 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ "1.23-development", "master"; (* Rawhide follows development. *) - "1.23-development", "f20"; (* F20 also 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. *) ]