Fixing up BTCP

This commit is contained in:
Chris Sulmone 2018-03-08 01:57:46 -06:00
parent 7649ea1526
commit b890f165e4
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -3,7 +3,7 @@
url = https://github.com/trezor/trezor-crypto.git
[submodule "trezor-common"]
path = vendor/trezor-common
url = https://github.com/trezor/trezor-common.git
url = git@github.com:BTCPrivate/trezor-common.git
[submodule "trezor-qrenc"]
path = vendor/trezor-qrenc
url = https://github.com/trezor/trezor-qrenc.git

View File

@ -8,7 +8,7 @@ ELFFILE=build/trezor-$TAG.elf
docker build -t $IMAGE .
docker run -t -v $(pwd)/build:/build:z $IMAGE /bin/sh -c "\
git clone https://github.com/trezor/trezor-mcu && \
git clone https://github.com/BTCPrivate/trezor-mcu && \
cd trezor-mcu && \
git checkout $TAG && \
git submodule update --init && \