ligo/scripts
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
..
ci Typo fixes 2018-12-01 06:57:40 +00:00
create_genesis Faucet: rename secret into activation_code 2018-06-04 14:40:10 +02:00
docker Docker: Add Env variable BIN_DIR to specify binary location 2018-08-20 11:15:44 +02:00
alphanet_constants.patch Zeronet/alphanet: update constants. 2018-03-20 06:49:52 +01:00
alphanet_version Sync with betanet 2018-07-02 10:53:20 +02:00
alphanet.sh Make alphanet.sh work with Emacs mode 2018-12-03 15:47:09 +01:00
apply_patch.sh Zeronet: check constant patch application. 2018-03-12 10:34:21 +01:00
archive_protocol.sh Scripts: fix archiver 2018-11-23 21:44:36 +01:00
b58_prefix.py Script: generate prefix for base58 encoding 2018-04-06 11:47:22 +02:00
betanet.sh Add betanet.sh script 2018-06-30 17:41:32 +02:00
check_opam_test.sh Opam: use opam2, a local switch, and a fixed remote. 2018-06-28 13:45:05 +02:00
check_patch.sh Zeronet: check constant patch application. 2018-03-12 10:34:21 +01:00
create_docker_image.sh CI: use the new opam images from tezos/opam-repository 2018-07-06 18:18:41 +02:00
gen_genesis.ml Shell: Worker initialization in error monad 2019-01-02 23:38:02 +00:00
install_build_deps.raw.sh Improve make build-deps after a tezos-opam-repository update 2019-01-29 15:46:45 +01:00
install_build_deps.sh Deps: add an opam update 2019-01-22 18:07:50 +01:00
localnet.sh Alphanet: use docker-compose 2018-02-22 10:24:02 -05:00
mainnet.sh Scripts: add mainnet.sh 2018-09-17 15:53:10 +02:00
nginx.conf Docker: export "safe" RPCs from the container. 2017-04-17 20:42:43 +02:00
ocamldot.py Docs: new documentation structure using Sphinx/RST 2018-01-23 08:02:17 +01:00
opam-check.sh CI/Opam: fixup script 2019-01-22 17:16:52 +01:00
opam-pin.sh CI: use the new opam images from tezos/opam-repository 2018-07-06 18:18:41 +02:00
opam-remove.sh Opam: use opam2, a local switch, and a fixed remote. 2018-06-28 13:45:05 +02:00
opam-test-all.sh Opam: fix some dependencies and add some scripts/opam-*.sh. 2017-12-08 02:50:03 +01:00
opam-unpin.sh CI: use the new opam images from tezos/opam-repository 2018-07-06 18:18:41 +02:00
opam-upgrade.sh Opam: use opam2, a local switch, and a fixed remote. 2018-06-28 13:45:05 +02:00
protocol_parameters.json Client: add voting commands 2019-01-03 10:23:15 +00:00
reset_chain.sh Script/gen_genesis: load HACL 2018-05-17 11:09:35 +02:00
sandbox.json Alpha: use protocol parameters instead of sandbox to tune constants 2018-04-16 09:28:26 +02:00
update_hashes.sh Protocol_compiler: Add an option to avoid compiling 2018-07-19 18:52:00 +02:00
update_opam_repo.sh Opam: use updated build deps 2019-01-22 17:16:48 +01:00
update_opam_test.sh Refactor: CI: check opam packages 2018-01-30 10:13:40 +01:00
version.sh Opam: use updated build deps 2019-01-22 17:16:48 +01:00
zeronet.patch Zeronet: update bootstrap nodes 2018-03-07 19:22:22 +01:00
zeronet.sh Alphanet: use docker-compose 2018-02-22 10:24:02 -05:00