X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=10c82c9ef5003bbd1b0e741fcf229f9df1092d6c;hb=7d5bb1efadba9d16e714bcd6981d1a6190087636;hp=34ad75e785c4276e8d7d8e048be928c6155c4afe;hpb=f94bcc0a21f92ca5f33623cdfa4800d1950266e2;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 34ad75e..10c82c9 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,10 +22,10 @@ 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.24-stable", "f20"; *) (* F20 is being built by hand ATM. *) - "1.25-development", "master"; (* Rawhide follows development. *) +(* "1.22-stable", "f19"; *) (* F19 built by hand. *) + "1.26-stable", "f20"; (* F20 follows 1.26. *) + "1.28-stable", "f21"; (* F21 follows 1.28. *) + "1.29-development", "master"; (* Rawhide follows development. *) ] (* Goal: Latest website version has been built in every branch. *)