Commit Graph

225 Commits

Author SHA1 Message Date
Grégoire Henry
f9cbdf9110 docker: improve argument passing 2019-03-05 22:33:00 +00:00
Pierre Boutillier
b4b97dada3
Fix identity.json preservation in docker images after a reset 2019-02-27 11:02:26 +01:00
Raphaël Proust
e4e30bb3d8 Scripts: more typos 2019-02-21 08:48:21 +00:00
b
97a1b9160a Scripts: typos 2019-02-21 08:48:21 +00:00
Marco Stronati
6194efa4e0
Scripts: remove old archive_protocol.sh 2019-02-20 12:39:21 +01:00
Marco Stronati
62abb52b9f
Scripts: add activate_protocol.sh 2019-02-20 12:39:21 +01:00
Marco Stronati
53fc7c9dfc
Scripts: add snapshot_alpha.sh 2019-02-20 12:39:21 +01:00
Grégoire Henry
14656a288b
Make: add make build-dev-deps 2019-02-19 17:37:54 +01:00
Pierre Boutillier
136f16de14
Build-deps update imposed by uri.2.1.0 change in place 2019-02-01 21:38:46 +01:00
Pierre Boutillier
98076324bf
Improve make build-deps after a tezos-opam-repository update
First this patch makes build-deps non interactive as it should be.
More importantly, it changes the optimization problem sent to the
opam solver (and that may be a big deal).

By default the criteria is `-removed,-changed,-notuptodate`.

-changed is problematic because it means that if a dependency
has been updated in tezos-opam-repository but all tezos packages
are fine with the one currently installed, it is not changed (but
as we observe now there might still be in fact packages with
undeclared incompatible with this old version)!

-remove is also problematic because what we would like to say is
"minimize the number of removed 'root' packages" we don't care to
remove packages automatically installed and not necessary anymore
(especially when they don't compile anymore with updated version of
their deps...)

