keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Slick Moves: Various improvements to local setup #40

Closed Shadowfiend closed 4 years ago

Shadowfiend commented 4 years ago

The highlights:

Drafted until upstream PRs are merged.

Shadowfiend commented 4 years ago

Once the upstreams are merged, I'm also going to bump this to latest master.

Also, I was thinking about switching the submodules to use branch tracking for master. Thoughts? Basically that means whenever you git submodule update you pull the latest version of that branch from the remote, rather than being fixed on one commit.

lukasz-zimnoch commented 4 years ago

Once the upstreams are merged, I'm also going to bump this to latest master.

Also, I was thinking about switching the submodules to use branch tracking for master. Thoughts? Basically that means whenever you git submodule update you pull the latest version of that branch from the remote, rather than being fixed on one commit.

Yeah, good point. We are already doing this but only during the installation in https://github.com/keep-network/local-setup/blob/master/install-repositories.sh

Shadowfiend commented 4 years ago

Actually I misread how --remote works. We can leave the branch off, since by doing that I believe we get the remote default branch anyway.