File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ OPAM_DOC=${OPAM_DOC:-0}
2222OPAM_DEPENDS=${OPAM_DEPENDS:- 0}
2323OPAM_UPGRADE=${OPAM_UPGRADE:- 0}
2424
25- OPAM_REPO_MAIN=https://github.com/ocaml /opam-repository.git
25+ OPAM_REPO_MAIN=https://github.com/kit-ty-kate /opam-repository.git
2626
2727OPAM12CACHE=` eval echo $OPAM12CACHE `
2828OPAMBSROOT=` eval echo $OPAMBSROOT `
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ let main oc : unit =
543543 (" OPAMBSROOT" , " ~/.cache/.opam.cached" );
544544 (" OPAM12CACHE" , " ~/.cache/opam1.2/cache" );
545545 (* These should be identical to the values in appveyor.yml *)
546- (" OPAM_REPO" , " https://github.com/ocaml /opam-repository.git" );
546+ (" OPAM_REPO" , " https://github.com/kit-ty-kate /opam-repository.git" );
547547 (" OPAM_TEST_REPO_SHA" , " 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee" );
548548 (" OPAM_REPO_SHA" , " 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee" );
549549 (" SOLVER" , " " );
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ defaults:
1818
1919env :
2020 OPAMVERSION : 2.4.1
21- OPAM_REPO : https://github.com/ocaml /opam-repository.git
21+ OPAM_REPO : https://github.com/kit-ty-kate /opam-repository.git
2222 OPAM_REPO_SHA : 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
2323
2424jobs :
Original file line number Diff line number Diff line change 2525 OPAMBSVERSION : 2.1.0
2626 OPAMBSROOT : ~/.cache/.opam.cached
2727 OPAM12CACHE : ~/.cache/opam1.2/cache
28- OPAM_REPO : https://github.com/ocaml /opam-repository.git
28+ OPAM_REPO : https://github.com/kit-ty-kate /opam-repository.git
2929 OPAM_TEST_REPO_SHA : 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
3030 OPAM_REPO_SHA : 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
3131 SOLVER :
You can’t perform that action at this time.
0 commit comments