X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_fedora.ml;h=2847d99758b8910dc20fe69e853024f2b71b7ee3;hb=855154e05f432914715cf620264876213e5dfa1d;hp=86a0b23327a1adcf5a37b7d612ba9fae8d47975f;hpb=67839c39351c9e191dd72c36d33979ca5f84f99c;p=goaljobs-goals.git diff --git a/libguestfs_fedora.ml b/libguestfs_fedora.ml index 86a0b23..2847d99 100644 --- a/libguestfs_fedora.ml +++ b/libguestfs_fedora.ml @@ -22,11 +22,11 @@ let package = "libguestfs" (* How branches in libguestfs upstream map to branches in Fedora. *) let branches = [ - "1.35-development", "master"; (* Rawhide follows development. *) - "1.34-stable", "f25"; (* F25 follows 1.34. *) + "1.37-development", "master"; (* Rawhide follows development. *) + "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. *) @@ -67,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