X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=2847d99758b8910dc20fe69e853024f2b71b7ee3;hb=855154e05f432914715cf620264876213e5dfa1d;hp=6f65a9cd0d5de1a9348b02c9831490c778a435f6;hpb=ab8ed33152f00704b13ed9e4431310bbdf1d335a;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 6f65a9c..2847d99 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -23,11 +23,10 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ "1.37-development", "master"; (* Rawhide follows development. *) - (*"1.36-stable", "f26"; (* F26 follows 1.36. *)*) + "1.37-development", "f27"; (* F27 follows development. *) + "1.36-stable", "f26"; (* F26 follows 1.36. *) "1.36-stable", "f25"; (* F25 follows 1.36. *) "1.34-stable", "f24"; (* F24 follows 1.34. *) - "1.32-stable", "f23"; (* F23 follows 1.32. *) - "1.30-stable", "f22"; (* F22 follows 1.30. *) ] (* Goal: Latest website version has been built in every branch. *) @@ -68,7 +67,7 @@ and sources_uploaded version branch = sh " cd %s fedpkg new-sources %s/%s - " repodir libguestfs_website_repo version.urlpath + " repodir libguestfs_download_repo version.urlpath and specfile_updated version branch = let repodir = fedora_repo package branch in