diff options
| author | Enrico Tassi | 2020-12-14 12:00:41 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-12-15 10:32:40 +0100 |
| commit | 806ac6fc89975ec08d315c29ec1ea300492f05da (patch) | |
| tree | 1ab05248e97fb1ddff7042e8663a52aecc41494a /dev/ci/ci-basic-overlay.sh | |
| parent | d0667eb4a165c065b0d64069641ca0cd39d62219 (diff) | |
[ci] uniform name of projects w.r.t. opam packages
This makes it easier to track projects across Coq's CI and the platform
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index be819616e2..de6dc9935b 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -132,7 +132,7 @@ project gappa_tool "https://gitlab.inria.fr/gappa/gappa" "master" ######################################################################## # Gappa plugin ######################################################################## -project gappa_plugin "https://gitlab.inria.fr/gappa/coq" "master" +project gappa "https://gitlab.inria.fr/gappa/coq" "master" ######################################################################## # CompCert @@ -214,7 +214,7 @@ project equations "https://github.com/mattam82/Coq-Equations" "master" ######################################################################## project elpi "https://github.com/LPCIC/coq-elpi" "coq-master" -project elpi_hb "https://github.com/math-comp/hierarchy-builder" "coq-master" +project hierarchy_builder "https://github.com/math-comp/hierarchy-builder" "coq-master" ######################################################################## # Engine-Bench |
