libguestfs: Use python3 for builds and the Python PIP package.
[goaljobs-goals.git] / libguestfs_fedora.ml
index 644312e..1c08bff 100644 (file)
@@ -22,11 +22,11 @@ let package = "libguestfs"
 
 (* How branches in libguestfs upstream map to branches in Fedora. *)
 let branches = [
-  "1.39-development", "master";    (* Rawhide follows development. *)
-  "1.39-development", "f29";       (* F29 follows development. *)
+(*  "1.41-development", "master";    (* Rawhide follows development. *)*)
+  "1.40-stable", "master";
+  "1.40-stable", "f29";            (* F29 follows development. *)
   "1.38-stable", "f28";            (* F28 follows 1.38. *)
   "1.38-stable", "f27";            (* F27 follows 1.38. *)
-  "1.36-stable", "f26";            (* F26 follows 1.36. *)
 ]
 
 (* Goal: Latest website version has been built in every branch. *)