So... I reversed order in the criteria. I'm sure this is what I want
when the opam switch contains only tezos-opam-repository but
unexpected upgrades occur for devs that have done a
`opam repo add default --rank=-1`...
2019-01-29 15:46:45 +01:00
Grégoire Henry
28238fce9e
Deps: add an opam update 2019-01-22 18:07:50 +01:00
Grégoire Henry
8f263d4da0
CI/Opam: fixup script 2019-01-22 17:16:52 +01:00
Grégoire Henry
b2844ff89f
Opam: use updated build deps 2019-01-22 17:16:48 +01:00
Grégoire Henry
dbf4736e6b
Opam: update package description to opam.2.0
Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com>
Co-authored-by: Gregoire Henry <gregoire.henry@tezos.com>
2019-01-21 17:54:19 +01:00
Jun FURUSE
e0a8718922 Client: add voting commands
tezos-client show votes  to show the current voting status
tezos-client submit proposals for PKH PROP1 ..  to submit proposals
tezos-client submit ballot for PKH PROP yay|nay|pass  to submit a ballot
2019-01-03 10:23:15 +00:00
Pietro Abate
cd25bb4160 Shell: Worker initialization in error monad
Co-authored-by: Pietro Abate <pietro.abate@tezcore.com>
Co-authored-by: Raphaël Proust <code@bnwr.net>
Co-authored-by: Mathias Bourgoin <mathias.bourgoin@tezcore.com>
2019-01-02 23:38:02 +00:00
Pierre Boutillier
1357aff0ba scripts/reset_chain.sh for BSD 2018-12-10 14:08:40 +00:00
jansorg
36f495194d
Make alphanet.sh work with Emacs mode 2018-12-03 15:47:09 +01:00
Jun FURUSE
b843dbcb7b
Typo fixes 2018-12-01 06:57:40 +00:00
Benjamin Canou
c774a4e75d
Scripts: fix archiver 2018-11-23 21:44:36 +01:00
jansorg
1d204cd83c
Script: return a container name when it's not running.
Do status checks in the same way.
2018-11-19 09:45:27 +01:00
jansorg
d4864216b4
Script: retrieve the name of the container from 'docker ps' (closes #392)
This is required to work with the random suffix added by `docker-compose.1.23`
2018-11-19 09:45:07 +01:00
Pierre Boutillier
24355f0ae9
The branch 2.0.0 of opam-repository is now the master branch 2018-11-07 15:42:13 +01:00
Pierre Boutillier
7a631f5f3c
Makefile accepts all opam 2.0.* versions 2018-11-07 15:42:11 +01:00
Pierre Boutillier
608cd52b4d
Remove opam version test in scripts/install_build_deps.sh
The Makefile does it already and its only caller
2018-11-07 15:42:09 +01:00
Joachim Ansorg
e966884381
Wrap the path in quotes to handle whitespace in the path to the current script. 2018-10-16 14:34:59 +02:00
utdrmac
18bbfd126b
Update install_build_deps.sh 2018-09-24 20:08:19 +02:00
Benjamin Canou
2491502322
Scripts: add mainnet.sh 2018-09-17 15:53:10 +02:00
Vincent Botbol
0d54c2038a
Scripts: fix an outdated rpc call 2018-08-20 11:27:46 +02:00
Pietro Abate
bb45862659
Docker: Add Env variable BIN_DIR to specify binary location 2018-08-20 11:15:44 +02:00
Pietro Abate
a6290733ab
Makefile: install depext without asking for confirmation 2018-08-20 11:11:49 +02:00
Grégoire Henry
5362b321d9 Dune: rename s/jbuild/dune/ 2018-08-01 10:32:12 +02:00
Grégoire Henry
e85bdaeb14 Opam: update dependencies 2018-07-24 21:16:18 +02:00
Grégoire Henry
2a07a14efd Makefile: no need to pin local packages 2018-07-24 19:15:06 +02:00
Grégoire Henry
90ef97b38b Compiler: by default, enforce the hash declared in TEZOS_PROTOCOL 2018-07-21 01:06:51 +02:00
Grégoire Henry
8b6aa2b16d Alphanet.sh: minor fixes 2018-07-20 23:10:38 +02:00
Grégoire Henry
3b4db01ac7 Alphanet: fix ./alphanet.sh endorser status 2018-07-20 23:09:08 +02:00
Pierre Chambart
7b59161591 Script: fix archive_protocol.sh 2018-07-20 23:09:08 +02:00
Pierre Chambart
5a60dff917 Protocol_compiler: Add an option to avoid compiling 2018-07-19 18:52:00 +02:00
Grégoire Henry
077b3cd964 Script: add archive_protocol.sh 2018-07-19 18:52:00 +02:00
Grégoire Henry
8b01c52529 Script: fix update_hashes.sh 2018-07-19 18:52:00 +02:00
Grégoire Henry
c91f082a28
Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +02:00
Grégoire Henry
572bcf12fc Docker: handle multiple protocols 2018-07-18 23:17:45 +02:00
Michael Sproul
2c28d3b202 Scripts: make opam env invocation more robust
Tells `opam env` to explicitly use the init script for `sh`, which prevents it
from picking an incompatible script for another shell. In particular, the init
script for `fish` makes no sense when evaluated in `sh`.
2018-07-13 00:58:00 +02:00
Daniel Smith
18c69203d1 Allow changing the identity PoW setting 2018-07-13 00:51:00 +02:00
James Edwards
d3589324f5 Add tezos-signer to Docker image. 2018-07-09 12:14:43 +02:00
Grégoire Henry
6d59a497e7 CI: add script for importing packages 2018-07-06 18:18:41 +02:00
Grégoire Henry
c0222e53ee CI: use the new opam images from tezos/opam-repository 2018-07-06 18:18:41 +02:00
Guenther Starnberger
f7d95c30cf Don't combine positional args passed to exec_docker into single argument 2018-07-04 17:33:55 +02:00
Benjamin Canou
dd4844127e Fix small glitch in update_hashes script 2018-07-03 14:08:59 +02:00