*)
let rebuild_name = "OCaml 4.02.0 beta"
-(* Packages that have problems or we just don't want to build. *)
+(* Local repository that contains build dependencies. *)
+let yum_repo = "koji-rawhide"
+
let blocked = [
"ocaml-lwt"; "ocaml-react"; (* loganjerry is handling *)
]
(* Do a local test build to ensure the Koji build will work. *)
sh "
cd %s
- sudo yum-builddep -y %s
+ sudo yum-builddep -y --disablerepo=\\* --enablerepo=%s %s
fedpkg local
" (fedora_repo pkg branch)
+ (quote yum_repo)
(fedora_specfile pkg branch);
memory_set key "1"
git pull --rebase
" repodir;
- sh "sudo yum-builddep -y %s" specfile;
+ sh "sudo yum-builddep -y --disablerepo=\\* --enablerepo=%s %s"
+ (quote yum_repo) specfile;
(* For rationale behind always bumping the spec file, see comment
* in 'fedora.ml'.