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:
Chris Beams 2019-12-02 16:01:26 +01:00
parent 599c9fbda6
commit 4417e3328b
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -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.