X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=38056f42634c0fe5ce4426c94ffb615e027a4e04;hb=d8c4c60344cccaf397018db4f37c123bb04a2573;hp=18777a83720f4059afd210761e167c3347afe21b;hpb=8e4d36a8ec04de7ec2ae22f336708adb537a7e59;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 18777a8..38056f4 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.23-development", "master"; (* Rawhide follows development. *) - "1.23-development", "f20"; (* F20 also follows development. *) - "1.22-stable", "f19"; (* F19 follows 1.22. *) - "1.20-stable", "f18"; (* F18 follows 1.20. *) +(* "1.22-stable", "f19"; *) (* F19 built by hand. *) + "1.26-stable", "f20"; (* F20 follows 1.26. *) + "1.28-stable", "f21"; (* F20 follows 1.28. *) + "1.29-development", "master"; (* Rawhide follows development. *) ] (* Goal: Latest website version has been built in every branch. *) @@ -64,7 +64,7 @@ and sources_uploaded version branch = sh " cd %s fedpkg new-sources %s/%s - " repodir libguestfs_website_cvs version.urlpath + " repodir libguestfs_website_repo version.urlpath and specfile_updated version branch = let repodir = fedora_repo package branch in