commit
a82c38d34f
|
@ -10,7 +10,7 @@ import
|
|||
os, strutils, json, times,
|
||||
|
||||
# Nimble packages
|
||||
stew/byteutils, stew/shims/[tables, macros],
|
||||
stew/shims/[tables, macros],
|
||||
chronos, confutils, metrics, json_rpc/[rpcclient, jsonmarshal],
|
||||
chronicles,
|
||||
blscurve, json_serialization/std/[options, sets, net],
|
||||
|
|
|
@ -63,9 +63,9 @@ Periodic rebuilds and restarts are implemented using Cron jobs on the servers:
|
|||
10 0,6,12,18 * * * PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin'; cd /docker/beacon-node-testnet2-1; docker-compose --compatibility run --rm --name beacon-node-testnet2-1-build-run beacon_node --build; docker-compose restart -t 60
|
||||
```
|
||||
|
||||
Just the restart, using Ansible (not normally needed):
|
||||
The same, using Ansible (not normally needed):
|
||||
|
||||
```bash
|
||||
ansible nimbus-slaves[5:8] -i ansible/inventory/test -u YOUR_USER -o -m shell -a "echo; cd /docker/beacon-node-testnet2-1; docker-compose restart -t 60; echo '---'" | sed 's/\\n/\n/g'
|
||||
ansible nimbus-slaves[5:8] -i ansible/inventory/test -u YOUR_USER -o -m shell -a "echo; cd /docker/beacon-node-testnet2-1; docker-compose --compatibility run --rm --name beacon-node-testnet2-1-build-run beacon_node --build; docker-compose restart -t 60; echo '---'" | sed 's/\\n/\n/g'
|
||||
```
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import
|
|||
|
||||
type
|
||||
MockDataProvider = ref object of DataProvider
|
||||
|
||||
|
||||
|
||||
method getBlockByHash*(p: MockDataProvider, hash: BlockHash): Future[BlockObject] {.
|
||||
async
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3d7619b1f559c86b2ef026f386d6d872b9331c82
|
||||
Subproject commit 3e42e9a33e3e490d9f18d8e33219f67f64f4d8a7
|
|
@ -1 +1 @@
|
|||
Subproject commit f856c885facfb45074b95c5df42f6468f2cc86da
|
||||
Subproject commit 63041b2d8f54a4873a78b93421046038fb5e01d3
|
|
@ -1 +1 @@
|
|||
Subproject commit c6c2d99907b2f86bc67b3e5bddf97ac966581c88
|
||||
Subproject commit b8b0a2b4bce8448b3aabc67fda96534124073c1c
|
|
@ -1 +1 @@
|
|||
Subproject commit 622607e98ee54ab600af5d43d32244333a643e2a
|
||||
Subproject commit 1b883ae2845d1b06bb653f6f1bc249c383435dcc
|
|
@ -1 +1 @@
|
|||
Subproject commit 767c8e0fb433da5276c4ac3e61b3360e003536a7
|
||||
Subproject commit 4fe12e1cfd7b4bce6d9802024342662f372bd5e5
|
Loading…
Reference in New Issue