Skip to content

Commit cb1a73c

Browse files
committed
kit-ty-kate opam-repository fork
1 parent ea63090 commit cb1a73c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/scripts/main/preamble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OPAM_DOC=${OPAM_DOC:-0}
2222
OPAM_DEPENDS=${OPAM_DEPENDS:-0}
2323
OPAM_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

2727
OPAM12CACHE=`eval echo $OPAM12CACHE`
2828
OPAMBSROOT=`eval echo $OPAMBSROOT`

.github/workflows/ci.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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", "");

.github/workflows/depexts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818

1919
env:
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

2424
jobs:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
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:

0 commit comments

Comments
 (0)