mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Partially revert "Make make localnet
command idempotent"
This partially reverts commit e3a3fb5
, removing the dependency from
the 'localnet' target to the 'clean-localnet' target. The reason for
this is that a number of higher level targets that deploy nodes, e.g.
the 'alice' and 'bob' targets depend on 'localnet' and, prior to this
reversion, therefore also depended on 'clean-localnet'. The effect was
that every time a node is deployed, the .localnet directory was removed
and re-created, destroying the state of any and all nodes that had been
deployed and modified thus far.
The change in the original commit that removes the temporary 'dao-setup'
directory in case of partial failures has been preserved.
This is a follow-up to cbeams/bisq#3.
This commit is contained in:
parent
599c9fbda6
commit
4417e3328b
2
Makefile
2
Makefile
@ -124,7 +124,7 @@ build:
|
|||||||
# Unpack and customize a Bitcoin regtest node and Alice and Bob Bisq
|
# Unpack and customize a Bitcoin regtest node and Alice and Bob Bisq
|
||||||
# nodes that have been preconfigured with a blockchain containing the
|
# nodes that have been preconfigured with a blockchain containing the
|
||||||
# BSQ genesis transaction
|
# BSQ genesis transaction
|
||||||
localnet: clean-localnet
|
localnet:
|
||||||
# Unpack the old dao-setup.zip and move things around for more concise
|
# Unpack the old dao-setup.zip and move things around for more concise
|
||||||
# and intuitive naming. This is a temporary measure until we clean these
|
# and intuitive naming. This is a temporary measure until we clean these
|
||||||
# resources up more thoroughly.
|
# resources up more thoroughly.
|
||||||
|
Loading…
Reference in New Issue
Block a user