diff options
| author | carlosperate <carlosperate@users.noreply.github.com> | 2021-10-16 23:31:21 (GMT) |
|---|---|---|
| committer | carlosperate <carlosperate@users.noreply.github.com> | 2021-10-16 23:31:21 (GMT) |
| commit | c4b8ff314abd436d0444ea884ccf142a0b82c8c8 (patch) | |
| tree | e7d515a73ee86d0c9e57b101dcbda11e6222bdb0 /.devcontainer | |
| parent | bf83493c8db1ef8afab34a10d0253c0208304484 (diff) | |
Update git URLS, MCUboot is now independent w/ different GitHub org.
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/Dockerfile | 2 | ||||
| -rw-r--r-- | .devcontainer/build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1dd68f2..46e2fac 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -55,7 +55,7 @@ RUN unzip -q /tmp/nRF5_SDK_15.3.0_59ac345 -d /opt RUN rm /tmp/nRF5_SDK_15.3.0_59ac345 # McuBoot # RUN bash -c "source /opt/build.sh; GetMcuBoot;" -RUN git clone https://github.com/JuulLabs-OSS/mcuboot.git +RUN git clone https://github.com/mcu-tools/mcuboot.git RUN pip3 install -r ./mcuboot/scripts/requirements.txt RUN adduser infinitime diff --git a/.devcontainer/build.sh b/.devcontainer/build.sh index 8f0d0fa..5dcdf91 100644 --- a/.devcontainer/build.sh +++ b/.devcontainer/build.sh @@ -43,7 +43,7 @@ GetGcc() { } GetMcuBoot() { - git clone https://github.com/JuulLabs-OSS/mcuboot.git "$TOOLS_DIR/mcuboot" + git clone https://github.com/mcu-tools/mcuboot.git "$TOOLS_DIR/mcuboot" pip3 install -r "$TOOLS_DIR/mcuboot/scripts/requirements.txt" } |
