X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=dfc67700aafb53de488220dcae9e3b64d5b09fc3;hb=bc69fe39242ab6ff5f345f8c1942ab3b9cbc5167;hp=34ad75e785c4276e8d7d8e048be928c6155c4afe;hpb=900fee3f7ed1b95f5bb18fda1c31917f72128c77;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 34ad75e..dfc6770 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.20-stable", "f18"; (* F18 follows 1.20. *) - "1.22-stable", "f19"; (* F19 follows 1.22. *) +(* "1.22-stable", "f19"; *) (* F19 built by hand. *) (* "1.24-stable", "f20"; *) (* F20 is being built by hand ATM. *) "1.25-development", "master"; (* Rawhide follows development. *) ]