Commit Graph

122 Commits

Author SHA1 Message Date
Iuri Matias 9b91fde09c
Merge pull request #6 from embark-framework/pre-3.1.10-tidyup
Pre 3.1.10 tidying up
2018-08-23 14:39:43 -04:00
Michael Bradley, Jr a821229499 downgrade geth/swarm (1.8.12 geth alltools includes swarm) 2018-08-22 16:41:50 -05:00
Michael Bradley, Jr c88f29d67c more DRY re: env vars 2018-08-21 21:02:35 -05:00
Michael Bradley, Jr d6bb268315 nodeenv exports need to be in a sourced file to avoid nvm conflict 2018-08-21 15:02:42 -05:00
Michael Bradley, Jr d0c41a2d3c export some nodeenv env vars so they get kicked down from entry 2018-08-20 19:31:42 -05:00
Michael Bradley, Jr 6f0e8d292e change order of unload 2018-08-20 19:31:22 -05:00
Michael Bradley, Jr 31b6995b6d don't add .local/bin to the path multiple times 2018-08-20 19:31:00 -05:00
Michael Bradley, Jr ac25b34a93 more care re: quotes and paths 2018-08-20 17:57:29 -05:00
Michael Bradley, Jr 9a2380c7da symmetry in un/load 2018-08-20 17:56:42 -05:00
Michael Bradley, Jr e0143c086f more DRY 2018-08-20 17:56:01 -05:00
Michael Bradley, Jr 88d1656434 bump npm 2018-08-20 17:52:39 -05:00
Michael Bradley, Jr 28f12915f6 install less during build 2018-08-20 17:52:29 -05:00
Michael Bradley, Jr 5442b0f88f auto cleanup on error, and cleanup when finished 2018-08-20 17:52:06 -05:00
Michael Bradley, Jr 5b9a0d27a5 run should forward env vars only if they're defined 2018-08-20 17:51:34 -05:00
Michael Bradley, Jr 08bd3291f5 npm ver could change apart from nac/denac,nvm so prompt should check 2018-08-12 21:25:48 -05:00
Michael Bradley, Jr 4fb228d6fe bash aliases for `npm ls [-g] --depth=0` 2018-08-12 21:25:09 -05:00
Michael Bradley, Jr 41f22ca409 bump micro 2018-08-10 16:58:43 -05:00
Michael Bradley, Jr ff382b369d bump ipfs 2018-08-10 16:58:36 -05:00
Michael Bradley, Jr affbe3c4e8 bump geth 2018-08-10 16:58:27 -05:00
Michael Bradley, Jr d4a2647628 master branch of embark-docker should spec 'latest' (released) ver of embark 2018-08-10 16:57:56 -05:00
Michael Bradley, Jr d7d9d7ac32 use same ver of ganache-cli as spec'd in pkg.json of embark's develop branch 2018-08-10 16:56:59 -05:00
Michael Bradley, Jr 6aa28ef347 swarm is now a separate download, not bundled in newer geth-all-tools 2018-08-10 16:55:54 -05:00
Michael Bradley, Jr 5da4a50e2f install specific ver of bash-it (using tag on fork which serves that purpose) 2018-08-10 16:54:07 -05:00
Iuri Matias 048770148a
Merge pull request #5 from embark-framework/features/tty-workaround
tty workaround (side benefit: cleaner RUN scripts)
2018-08-10 09:10:36 -04:00
Michael Bradley, Jr 9fa8af73dc always write RUN script to /tmp/run_embark_script, for easy inspection 2018-08-09 14:26:21 -05:00
Michael Bradley, Jr fc5984b298 don't auto nac in .bash_env if a nodeenv env is already activated 2018-08-08 17:16:53 -05:00
Michael Bradley, Jr 27bd3ca3df env vars in example don't need to be exported 2018-08-08 11:46:22 -05:00
Michael Bradley, Jr 7e85f832d4 no need for mktemp -d flag; shuffle here-doc names 2018-08-08 09:52:43 -05:00
Michael Bradley, Jr 4f098d4fa8 tty workaround (side benefit: cleaner RUN scripts) 2018-08-07 19:59:59 -05:00
Michael Bradley, Jr 8b690aee1c custom -> develop 2018-08-03 09:33:03 -05:00
Michael Bradley, Jr d8276cbce0 NODE_TAG -> NODE_VERSION 2018-08-03 09:07:42 -05:00
Michael Bradley, Jr 6f88643db2 simplify wording 2018-08-02 19:57:42 -05:00
Michael Bradley, Jr 2efd3648d8 more clarity re: run.sh behavior 2018-08-02 19:55:54 -05:00
Michael Bradley, Jr 964210adda consistently markup commands w/ backticks 2018-08-02 19:12:46 -05:00
Michael Bradley, Jr 8cf7293daf fix typo, improve formatting 2018-08-02 19:07:51 -05:00
Michael Bradley, Jr a803291447 quick start `curl` needs -L flag 2018-08-02 15:12:48 -05:00
Michael Bradley, Jr 7f7c82cbf8 fix typo 2018-08-02 15:04:33 -05:00
Michael Bradley e8c66c9258
Merge pull request #4 from embark-framework/features/env-flexibility
env flexibility — round 2
2018-08-02 14:35:39 -05:00
Michael Bradley, Jr d6e455cc27 don't attempt to toggle history 2018-08-02 14:33:36 -05:00
Michael Bradley, Jr 94d4493a78 should refer to `run_embark` vs. `run.sh` in some places 2018-08-02 14:14:16 -05:00
Michael Bradley, Jr eaf05016fb EMBARK_DOCKER_RUN_RM 2018-08-02 14:08:22 -05:00
Michael Bradley, Jr 87abc0bfe0 need to wrap in quotes (paths could have spaces), fix var name 2018-08-02 13:43:05 -05:00
Michael Bradley, Jr 1c54a3196c mention micro 2018-08-02 12:54:46 -05:00
Michael Bradley, Jr 11c89d9701 rev README w.r.t. run.sh changes 2018-08-02 12:51:08 -05:00
Michael Bradley, Jr e77dbd736a revise strategy for `docker run` options, extra options 2018-08-02 12:25:16 -05:00
Michael Bradley, Jr 8c106bffd4 reorder dir creation, installs 2018-08-02 09:48:03 -05:00
Michael Bradley, Jr 052a63183e don't need to source bash-it during build 2018-08-02 09:47:25 -05:00
Michael Bradley, Jr c7b4ec25d0 note re: quotes issues and envsubst w.r.t. here-docs 2018-08-01 21:51:05 -05:00
Michael Bradley, Jr b6a2abdb0a commands should work 2018-08-01 21:43:21 -05:00
Michael Bradley, Jr aa3e915549 links should work 2018-08-01 21:36:40 -05:00