Moved repository to ligolang namespace
This commit is contained in:
parent
0b6f0e03be
commit
a0936d8eb5
@ -49,7 +49,7 @@ local-repo-job:
|
|||||||
remote-repo-job:
|
remote-repo-job:
|
||||||
script:
|
script:
|
||||||
# Add repository
|
# Add repository
|
||||||
- opam repository add ligo-repository https://gitlab.com/gabriel.alfour/ligo-opam-repository.git
|
- opam repository add ligo-repository https://gitlab.com/ligolang/ligo-opam-repository.git
|
||||||
- eval $(opam config env)
|
- eval $(opam config env)
|
||||||
- opam install -y ligo
|
- opam install -y ligo
|
||||||
# Used in the IDE
|
# Used in the IDE
|
||||||
|
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -1,12 +1,12 @@
|
|||||||
[submodule "vendors/ligo-opam-repository"]
|
[submodule "vendors/ligo-opam-repository"]
|
||||||
path = vendors/ligo-opam-repository
|
path = vendors/ligo-opam-repository
|
||||||
url = https://gitlab.com/gabriel.alfour/ligo-opam-repository.git
|
url = https://gitlab.com/ligolang/ligo-opam-repository.git
|
||||||
pushurl = git@gitlab.com:gabriel.alfour/ligo-opam-repository.git
|
pushurl = git@gitlab.com:ligolang/ligo-opam-repository.git
|
||||||
[submodule "vendors/ligo-utils"]
|
[submodule "vendors/ligo-utils"]
|
||||||
path = vendors/ligo-utils
|
path = vendors/ligo-utils
|
||||||
url = https://gitlab.com/gabriel.alfour/ligo-utils.git
|
url = https://gitlab.com/ligolang/ligo-utils.git
|
||||||
pushurl = git@gitlab.com:gabriel.alfour/ligo-utils.git
|
pushurl = git@gitlab.com:ligolang/ligo-utils.git
|
||||||
[submodule "vendors/tezos-modded"]
|
[submodule "vendors/tezos-modded"]
|
||||||
path = vendors/tezos-modded
|
path = vendors/tezos-modded
|
||||||
url = https://gitlab.com/gabriel.alfour/tezos-modded.git
|
url = https://gitlab.com/ligolang/tezos-modded.git
|
||||||
pushurl = git@gitlab.com:gabriel.alfour/tezos-modded.git
|
pushurl = git@gitlab.com:ligolang/tezos-modded.git
|
||||||
|
@ -5,7 +5,7 @@ opam init
|
|||||||
eval $(opam env)
|
eval $(opam env)
|
||||||
opam switch create $switch ocaml-base-compiler.4.06.1
|
opam switch create $switch ocaml-base-compiler.4.06.1
|
||||||
eval $(opam env --switch=$switch --set-switch)
|
eval $(opam env --switch=$switch --set-switch)
|
||||||
opam repository add new-tezos https://gitlab.com/gabriel.alfour/new-tezos-opam-repository.git
|
opam repository add new-tezos https://gitlab.com/ligolang/new-tezos-opam-repository.git
|
||||||
|
|
||||||
# si une build a déjà été tentée, il vaut mieux git add tout ce qui est utile et git clean -dfx pour supprimer tout le reste (dune 1.7 crée des fichiers non compatibles avec dune 1.6)
|
# si une build a déjà été tentée, il vaut mieux git add tout ce qui est utile et git clean -dfx pour supprimer tout le reste (dune 1.7 crée des fichiers non compatibles avec dune 1.6)
|
||||||
opam install -y ocplib-endian alcotest
|
opam install -y ocplib-endian alcotest
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
name: "ligo"
|
name: "ligo"
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
maintainer: "gabriel.alfour@gmail.com"
|
maintainer: "ligolang@gmail.com"
|
||||||
authors: [ "Galfour" ]
|
authors: [ "Galfour" ]
|
||||||
homepage: "https://gitlab.com/gabriel.alfour/tezos"
|
homepage: "https://gitlab.com/ligolang/tezos"
|
||||||
bug-reports: "https://gitlab.com/gabriel.alfour/tezos/issues"
|
bug-reports: "https://gitlab.com/ligolang/tezos/issues"
|
||||||
synopsis: "A higher-level language which compiles to Michelson"
|
synopsis: "A higher-level language which compiles to Michelson"
|
||||||
dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos.git"
|
dev-repo: "git+https://gitlab.com/ligolang/tezos.git"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" { build }
|
"ocamlfind" { build }
|
||||||
|
@ -8,7 +8,7 @@ before_script:
|
|||||||
- echo "$PATH"
|
- echo "$PATH"
|
||||||
- printf '' | opam init
|
- printf '' | opam init
|
||||||
- eval $(opam config env)
|
- eval $(opam config env)
|
||||||
- opam repository add tezos-opam-repository https://gitlab.com/gabriel.alfour/tezos-opam-repository.git
|
- opam repository add tezos-opam-repository https://gitlab.com/ligolang/tezos-opam-repository.git
|
||||||
- eval $(opam config env)
|
- eval $(opam config env)
|
||||||
- opam --version
|
- opam --version
|
||||||
- printf '' | ocaml
|
- printf '' | ocaml
|
||||||
|
2
vendors/ligo-opam-repository
vendored
2
vendors/ligo-opam-repository
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2b4eaa29d1c4066ddaba047216e27719ea737581
|
Subproject commit 556b4e48eec1b89826dad78ff14aeea87d331f9f
|
2
vendors/ligo-utils
vendored
2
vendors/ligo-utils
vendored
@ -1 +1 @@
|
|||||||
Subproject commit b69e838bec0d89df643bbbdd6451760770c659e2
|
Subproject commit c1f0743cb0943d7a5318177d6386122e23711c7e
|
2
vendors/tezos-modded
vendored
2
vendors/tezos-modded
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 044f4dfa5974e627eab9bc1e3578b199182670fc
|
Subproject commit 3fc0dce84af05663f996eac7b12a473ea59ec195
|
Loading…
Reference in New Issue
Block a user